* Repositioned the magma cream in several recipes * Moved copper nugget smelting/blasting to the mc_rebalance prefix
19 lines
308 B
JSON
19 lines
308 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category":"equipment",
|
|
"pattern": [
|
|
"11",
|
|
"23",
|
|
" 3"
|
|
],
|
|
"key": {
|
|
"1":{"item":"minecraft:diamond"},
|
|
"2":{"item":"minecraft:magma_cream"},
|
|
"3":{"item":"minecraft:stick"}
|
|
},
|
|
"result": {
|
|
"item":"minecraft:diamond_hoe"
|
|
},
|
|
"show_notification":true
|
|
}
|