ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/greenhouse_glass.json
2024-03-09 11:41:37 -06:00

24 lines
387 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"E": {
"item": "actuallyadditions:empowered_palis_crystal"
},
"G": {
"tag": "forge:glass"
},
"S": {
"tag": "minecraft:saplings"
}
},
"pattern": [
"GSG",
"SES",
"GSG"
],
"result": {
"count": 2,
"item": "actuallyadditions:greenhouse_glass"
}
}