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

21 lines
No EOL
321 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:stick"
},
"I": {
"item": "minecraft:gold_ingot"
}
},
"pattern": [
"I I",
"I#I",
" # "
],
"result": {
"item": "betterend:golden_hammer"
},
"show_notification": true
}