BetterEnd/src/main/generated/data/betterend/recipes/lucernia_gate.json
2023-04-29 15:46:05 +02:00

21 lines
No EOL
338 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "redstone",
"group": "gate",
"key": {
"#": {
"item": "betterend:lucernia_planks"
},
"I": {
"item": "minecraft:stick"
}
},
"pattern": [
"I#I",
"I#I"
],
"result": {
"item": "betterend:lucernia_gate"
},
"show_notification": true
}