From d81e4c5113962b045f21b75d670ed59de26bf699 Mon Sep 17 00:00:00 2001 From: gniftygnome Date: Thu, 2 Nov 2023 23:38:30 -0700 Subject: [PATCH] Add glue recipes so Terraformers' biome mod logs can be stripped of bark on Farmer's Delight cutting boards. --- gradle.properties | 2 +- .../recipes/cutting/cherry_log.json | 30 +++++++++++++++++++ .../recipes/cutting/cherry_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/cypress_log.json | 30 +++++++++++++++++++ .../recipes/cutting/cypress_quarter_log.json | 30 +++++++++++++++++++ .../recipes/cutting/cypress_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/fir_log.json | 30 +++++++++++++++++++ .../recipes/cutting/fir_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/hemlock_log.json | 30 +++++++++++++++++++ .../recipes/cutting/hemlock_quarter_log.json | 30 +++++++++++++++++++ .../recipes/cutting/hemlock_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/japanese_maple_log.json | 30 +++++++++++++++++++ .../recipes/cutting/japanese_maple_wood.json | 30 +++++++++++++++++++ .../cutting/rainbow_eucalyptus_log.json | 30 +++++++++++++++++++ .../rainbow_eucalyptus_quarter_log.json | 30 +++++++++++++++++++ .../cutting/rainbow_eucalyptus_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/redwood_log.json | 30 +++++++++++++++++++ .../recipes/cutting/redwood_quarter_log.json | 30 +++++++++++++++++++ .../recipes/cutting/redwood_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/rubber_log.json | 30 +++++++++++++++++++ .../recipes/cutting/rubber_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/sakura_log.json | 30 +++++++++++++++++++ .../recipes/cutting/scorched_hyphae.json | 30 +++++++++++++++++++ .../recipes/cutting/scorched_stem.json | 30 +++++++++++++++++++ .../recipes/cutting/small_oak_log.json | 30 +++++++++++++++++++ .../recipes/cutting/umbral_hyphae.json | 30 +++++++++++++++++++ .../recipes/cutting/umbral_stem.json | 30 +++++++++++++++++++ .../recipes/cutting/willow_log.json | 30 +++++++++++++++++++ .../recipes/cutting/willow_wood.json | 30 +++++++++++++++++++ .../recipes/cutting/yucca_palm_log.json | 30 +++++++++++++++++++ 30 files changed, 871 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/cherry_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/cherry_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/cypress_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/cypress_quarter_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/cypress_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/fir_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/fir_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/hemlock_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/hemlock_quarter_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/hemlock_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_quarter_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/redwood_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/redwood_quarter_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/redwood_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/rubber_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/rubber_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/sakura_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/scorched_hyphae.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/scorched_stem.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/small_oak_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/umbral_hyphae.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/umbral_stem.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/willow_log.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/willow_wood.json create mode 100644 src/main/resources/data/farmersdelight/recipes/cutting/yucca_palm_log.json diff --git a/gradle.properties b/gradle.properties index f5ac89b..2ed5208 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.20 yarn_mappings=1.20+build.1 loader_version=0.14.22 # Mod Properties -mod_version=0.2.0 +mod_version=0.2.1 maven_group=net.gnomecraft archives_base_name=skys-the-limit # Dependencies diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/cherry_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/cherry_log.json new file mode 100644 index 0000000..59d8156 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/cherry_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:cherry_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_cherry_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/cherry_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/cherry_wood.json new file mode 100644 index 0000000..b0c70de --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/cherry_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:cherry_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_cherry_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/cypress_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/cypress_log.json new file mode 100644 index 0000000..cec9fb0 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/cypress_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:cypress_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_cypress_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/cypress_quarter_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/cypress_quarter_log.json new file mode 100644 index 0000000..a596c0b --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/cypress_quarter_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:cypress_quarter_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_cypress_quarter_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/cypress_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/cypress_wood.json new file mode 100644 index 0000000..431ab4d --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/cypress_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:cypress_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_cypress_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/fir_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/fir_log.json new file mode 100644 index 0000000..8f0c4f9 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/fir_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "traverse" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "traverse:fir_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "traverse:stripped_fir_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/fir_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/fir_wood.json new file mode 100644 index 0000000..e3559d2 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/fir_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "traverse" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "traverse:fir_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "traverse:stripped_fir_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_log.json new file mode 100644 index 0000000..3a27b60 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:hemlock_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_hemlock_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_quarter_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_quarter_log.json new file mode 100644 index 0000000..0bcd5f5 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_quarter_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:hemlock_quarter_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_hemlock_quarter_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_wood.json new file mode 100644 index 0000000..e74e048 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/hemlock_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:hemlock_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_hemlock_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_log.json new file mode 100644 index 0000000..3af165b --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:japanese_maple_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_japanese_maple_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_wood.json new file mode 100644 index 0000000..a1d49c3 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/japanese_maple_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:japanese_maple_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_japanese_maple_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_log.json new file mode 100644 index 0000000..6123ccd --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:rainbow_eucalyptus_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_rainbow_eucalyptus_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_quarter_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_quarter_log.json new file mode 100644 index 0000000..6758a5d --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_quarter_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:rainbow_eucalyptus_quarter_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_rainbow_eucalyptus_quarter_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_wood.json new file mode 100644 index 0000000..2f681c9 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/rainbow_eucalyptus_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:rainbow_eucalyptus_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_rainbow_eucalyptus_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/redwood_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/redwood_log.json new file mode 100644 index 0000000..12cddf7 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/redwood_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:redwood_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_redwood_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/redwood_quarter_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/redwood_quarter_log.json new file mode 100644 index 0000000..2290d0c --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/redwood_quarter_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:redwood_quarter_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_redwood_quarter_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/redwood_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/redwood_wood.json new file mode 100644 index 0000000..142f3a6 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/redwood_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:redwood_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_redwood_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/rubber_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/rubber_log.json new file mode 100644 index 0000000..f41b744 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/rubber_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:rubber_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_rubber_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/rubber_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/rubber_wood.json new file mode 100644 index 0000000..37c00b6 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/rubber_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:rubber_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_rubber_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/sakura_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/sakura_log.json new file mode 100644 index 0000000..528b4ba --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/sakura_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:sakura_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_sakura_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/scorched_hyphae.json b/src/main/resources/data/farmersdelight/recipes/cutting/scorched_hyphae.json new file mode 100644 index 0000000..71b5815 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/scorched_hyphae.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "cinderscapes" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "cinderscapes:scorched_hyphae" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "cinderscapes:stripped_scorched_hyphae" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/scorched_stem.json b/src/main/resources/data/farmersdelight/recipes/cutting/scorched_stem.json new file mode 100644 index 0000000..9ba85c2 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/scorched_stem.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "cinderscapes" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "cinderscapes:scorched_stem" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "cinderscapes:stripped_scorched_stem" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/small_oak_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/small_oak_log.json new file mode 100644 index 0000000..392bf7e --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/small_oak_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:small_oak_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_small_oak_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/umbral_hyphae.json b/src/main/resources/data/farmersdelight/recipes/cutting/umbral_hyphae.json new file mode 100644 index 0000000..9a7f500 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/umbral_hyphae.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "cinderscapes" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "cinderscapes:umbral_hyphae" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "cinderscapes:stripped_umbral_hyphae" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/umbral_stem.json b/src/main/resources/data/farmersdelight/recipes/cutting/umbral_stem.json new file mode 100644 index 0000000..6e0d94a --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/umbral_stem.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "cinderscapes" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "cinderscapes:umbral_stem" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "cinderscapes:stripped_umbral_stem" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/willow_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/willow_log.json new file mode 100644 index 0000000..ae82805 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/willow_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:willow_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_willow_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/willow_wood.json b/src/main/resources/data/farmersdelight/recipes/cutting/willow_wood.json new file mode 100644 index 0000000..71961b5 --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/willow_wood.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:willow_wood" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_willow_wood" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file diff --git a/src/main/resources/data/farmersdelight/recipes/cutting/yucca_palm_log.json b/src/main/resources/data/farmersdelight/recipes/cutting/yucca_palm_log.json new file mode 100644 index 0000000..8ec83ff --- /dev/null +++ b/src/main/resources/data/farmersdelight/recipes/cutting/yucca_palm_log.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight", + "terrestria" + ] + } + ], + "type": "farmersdelight:cutting", + "ingredients": [ + { + "item": "terrestria:yucca_palm_log" + } + ], + "tool": { + "type": "farmersdelight:tool", + "tag": "c:tools/axes" + }, + "result": [ + { + "item": "terrestria:stripped_yucca_palm_log" + }, + { + "item": "farmersdelight:tree_bark" + } + ], + "sound": "minecraft:item.axe.strip" +} \ No newline at end of file