mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
24 lines
387 B
JSON
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"
|
||
|
}
|
||
|
}
|