Add alternative minecart variant recipes

This commit is contained in:
Sergeant Acoustic 2025-09-07 00:34:58 +01:00
parent 26e6de7a2f
commit 4e88ded80e
6 changed files with 71 additions and 2 deletions

View 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
}

View 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
}

View 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
}

View file

@ -5,10 +5,10 @@
"item": "minecraft:shulker_shell"
},
{
"item": "minecraft:shulker_shell"
"tag": "c:chests"
},
{
"item": "minecraft:chest"
"item": "minecraft:shulker_shell"
}
],
"result": {