mc_rebalance/data/minecraft/recipes/diamond_boots.json
2025-08-20 02:55:52 +01:00

18 lines
279 B
JSON

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