1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": "minecraft:acacia_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:acacia_button_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:acacia_button_from_acacia_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:acacia_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:acacia_planks_from_acacia_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:acacia_planks_from_acacia_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": "minecraft:acacia_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:acacia_pressure_plate_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:acacia_pressure_plate_from_acacia_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": "minecraft:acacia_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:acacia_slab_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:acacia_slab_from_acacia_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": "minecraft:acacia_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:acacia_stairs_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:acacia_stairs_from_acacia_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_acacia_planks": {
"conditions": {
"items": [
{
"items": "minecraft:acacia_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:acacia_trapdoor_from_acacia_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_acacia_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:acacia_trapdoor_from_acacia_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_button_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_button_from_bamboo_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_mosaic": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_mosaic"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_mosaic_slab_from_bamboo_mosaic_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_mosaic"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_mosaic_slab_from_bamboo_mosaic_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_mosaic": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_mosaic"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_mosaic_stairs_from_bamboo_mosaic_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_mosaic"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_mosaic_stairs_from_bamboo_mosaic_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_blocks": {
"conditions": {
"items": [
{
"items": "#minecraft:bamboo_blocks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_planks_from_bamboo_blocks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_blocks"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_planks_from_bamboo_blocks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_pressure_plate_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_pressure_plate_from_bamboo_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_slab_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_slab_from_bamboo_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_stairs_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_stairs_from_bamboo_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_bamboo_planks": {
"conditions": {
"items": [
{
"items": "minecraft:bamboo_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:bamboo_trapdoor_from_bamboo_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_bamboo_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:bamboo_trapdoor_from_bamboo_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": "minecraft:birch_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:birch_button_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:birch_button_from_birch_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:birch_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:birch_planks_from_birch_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:birch_planks_from_birch_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": "minecraft:birch_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:birch_pressure_plate_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:birch_pressure_plate_from_birch_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": "minecraft:birch_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:birch_slab_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:birch_slab_from_birch_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": "minecraft:birch_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:birch_stairs_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:birch_stairs_from_birch_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_birch_planks": {
"conditions": {
"items": [
{
"items": "minecraft:birch_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:birch_trapdoor_from_birch_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_birch_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:birch_trapdoor_from_birch_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": "minecraft:cherry_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cherry_button_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:cherry_button_from_cherry_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:cherry_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cherry_planks_from_cherry_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:cherry_planks_from_cherry_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": "minecraft:cherry_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cherry_pressure_plate_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:cherry_pressure_plate_from_cherry_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": "minecraft:cherry_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cherry_slab_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:cherry_slab_from_cherry_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": "minecraft:cherry_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cherry_stairs_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:cherry_stairs_from_cherry_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_cherry_planks": {
"conditions": {
"items": [
{
"items": "minecraft:cherry_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cherry_trapdoor_from_cherry_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_cherry_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:cherry_trapdoor_from_cherry_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_deepslate": {
"conditions": {
"items": [
{
"items": "minecraft:deepslate"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cobbled_deepslate_from_deepslate_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_deepslate"
]
],
"rewards": {
"recipes": [
"woodcutter:cobbled_deepslate_from_deepslate_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone": {
"conditions": {
"items": [
{
"items": "minecraft:stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:cobblestone_from_stone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stone"
]
],
"rewards": {
"recipes": [
"woodcutter:cobblestone_from_stone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_copper_block": {
"conditions": {
"items": [
{
"items": "minecraft:copper_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:copper_trapdoor_from_copper_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_copper_block"
]
],
"rewards": {
"recipes": [
"woodcutter:copper_trapdoor_from_copper_block_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crimson_planks": {
"conditions": {
"items": [
{
"items": "minecraft:crimson_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:crimson_button_from_crimson_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_crimson_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:crimson_button_from_crimson_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crimson_stems": {
"conditions": {
"items": [
{
"items": "#minecraft:crimson_stems"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:crimson_planks_from_crimson_stems_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_crimson_stems"
]
],
"rewards": {
"recipes": [
"woodcutter:crimson_planks_from_crimson_stems_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crimson_planks": {
"conditions": {
"items": [
{
"items": "minecraft:crimson_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:crimson_pressure_plate_from_crimson_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_crimson_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:crimson_pressure_plate_from_crimson_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crimson_planks": {
"conditions": {
"items": [
{
"items": "minecraft:crimson_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:crimson_slab_from_crimson_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_crimson_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:crimson_slab_from_crimson_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crimson_planks": {
"conditions": {
"items": [
{
"items": "minecraft:crimson_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:crimson_stairs_from_crimson_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_crimson_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:crimson_stairs_from_crimson_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_crimson_planks": {
"conditions": {
"items": [
{
"items": "minecraft:crimson_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:crimson_trapdoor_from_crimson_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_crimson_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:crimson_trapdoor_from_crimson_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:dark_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:dark_oak_button_from_dark_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:dark_oak_button_from_dark_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:dark_oak_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:dark_oak_planks_from_dark_oak_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_oak_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:dark_oak_planks_from_dark_oak_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:dark_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:dark_oak_pressure_plate_from_dark_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:dark_oak_pressure_plate_from_dark_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:dark_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:dark_oak_slab_from_dark_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:dark_oak_slab_from_dark_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:dark_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:dark_oak_stairs_from_dark_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:dark_oak_stairs_from_dark_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_dark_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:dark_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:dark_oak_trapdoor_from_dark_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_dark_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:dark_oak_trapdoor_from_dark_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_exposed_copper": {
"conditions": {
"items": [
{
"items": "minecraft:exposed_copper"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:exposed_copper_trapdoor_from_exposed_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_exposed_copper"
]
],
"rewards": {
"recipes": [
"woodcutter:exposed_copper_trapdoor_from_exposed_copper_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_block": {
"conditions": {
"items": [
{
"items": "minecraft:iron_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:iron_trapdoor_from_iron_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_iron_block"
]
],
"rewards": {
"recipes": [
"woodcutter:iron_trapdoor_from_iron_block_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jungle_planks": {
"conditions": {
"items": [
{
"items": "minecraft:jungle_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:jungle_button_from_jungle_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_jungle_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:jungle_button_from_jungle_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jungle_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:jungle_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:jungle_planks_from_jungle_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_jungle_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:jungle_planks_from_jungle_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jungle_planks": {
"conditions": {
"items": [
{
"items": "minecraft:jungle_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:jungle_pressure_plate_from_jungle_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_jungle_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:jungle_pressure_plate_from_jungle_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jungle_planks": {
"conditions": {
"items": [
{
"items": "minecraft:jungle_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:jungle_slab_from_jungle_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_jungle_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:jungle_slab_from_jungle_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jungle_planks": {
"conditions": {
"items": [
{
"items": "minecraft:jungle_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:jungle_stairs_from_jungle_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_jungle_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:jungle_stairs_from_jungle_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_jungle_planks": {
"conditions": {
"items": [
{
"items": "minecraft:jungle_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:jungle_trapdoor_from_jungle_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_jungle_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:jungle_trapdoor_from_jungle_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_planks": {
"conditions": {
"items": [
{
"items": "minecraft:mangrove_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:mangrove_button_from_mangrove_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mangrove_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:mangrove_button_from_mangrove_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:mangrove_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:mangrove_planks_from_mangrove_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mangrove_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:mangrove_planks_from_mangrove_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_planks": {
"conditions": {
"items": [
{
"items": "minecraft:mangrove_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:mangrove_pressure_plate_from_mangrove_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mangrove_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:mangrove_pressure_plate_from_mangrove_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_planks": {
"conditions": {
"items": [
{
"items": "minecraft:mangrove_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:mangrove_slab_from_mangrove_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mangrove_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:mangrove_slab_from_mangrove_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_planks": {
"conditions": {
"items": [
{
"items": "minecraft:mangrove_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:mangrove_stairs_from_mangrove_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mangrove_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:mangrove_stairs_from_mangrove_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_mangrove_planks": {
"conditions": {
"items": [
{
"items": "minecraft:mangrove_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:mangrove_trapdoor_from_mangrove_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_mangrove_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:mangrove_trapdoor_from_mangrove_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oak_button_from_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:oak_button_from_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:oak_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oak_planks_from_oak_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oak_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:oak_planks_from_oak_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oak_pressure_plate_from_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:oak_pressure_plate_from_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oak_slab_from_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:oak_slab_from_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oak_stairs_from_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:oak_stairs_from_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oak_trapdoor_from_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:oak_trapdoor_from_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_oxidized_copper": {
"conditions": {
"items": [
{
"items": "minecraft:oxidized_copper"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:oxidized_copper_trapdoor_from_oxidized_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_oxidized_copper"
]
],
"rewards": {
"recipes": [
"woodcutter:oxidized_copper_trapdoor_from_oxidized_copper_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pale_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:pale_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:pale_oak_button_from_pale_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_pale_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:pale_oak_button_from_pale_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pale_oak_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:pale_oak_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:pale_oak_planks_from_pale_oak_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_pale_oak_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:pale_oak_planks_from_pale_oak_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pale_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:pale_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:pale_oak_pressure_plate_from_pale_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_pale_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:pale_oak_pressure_plate_from_pale_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pale_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:pale_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:pale_oak_slab_from_pale_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_pale_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:pale_oak_slab_from_pale_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pale_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:pale_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:pale_oak_stairs_from_pale_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_pale_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:pale_oak_stairs_from_pale_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_pale_oak_planks": {
"conditions": {
"items": [
{
"items": "minecraft:pale_oak_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:pale_oak_trapdoor_from_pale_oak_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_pale_oak_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:pale_oak_trapdoor_from_pale_oak_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": "minecraft:blackstone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:polished_blackstone_button_from_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_blackstone"
]
],
"rewards": {
"recipes": [
"woodcutter:polished_blackstone_button_from_blackstone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_blackstone": {
"conditions": {
"items": [
{
"items": "minecraft:polished_blackstone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:polished_blackstone_button_from_polished_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_blackstone"
]
],
"rewards": {
"recipes": [
"woodcutter:polished_blackstone_button_from_polished_blackstone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_blackstone": {
"conditions": {
"items": [
{
"items": "minecraft:blackstone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:polished_blackstone_pressure_plate_from_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_blackstone"
]
],
"rewards": {
"recipes": [
"woodcutter:polished_blackstone_pressure_plate_from_blackstone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_polished_blackstone": {
"conditions": {
"items": [
{
"items": "minecraft:polished_blackstone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:polished_blackstone_pressure_plate_from_polished_blackstone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_polished_blackstone"
]
],
"rewards": {
"recipes": [
"woodcutter:polished_blackstone_pressure_plate_from_polished_blackstone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_planks": {
"conditions": {
"items": [
{
"items": "minecraft:spruce_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:spruce_button_from_spruce_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_spruce_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:spruce_button_from_spruce_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_logs": {
"conditions": {
"items": [
{
"items": "#minecraft:spruce_logs"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:spruce_planks_from_spruce_logs_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_spruce_logs"
]
],
"rewards": {
"recipes": [
"woodcutter:spruce_planks_from_spruce_logs_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_planks": {
"conditions": {
"items": [
{
"items": "minecraft:spruce_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:spruce_pressure_plate_from_spruce_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_spruce_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:spruce_pressure_plate_from_spruce_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_planks": {
"conditions": {
"items": [
{
"items": "minecraft:spruce_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:spruce_slab_from_spruce_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_spruce_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:spruce_slab_from_spruce_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_planks": {
"conditions": {
"items": [
{
"items": "minecraft:spruce_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:spruce_stairs_from_spruce_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_spruce_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:spruce_stairs_from_spruce_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_spruce_planks": {
"conditions": {
"items": [
{
"items": "minecraft:spruce_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:spruce_trapdoor_from_spruce_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_spruce_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:spruce_trapdoor_from_spruce_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone": {
"conditions": {
"items": [
{
"items": "minecraft:stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:stone_button_from_stone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stone"
]
],
"rewards": {
"recipes": [
"woodcutter:stone_button_from_stone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_stone": {
"conditions": {
"items": [
{
"items": "minecraft:stone"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:stone_pressure_plate_from_stone_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_stone"
]
],
"rewards": {
"recipes": [
"woodcutter:stone_pressure_plate_from_stone_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:warped_button_from_warped_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_warped_planks": {
"conditions": {
"items": [
{
"items": "minecraft:warped_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_warped_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:warped_button_from_warped_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:warped_planks_from_warped_stems_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_warped_stems": {
"conditions": {
"items": [
{
"items": "#minecraft:warped_stems"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_warped_stems"
]
],
"rewards": {
"recipes": [
"woodcutter:warped_planks_from_warped_stems_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:warped_pressure_plate_from_warped_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_warped_planks": {
"conditions": {
"items": [
{
"items": "minecraft:warped_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_warped_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:warped_pressure_plate_from_warped_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:warped_slab_from_warped_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_warped_planks": {
"conditions": {
"items": [
{
"items": "minecraft:warped_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_warped_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:warped_slab_from_warped_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:warped_stairs_from_warped_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_warped_planks": {
"conditions": {
"items": [
{
"items": "minecraft:warped_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_warped_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:warped_stairs_from_warped_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:warped_trapdoor_from_warped_planks_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_warped_planks": {
"conditions": {
"items": [
{
"items": "minecraft:warped_planks"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_warped_planks"
]
],
"rewards": {
"recipes": [
"woodcutter:warped_trapdoor_from_warped_planks_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:waxed_copper_trapdoor_from_waxed_copper_block_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_copper_block": {
"conditions": {
"items": [
{
"items": "minecraft:waxed_copper_block"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_copper_block"
]
],
"rewards": {
"recipes": [
"woodcutter:waxed_copper_trapdoor_from_waxed_copper_block_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:waxed_exposed_copper_trapdoor_from_waxed_exposed_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_exposed_copper": {
"conditions": {
"items": [
{
"items": "minecraft:waxed_exposed_copper"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_exposed_copper"
]
],
"rewards": {
"recipes": [
"woodcutter:waxed_exposed_copper_trapdoor_from_waxed_exposed_copper_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:waxed_oxidized_copper_trapdoor_from_waxed_oxidized_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_oxidized_copper": {
"conditions": {
"items": [
{
"items": "minecraft:waxed_oxidized_copper"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_oxidized_copper"
]
],
"rewards": {
"recipes": [
"woodcutter:waxed_oxidized_copper_trapdoor_from_waxed_oxidized_copper_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:waxed_weathered_copper_trapdoor_from_waxed_weathered_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_waxed_weathered_copper": {
"conditions": {
"items": [
{
"items": "minecraft:waxed_weathered_copper"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_waxed_weathered_copper"
]
],
"rewards": {
"recipes": [
"woodcutter:waxed_weathered_copper_trapdoor_from_waxed_weathered_copper_stonecutting"
]
}
}

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "woodcutter:weathered_copper_trapdoor_from_weathered_copper_stonecutting"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_weathered_copper": {
"conditions": {
"items": [
{
"items": "minecraft:weathered_copper"
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_weathered_copper"
]
],
"rewards": {
"recipes": [
"woodcutter:weathered_copper_trapdoor_from_weathered_copper_stonecutting"
]
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:acacia_planks",
"result": {
"count": 4,
"id": "minecraft:acacia_button"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "#minecraft:acacia_logs",
"result": {
"count": 4,
"id": "minecraft:acacia_planks"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:acacia_planks",
"result": {
"count": 2,
"id": "minecraft:acacia_pressure_plate"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:acacia_planks",
"result": {
"count": 2,
"id": "minecraft:acacia_slab"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:acacia_planks",
"result": {
"count": 1,
"id": "minecraft:acacia_stairs"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:acacia_planks",
"result": {
"count": 2,
"id": "minecraft:acacia_trapdoor"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:bamboo_planks",
"result": {
"count": 4,
"id": "minecraft:bamboo_button"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:bamboo_mosaic",
"result": {
"count": 2,
"id": "minecraft:bamboo_mosaic_slab"
}
}

View file

@ -0,0 +1,8 @@
{
"type": "minecraft:stonecutting",
"ingredient": "minecraft:bamboo_mosaic",
"result": {
"count": 1,
"id": "minecraft:bamboo_mosaic_stairs"
}
}

Some files were not shown because too many files have changed in this diff Show more