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

22 lines
No EOL
361 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "end_stone_lanterns",
"key": {
"#": {
"item": "betterend:crystal_shards"
},
"S": {
"item": "minecraft:diorite_slab"
}
},
"pattern": [
"S",
"#",
"S"
],
"result": {
"item": "betterend:diorite_lantern"
},
"show_notification": true
}