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

23 lines
322 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"tag": "minecraft:planks"
},
"U": {
"item": "minecraft:minecart"
}
},
"pattern": [
"###",
"#U#",
"###"
],
"result": {
"item": "minecraft:chest_minecart"
},
"show_notification": true
}