Skip to content

Commit

Permalink
让船和矿车的合成配方重定向至对应的自动消失版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Gu-ZT committed Nov 25, 2024
1 parent f48fcd7 commit b3a5595
Show file tree
Hide file tree
Showing 10 changed files with 179 additions and 0 deletions.
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/acacia_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:acacia_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_acacia_boat"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/bamboo_raft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:bamboo_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_bamboo_raft"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/birch_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:birch_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_birch_boat"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/cherry_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:cherry_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_cherry_boat"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/dark_oak_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:dark_oak_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_dark_oak_boat"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/jungle_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:jungle_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_jungle_boat"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/mangrove_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:mangrove_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_mangrove_boat"
}
}
17 changes: 17 additions & 0 deletions jiachen/data/minecraft/recipe/minecart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": {
"item": "minecraft:iron_ingot"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_minecart"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/oak_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:oak_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_oak_boat"
}
}
18 changes: 18 additions & 0 deletions jiachen/data/minecraft/recipe/spruce_boat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "boat",
"key": {
"#": {
"item": "minecraft:spruce_planks"
}
},
"pattern": [
"# #",
"###"
],
"result": {
"count": 1,
"id": "powertool:auto_vanish_spruce_boat"
}
}

0 comments on commit b3a5595

Please sign in to comment.