* Repositioned the magma cream in several recipes * Moved copper nugget smelting/blasting to the mc_rebalance prefix
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"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
|
|
}
|