ActuallyAdditions/src/generated/resources/data/actuallyadditions/recipes/greenhouse_glass.json

24 lines
387 B
JSON
Raw Normal View History

2024-03-09 18:41:37 +01:00
{
"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"
}
}