Add alternative minecart variant recipes
This commit is contained in:
parent
26e6de7a2f
commit
4e88ded80e
22
data/mc_rebalance/recipes/alternate/chest_minecart.json
Normal file
22
data/mc_rebalance/recipes/alternate/chest_minecart.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:planks"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#U#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:chest_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
22
data/mc_rebalance/recipes/alternate/furnace_minecart.json
Normal file
22
data/mc_rebalance/recipes/alternate/furnace_minecart.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "misc",
|
||||||
|
"key": {
|
||||||
|
"#": {
|
||||||
|
"tag": "minecraft:stone_crafting_materials"
|
||||||
|
},
|
||||||
|
"U": {
|
||||||
|
"item": "minecraft:minecart"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pattern": [
|
||||||
|
"###",
|
||||||
|
"#U#",
|
||||||
|
"###"
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "minecraft:furnace_minecart"
|
||||||
|
},
|
||||||
|
"show_notification": true
|
||||||
|
}
|
||||||
|
|
||||||
25
data/mc_rebalance/recipes/alternate/hopper_minecart.json
Normal file
25
data/mc_rebalance/recipes/alternate/hopper_minecart.json
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -5,10 +5,10 @@
|
||||||
"item": "minecraft:shulker_shell"
|
"item": "minecraft:shulker_shell"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:shulker_shell"
|
"tag": "c:chests"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "minecraft:chest"
|
"item": "minecraft:shulker_shell"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
Loading…
Reference in a new issue