mc_rebalance/data/minecraft/recipes/diamond_chestplate.json

18 lines
284 B
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"121",
"111",
"111"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"}
},
"result": {
"item":"minecraft:diamond_chestplate"
},
"show_notification":true
}