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

24 lines
No EOL
386 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:end_stone_bricks"
},
"T": {
"item": "betterend:thallasium_ingot"
},
"V": {
"tag": "c:furnaces"
}
},
"pattern": [
"T#T",
"V V",
"T#T"
],
"result": {
"item": "betterend:end_stone_smelter"
},
"show_notification": true
}