mc_rebalance_datapack/data/minecraft/recipes/diamond_leggings.json
2025-08-28 19:43:46 +01:00

18 lines
282 B
JSON

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