added glass recipe
This commit is contained in:
parent
6c53e00e27
commit
dfddd9be66
18
src/main/resources/data/brewcraft/recipes/cup.json
Normal file
18
src/main/resources/data/brewcraft/recipes/cup.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"pattern": [
|
||||||
|
" ",
|
||||||
|
"# #",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"item": "minecraft:glass"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "brewcraft:glass",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user