diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/pack_icon.png b/crafting_tweaks/files/quality_of_life/wood_stripper/pack_icon.png new file mode 100644 index 00000000..ad456691 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/pack_icon.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625f547c3071a6be1a895fbe10b30966c861c3e7acc914072a5c0f269f39513a +size 4179 diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_acacia_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_acacia_log.recipe.json new file mode 100644 index 00000000..d78b30d5 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_acacia_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_acacia_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:acacia_log" + } + ], + "unlock": [ + { + "item": "minecraft:acacia_log" + } + ], + "result": { + "item": "minecraft:stripped_acacia_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_acacia_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_acacia_wood.recipe.json new file mode 100644 index 00000000..ebd18fe6 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_acacia_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_acacia_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:acacia_wood" + } + ], + "unlock": [ + { + "item": "minecraft:acacia_wood" + } + ], + "result": { + "item": "minecraft:stripped_acacia_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_bamboo_block.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_bamboo_block.recipe.json new file mode 100644 index 00000000..d951955f --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_bamboo_block.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_bamboo_block" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:bamboo_block" + } + ], + "unlock": [ + { + "item": "minecraft:bamboo_block" + } + ], + "result": { + "item": "minecraft:stripped_bamboo_block" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_birch_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_birch_log.recipe.json new file mode 100644 index 00000000..9e23480b --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_birch_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_birch_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:birch_log" + } + ], + "unlock": [ + { + "item": "minecraft:birch_log" + } + ], + "result": { + "item": "minecraft:stripped_birch_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_birch_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_birch_wood.recipe.json new file mode 100644 index 00000000..932a882a --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_birch_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_birch_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:birch_wood" + } + ], + "unlock": [ + { + "item": "minecraft:birch_wood" + } + ], + "result": { + "item": "minecraft:stripped_birch_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_cherry_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_cherry_log.recipe.json new file mode 100644 index 00000000..903ec40a --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_cherry_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_cherry_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:cherry_log" + } + ], + "unlock": [ + { + "item": "minecraft:cherry_log" + } + ], + "result": { + "item": "minecraft:stripped_cherry_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_cherry_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_cherry_wood.recipe.json new file mode 100644 index 00000000..fbea4d0c --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_cherry_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_cherry_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:cherry_wood" + } + ], + "unlock": [ + { + "item": "minecraft:cherry_wood" + } + ], + "result": { + "item": "minecraft:stripped_cherry_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_crimson_hyphae.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_crimson_hyphae.recipe.json new file mode 100644 index 00000000..3b57b31e --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_crimson_hyphae.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_crimson_hyphae" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:crimson_hyphae" + } + ], + "unlock": [ + { + "item": "minecraft:crimson_hyphae" + } + ], + "result": { + "item": "minecraft:stripped_crimson_hyphae" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_crimson_stem.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_crimson_stem.recipe.json new file mode 100644 index 00000000..378a502c --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_crimson_stem.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_crimson_stem" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:crimson_stem" + } + ], + "unlock": [ + { + "item": "minecraft:crimson_stem" + } + ], + "result": { + "item": "minecraft:stripped_crimson_stem" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_dark_oak_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_dark_oak_log.recipe.json new file mode 100644 index 00000000..f7d5c920 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_dark_oak_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_dark_oak_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:dark_oak_log" + } + ], + "unlock": [ + { + "item": "minecraft:dark_oak_log" + } + ], + "result": { + "item": "minecraft:stripped_dark_oak_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_dark_oak_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_dark_oak_wood.recipe.json new file mode 100644 index 00000000..059d333e --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_dark_oak_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_dark_oak_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:dark_oak_wood" + } + ], + "unlock": [ + { + "item": "minecraft:dark_oak_wood" + } + ], + "result": { + "item": "minecraft:stripped_dark_oak_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_jungle_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_jungle_log.recipe.json new file mode 100644 index 00000000..b8a52a56 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_jungle_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_jungle_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:jungle_log" + } + ], + "unlock": [ + { + "item": "minecraft:jungle_log" + } + ], + "result": { + "item": "minecraft:stripped_jungle_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_jungle_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_jungle_wood.recipe.json new file mode 100644 index 00000000..7a77fdaf --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_jungle_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_jungle_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:jungle_wood" + } + ], + "unlock": [ + { + "item": "minecraft:jungle_wood" + } + ], + "result": { + "item": "minecraft:stripped_jungle_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_mangrove_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_mangrove_log.recipe.json new file mode 100644 index 00000000..a7c8f8ca --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_mangrove_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_mangrove_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:mangrove_log" + } + ], + "unlock": [ + { + "item": "minecraft:mangrove_log" + } + ], + "result": { + "item": "minecraft:stripped_mangrove_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_mangrove_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_mangrove_wood.recipe.json new file mode 100644 index 00000000..197935f1 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_mangrove_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_mangrove_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:mangrove_wood" + } + ], + "unlock": [ + { + "item": "minecraft:mangrove_wood" + } + ], + "result": { + "item": "minecraft:stripped_mangrove_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_oak_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_oak_log.recipe.json new file mode 100644 index 00000000..b3788322 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_oak_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_oak_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:oak_log" + } + ], + "unlock": [ + { + "item": "minecraft:oak_log" + } + ], + "result": { + "item": "minecraft:stripped_oak_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_oak_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_oak_wood.recipe.json new file mode 100644 index 00000000..50ebbb96 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_oak_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_oak_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:oak_wood" + } + ], + "unlock": [ + { + "item": "minecraft:oak_wood" + } + ], + "result": { + "item": "minecraft:stripped_oak_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_pale_oak_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_pale_oak_log.recipe.json new file mode 100644 index 00000000..f5cf9250 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_pale_oak_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_pale_oak_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:pale_oak_log" + } + ], + "unlock": [ + { + "item": "minecraft:pale_oak_log" + } + ], + "result": { + "item": "minecraft:stripped_pale_oak_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_pale_oak_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_pale_oak_wood.recipe.json new file mode 100644 index 00000000..2b5db689 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_pale_oak_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_pale_oak_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:pale_oak_wood" + } + ], + "unlock": [ + { + "item": "minecraft:pale_oak_wood" + } + ], + "result": { + "item": "minecraft:stripped_pale_oak_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_spruce_log.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_spruce_log.recipe.json new file mode 100644 index 00000000..f82d0cf8 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_spruce_log.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_spruce_log" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:spruce_log" + } + ], + "unlock": [ + { + "item": "minecraft:spruce_log" + } + ], + "result": { + "item": "minecraft:stripped_spruce_log" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_spruce_wood.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_spruce_wood.recipe.json new file mode 100644 index 00000000..1e4e2370 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_spruce_wood.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_spruce_wood" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:spruce_wood" + } + ], + "unlock": [ + { + "item": "minecraft:spruce_wood" + } + ], + "result": { + "item": "minecraft:stripped_spruce_wood" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_warped_hyphae.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_warped_hyphae.recipe.json new file mode 100644 index 00000000..fcb851d7 --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_warped_hyphae.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_warped_hyphae" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:warped_hyphae" + } + ], + "unlock": [ + { + "item": "minecraft:warped_hyphae" + } + ], + "result": { + "item": "minecraft:stripped_warped_hyphae" + } + } +} diff --git a/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_warped_stem.recipe.json b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_warped_stem.recipe.json new file mode 100644 index 00000000..435ffaef --- /dev/null +++ b/crafting_tweaks/files/quality_of_life/wood_stripper/recipes/wood_stripper/stripped_warped_stem.recipe.json @@ -0,0 +1,24 @@ +{ + "format_version": "1.21.0", + "minecraft:recipe_shapeless": { + "description": { + "identifier": "bt:ws.stripped_warped_stem" + }, + "tags": [ + "stonecutter" + ], + "ingredients": [ + { + "item": "minecraft:warped_stem" + } + ], + "unlock": [ + { + "item": "minecraft:warped_stem" + } + ], + "result": { + "item": "minecraft:stripped_warped_stem" + } + } +} diff --git a/crafting_tweaks/packs.json b/crafting_tweaks/packs.json index a066a92c..5e88e447 100644 --- a/crafting_tweaks/packs.json +++ b/crafting_tweaks/packs.json @@ -69,6 +69,11 @@ "id": "powder_to_glass", "name": "Powder to Glass", "description": "Smelt all colors of Concrete Powder into their respective Stained Glass color" + }, + { + "id": "wood_stripper", + "name": "Wood Stripper", + "description": "Allows you to strip logs and wood using a stonecutter" } ] }, @@ -163,4 +168,4 @@ ], "combinations": [], "deepMergeFiles": [] -} \ No newline at end of file +}