mc_rebalance_datapack/data/mc_rebalance/recipes/alternate/hopper_minecart.json

26 lines
381 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_ingot"
},
"U": {
"item": "minecraft:minecart"
},
"C": {
"tag": "forge:chests/wooden"
}
},
"pattern": [
"#U#",
"#C#",
" # "
],
"result": {
"item": "minecraft:hopper_minecart"
},
"show_notification": true
}