mc_rebalance_datapack/data/minecraft/recipes/diamond_boots.json

17 lines
270 B
JSON
Raw Normal View History

2025-08-28 18:43:46 +00:00
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"1 1",
"121"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"}
},
"result": {
"item":"minecraft:diamond_boots"
},
"show_notification":true
}