added glass recipe

This commit is contained in:
steev 2023-11-06 10:20:32 +01:00
parent 6c53e00e27
commit dfddd9be66

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
" ",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:glass"
}
},
"result": {
"item": "brewcraft:glass",
"count": 4
}
}