mc_rebalance/data/minecraft/recipes/diamond_sword.json
Sergeant Acoustic 79b8697d52 Fixed/modified diamond gear recipes
* Repositioned the magma cream in several recipes
* Moved copper nugget smelting/blasting to the mc_rebalance prefix
2025-08-24 05:20:15 +01:00

19 lines
310 B
JSON

{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"12",
"1 ",
"3 "
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_sword"
},
"show_notification":true
}