Skip to content

Commit

Permalink
Add compat recipes, tags, and similar for vanilla 1.20 features
Browse files Browse the repository at this point in the history
  • Loading branch information
pupnewfster committed Jul 6, 2023
1 parent e536fac commit 19e8e92
Show file tree
Hide file tree
Showing 310 changed files with 3,950 additions and 80 deletions.
@@ -0,0 +1,12 @@
{
"type": "mekanism:enriching",
"input": {
"ingredient": {
"item": "minecraft:pitcher_plant"
}
},
"output": {
"count": 4,
"item": "minecraft:cyan_dye"
}
}
@@ -1,9 +1,14 @@
{
"type": "mekanism:enriching",
"input": {
"ingredient": {
"item": "minecraft:orange_tulip"
}
"ingredient": [
{
"item": "minecraft:orange_tulip"
},
{
"item": "minecraft:torchflower"
}
]
},
"output": {
"count": 2,
Expand Down
@@ -1,9 +1,14 @@
{
"type": "mekanism:enriching",
"input": {
"ingredient": {
"item": "minecraft:pink_tulip"
}
"ingredient": [
{
"item": "minecraft:pink_tulip"
},
{
"item": "minecraft:pink_petals"
}
]
},
"output": {
"count": 2,
Expand Down
@@ -0,0 +1,12 @@
{
"type": "mekanism:pigment_extracting",
"input": {
"ingredient": {
"item": "minecraft:pitcher_plant"
}
},
"output": {
"amount": 1536,
"pigment": "mekanism:cyan"
}
}
@@ -1,9 +1,14 @@
{
"type": "mekanism:pigment_extracting",
"input": {
"ingredient": {
"item": "minecraft:orange_tulip"
}
"ingredient": [
{
"item": "minecraft:orange_tulip"
},
{
"item": "minecraft:torchflower"
}
]
},
"output": {
"amount": 768,
Expand Down
@@ -1,9 +1,14 @@
{
"type": "mekanism:pigment_extracting",
"input": {
"ingredient": {
"item": "minecraft:pink_tulip"
}
"ingredient": [
{
"item": "minecraft:pink_tulip"
},
{
"item": "minecraft:pink_petals"
}
]
},
"output": {
"amount": 768,
Expand Down
Expand Up @@ -15,9 +15,14 @@
},
"itemInput": {
"amount": 20,
"ingredient": {
"tag": "minecraft:planks"
}
"ingredient": [
{
"tag": "minecraft:planks"
},
{
"item": "minecraft:bamboo_mosaic"
}
]
},
"itemOutput": {
"item": "mekanism:dust_charcoal"
Expand Down
Expand Up @@ -14,8 +14,13 @@
"gas": "mekanism:hydrogen"
},
"itemInput": {
"ingredient": {
"tag": "minecraft:wooden_slabs"
}
"ingredient": [
{
"tag": "minecraft:wooden_slabs"
},
{
"item": "minecraft:bamboo_mosaic_slab"
}
]
}
}
Expand Up @@ -14,8 +14,13 @@
"gas": "mekanism:hydrogen"
},
"itemInput": {
"ingredient": {
"tag": "minecraft:wooden_stairs"
}
"ingredient": [
{
"tag": "minecraft:wooden_stairs"
},
{
"item": "minecraft:bamboo_mosaic_stairs"
}
]
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_block"
}
},
"mainOutput": {
"count": 9,
"item": "minecraft:bamboo"
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_raft"
}
},
"mainOutput": {
"count": 5,
"item": "minecraft:bamboo_planks"
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:cherry_boat"
}
},
"mainOutput": {
"count": 5,
"item": "minecraft:cherry_planks"
}
}
@@ -0,0 +1,15 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_chest_raft"
}
},
"mainOutput": {
"item": "minecraft:bamboo_raft"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"item": "minecraft:chest"
}
}
@@ -0,0 +1,15 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:cherry_chest_boat"
}
},
"mainOutput": {
"item": "minecraft:cherry_boat"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"item": "minecraft:chest"
}
}
@@ -0,0 +1,17 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:chiseled_bookshelf"
}
},
"mainOutput": {
"count": 6,
"item": "minecraft:oak_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 3,
"item": "minecraft:oak_slab"
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_door"
}
},
"mainOutput": {
"count": 2,
"item": "minecraft:bamboo_planks"
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:cherry_door"
}
},
"mainOutput": {
"count": 2,
"item": "minecraft:cherry_planks"
}
}
@@ -0,0 +1,17 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_fence_gate"
}
},
"mainOutput": {
"count": 2,
"item": "minecraft:bamboo_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 4,
"item": "minecraft:stick"
}
}
@@ -0,0 +1,17 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:cherry_fence_gate"
}
},
"mainOutput": {
"count": 2,
"item": "minecraft:cherry_planks"
},
"secondaryChance": 1.0,
"secondaryOutput": {
"count": 4,
"item": "minecraft:stick"
}
}
@@ -0,0 +1,16 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"tag": "minecraft:cherry_logs"
}
},
"mainOutput": {
"count": 6,
"item": "minecraft:cherry_planks"
},
"secondaryChance": 0.25,
"secondaryOutput": {
"item": "mekanism:sawdust"
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_pressure_plate"
}
},
"mainOutput": {
"count": 2,
"item": "minecraft:bamboo_planks"
}
}
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:cherry_pressure_plate"
}
},
"mainOutput": {
"count": 2,
"item": "minecraft:cherry_planks"
}
}
Expand Up @@ -2,7 +2,7 @@
"type": "mekanism:sawing",
"input": {
"ingredient": {
"tag": "minecraft:wooden_slabs"
"tag": "mekanism:wooden_slabs"
}
},
"mainOutput": {
Expand Down
Expand Up @@ -2,7 +2,7 @@
"type": "mekanism:sawing",
"input": {
"ingredient": {
"tag": "minecraft:wooden_stairs"
"tag": "mekanism:wooden_stairs"
}
},
"mainOutput": {
Expand Down
@@ -0,0 +1,12 @@
{
"type": "mekanism:sawing",
"input": {
"ingredient": {
"item": "minecraft:bamboo_trapdoor"
}
},
"mainOutput": {
"count": 3,
"item": "minecraft:bamboo_planks"
}
}

0 comments on commit 19e8e92

Please sign in to comment.