diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/aspen_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/aspen_log.json new file mode 100644 index 000000000..d9a202bb3 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/aspen_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:aspen_log" + } + ], + "results": [ + { + "item": "atmospheric:stripped_aspen_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/grimwood_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/grimwood_log.json new file mode 100644 index 000000000..8f888461c --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/grimwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:grimwood_log" + } + ], + "results": [ + { + "item": "atmospheric:stripped_grimwood_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/kousa_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/kousa_log.json new file mode 100644 index 000000000..ecad3012c --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/kousa_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:kousa_log" + } + ], + "results": [ + { + "item": "atmospheric:stripped_kousa_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/rosewood_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/rosewood_log.json new file mode 100644 index 000000000..d56aa855e --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/rosewood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:rosewood_log" + } + ], + "results": [ + { + "item": "atmospheric:stripped_rosewood_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_aspen_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_aspen_log.json new file mode 100644 index 000000000..5f72d093b --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_aspen_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:stripped_aspen_log" + } + ], + "results": [ + { + "item": "atmospheric:aspen_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_grimwood_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_grimwood_log.json new file mode 100644 index 000000000..861940bad --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_grimwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:stripped_grimwood_log" + } + ], + "results": [ + { + "item": "atmospheric:grimwood_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_kousa_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_kousa_log.json new file mode 100644 index 000000000..c6cf8fae3 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_kousa_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:stripped_kousa_log" + } + ], + "results": [ + { + "item": "atmospheric:kousa_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_rosewood_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_rosewood_log.json new file mode 100644 index 000000000..e8e3b4902 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_rosewood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:stripped_rosewood_log" + } + ], + "results": [ + { + "item": "atmospheric:rosewood_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_yucca_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_yucca_log.json new file mode 100644 index 000000000..2a0c23af8 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/stripped_yucca_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:stripped_yucca_log" + } + ], + "results": [ + { + "item": "atmospheric:yucca_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/cutting/yucca_log.json b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/yucca_log.json new file mode 100644 index 000000000..45f33c335 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/cutting/yucca_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "atmospheric:yucca_log" + } + ], + "results": [ + { + "item": "atmospheric:stripped_yucca_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/milling/gilia.json b/src/main/resources/data/create/recipes/compat/atmospheric/milling/gilia.json new file mode 100644 index 000000000..12d375350 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/milling/gilia.json @@ -0,0 +1,31 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "atmospheric:gilia" + } + ], + "results": [ + { + "item": "minecraft:purple_dye", + "count": 2 + }, + { + "item": "minecraft:magenta_dye", + "count": 2, + "chance": 0.1 + }, + { + "item": "minecraft:pink_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/milling/hot_monkey_brush.json b/src/main/resources/data/create/recipes/compat/atmospheric/milling/hot_monkey_brush.json new file mode 100644 index 000000000..56c097784 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/milling/hot_monkey_brush.json @@ -0,0 +1,31 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "atmospheric:monkey_brush" + } + ], + "results": [ + { + "item": "minecraft:orange_dye", + "count": 2 + }, + { + "item": "minecraft:red_dye", + "count": 1, + "chance": 0.05 + }, + { + "item": "minecraft:yellow_dye", + "count": 1, + "chance": 0.05 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/milling/scalding_monkey_brush.json b/src/main/resources/data/create/recipes/compat/atmospheric/milling/scalding_monkey_brush.json new file mode 100644 index 000000000..171991b0d --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/milling/scalding_monkey_brush.json @@ -0,0 +1,31 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "atmospheric:scalding_monkey_brush" + } + ], + "results": [ + { + "item": "minecraft:red_dye", + "count": 2 + }, + { + "item": "minecraft:red_dye", + "count": 2, + "chance": 0.1 + }, + { + "item": "minecraft:orange_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/milling/warm_monkey_brush.json b/src/main/resources/data/create/recipes/compat/atmospheric/milling/warm_monkey_brush.json new file mode 100644 index 000000000..9f0451a84 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/milling/warm_monkey_brush.json @@ -0,0 +1,31 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "atmospheric:warm_monkey_brush" + } + ], + "results": [ + { + "item": "minecraft:yellow_dye", + "count": 2 + }, + { + "item": "minecraft:yellow_dye", + "count": 2, + "chance": 0.1 + }, + { + "item": "minecraft:orange_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/atmospheric/milling/yucca_flower.json b/src/main/resources/data/create/recipes/compat/atmospheric/milling/yucca_flower.json new file mode 100644 index 000000000..2dad00a71 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/atmospheric/milling/yucca_flower.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "atmospheric" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "atmospheric:yucca_flower" + } + ], + "results": [ + { + "item": "minecraft:light_gray_dye", + "count": 2 + }, + { + "item": "minecraft:white_dye", + "count": 1, + "chance": 0.05 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/autumnity/milling/autumn_crocus.json b/src/main/resources/data/create/recipes/compat/autumnity/milling/autumn_crocus.json new file mode 100644 index 000000000..16e48a60e --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/autumnity/milling/autumn_crocus.json @@ -0,0 +1,31 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "autumnity" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "autumnity:autumn_crocus" + } + ], + "results": [ + { + "item": "minecraft:magenta_dye", + "count": 2 + }, + { + "item": "minecraft:pink_dye", + "count": 2, + "chance": 0.1 + }, + { + "item": "minecraft:purple_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/bloomful/cutting/stripped_wisteria_log.json b/src/main/resources/data/create/recipes/compat/bloomful/cutting/stripped_wisteria_log.json new file mode 100644 index 000000000..f939c1e5b --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/bloomful/cutting/stripped_wisteria_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "bloomful" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "bloomful:stripped_wisteria_log" + } + ], + "results": [ + { + "item": "bloomful:wisteria_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/bloomful/cutting/wisteria_log.json b/src/main/resources/data/create/recipes/compat/bloomful/cutting/wisteria_log.json new file mode 100644 index 000000000..9150a9d19 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/bloomful/cutting/wisteria_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "bloomful" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "bloomful:wisteria_log" + } + ], + "results": [ + { + "item": "bloomful:stripped_wisteria_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/bloomful/milling/blue_delphinium.json b/src/main/resources/data/create/recipes/compat/bloomful/milling/blue_delphinium.json new file mode 100644 index 000000000..cf9f2d4bd --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/bloomful/milling/blue_delphinium.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "bloomful" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "bloomful:blue_delphinium" + } + ], + "results": [ + { + "item": "minecraft:blue_dye", + "count": 3 + }, + { + "item": "minecraft:blue_dye", + "count": 2, + "chance": 0.25 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/bloomful/milling/pink_delphinium.json b/src/main/resources/data/create/recipes/compat/bloomful/milling/pink_delphinium.json new file mode 100644 index 000000000..dc9ef9ea8 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/bloomful/milling/pink_delphinium.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "bloomful" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "bloomful:pink_delphinium" + } + ], + "results": [ + { + "item": "minecraft:pink_dye", + "count": 3 + }, + { + "item": "minecraft:pink_dye", + "count": 2, + "chance": 0.25 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/bloomful/milling/purple_delphinium.json b/src/main/resources/data/create/recipes/compat/bloomful/milling/purple_delphinium.json new file mode 100644 index 000000000..7bb4493c5 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/bloomful/milling/purple_delphinium.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "bloomful" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "bloomful:purple_delphinium" + } + ], + "results": [ + { + "item": "minecraft:purple_dye", + "count": 3 + }, + { + "item": "minecraft:purple_dye", + "count": 2, + "chance": 0.25 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/bloomful/milling/white_delphinium.json b/src/main/resources/data/create/recipes/compat/bloomful/milling/white_delphinium.json new file mode 100644 index 000000000..4c97705a9 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/bloomful/milling/white_delphinium.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "bloomful" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "bloomful:white_delphinium" + } + ], + "results": [ + { + "item": "minecraft:white_dye", + "count": 3 + }, + { + "item": "minecraft:white_dye", + "count": 2, + "chance": 0.25 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/black_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/black_petal.json new file mode 100644 index 000000000..3da3edec6 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/black_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/black" + } + ], + "results": [ + { + "item": "botania:black_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/blue_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/blue_petal.json new file mode 100644 index 000000000..6cc6348a7 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/blue_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/blue" + } + ], + "results": [ + { + "item": "botania:blue_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/brown_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/brown_petal.json new file mode 100644 index 000000000..9bca30a30 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/brown_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/brown" + } + ], + "results": [ + { + "item": "botania:brown_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/cyan_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/cyan_petal.json new file mode 100644 index 000000000..17ac50f42 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/cyan_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/cyan" + } + ], + "results": [ + { + "item": "botania:cyan_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/gray_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/gray_petal.json new file mode 100644 index 000000000..d50727dbf --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/gray_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/gray" + } + ], + "results": [ + { + "item": "botania:gray_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/green_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/green_petal.json new file mode 100644 index 000000000..11ab451db --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/green_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/green" + } + ], + "results": [ + { + "item": "botania:green_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/light_blue_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/light_blue_petal.json new file mode 100644 index 000000000..86ccd140b --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/light_blue_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/light_blue" + } + ], + "results": [ + { + "item": "botania:light_blue_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/light_gray_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/light_gray_petal.json new file mode 100644 index 000000000..28b9da970 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/light_gray_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/light_gray" + } + ], + "results": [ + { + "item": "botania:light_gray_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/lime_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/lime_petal.json new file mode 100644 index 000000000..8aa80c9e3 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/lime_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/lime" + } + ], + "results": [ + { + "item": "botania:lime_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/magenta_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/magenta_petal.json new file mode 100644 index 000000000..a24f5e296 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/magenta_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/magenta" + } + ], + "results": [ + { + "item": "botania:magenta_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/orange_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/orange_petal.json new file mode 100644 index 000000000..6bd37d5d7 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/orange_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/orange" + } + ], + "results": [ + { + "item": "botania:orange_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/pink_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/pink_petal.json new file mode 100644 index 000000000..60c3fce1a --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/pink_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/pink" + } + ], + "results": [ + { + "item": "botania:pink_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/purple_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/purple_petal.json new file mode 100644 index 000000000..606697da0 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/purple_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/purple" + } + ], + "results": [ + { + "item": "botania:purple_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/red_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/red_petal.json new file mode 100644 index 000000000..62b4b7af3 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/red_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/red" + } + ], + "results": [ + { + "item": "botania:red_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/white_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/white_petal.json new file mode 100644 index 000000000..602602a72 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/white_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/white" + } + ], + "results": [ + { + "item": "botania:white_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/botania/milling/yellow_petal.json b/src/main/resources/data/create/recipes/compat/botania/milling/yellow_petal.json new file mode 100644 index 000000000..8041f0451 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/botania/milling/yellow_petal.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "botania:petals/yellow" + } + ], + "results": [ + { + "item": "botania:yellow_dye", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/bird_of_paradise.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/bird_of_paradise.json new file mode 100644 index 000000000..5edf6abea --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/bird_of_paradise.json @@ -0,0 +1,31 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:bird_of_paradise" + } + ], + "results": [ + { + "item": "minecraft:orange_dye", + "count": 3 + }, + { + "item": "minecraft:blue_dye", + "count": 1, + "chance": 0.25 + }, + { + "item": "minecraft:red_dye", + "count": 1, + "chance": 0.25 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/bluebell.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/bluebell.json new file mode 100644 index 000000000..b049cbc96 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/bluebell.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:bluebell" + } + ], + "results": [ + { + "item": "minecraft:blue_dye", + "count": 2 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/cartwheel.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/cartwheel.json new file mode 100644 index 000000000..169193092 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/cartwheel.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:cartwheel" + } + ], + "results": [ + { + "item": "minecraft:pink_dye", + "count": 2 + }, + { + "item": "minecraft:orange_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/columbine.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/columbine.json new file mode 100644 index 000000000..f5988729e --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/columbine.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:columbine" + } + ], + "results": [ + { + "item": "minecraft:purple_dye", + "count": 2 + }, + { + "item": "minecraft:white_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/dianthus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/dianthus.json new file mode 100644 index 000000000..48c05d143 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/dianthus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:jolyce" + } + ], + "results": [ + { + "item": "minecraft:green_dye", + "count": 2 + }, + { + "item": "minecraft:green_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/magenta_hibiscus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/magenta_hibiscus.json new file mode 100644 index 000000000..9e00cf80c --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/magenta_hibiscus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:magenta_hibiscus" + } + ], + "results": [ + { + "item": "minecraft:magenta_dye", + "count": 2 + }, + { + "item": "minecraft:magenta_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/orange_hibiscus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/orange_hibiscus.json new file mode 100644 index 000000000..6cc0c4ac3 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/orange_hibiscus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:orange_hibiscus" + } + ], + "results": [ + { + "item": "minecraft:orange_dye", + "count": 2 + }, + { + "item": "minecraft:orange_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/pink_clover.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/pink_clover.json new file mode 100644 index 000000000..c8753a417 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/pink_clover.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:pink_clover" + } + ], + "results": [ + { + "item": "minecraft:pink_dye", + "count": 2 + }, + { + "item": "minecraft:lime_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/pink_hibiscus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/pink_hibiscus.json new file mode 100644 index 000000000..fa8c4c473 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/pink_hibiscus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:pink_hibiscus" + } + ], + "results": [ + { + "item": "minecraft:pink_dye", + "count": 2 + }, + { + "item": "minecraft:pink_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/purple_hibiscus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/purple_hibiscus.json new file mode 100644 index 000000000..91ac754a7 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/purple_hibiscus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:purple_hibiscus" + } + ], + "results": [ + { + "item": "minecraft:purple_dye", + "count": 2 + }, + { + "item": "minecraft:purple_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/red_hibiscus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/red_hibiscus.json new file mode 100644 index 000000000..5b50d8189 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/red_hibiscus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:red_hibiscus" + } + ], + "results": [ + { + "item": "minecraft:red_dye", + "count": 2 + }, + { + "item": "minecraft:red_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/violet.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/violet.json new file mode 100644 index 000000000..fea46a464 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/violet.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:violet" + } + ], + "results": [ + { + "item": "minecraft:purple_dye", + "count": 2 + }, + { + "item": "minecraft:purple_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/white_clover.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/white_clover.json new file mode 100644 index 000000000..7c9a228b2 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/white_clover.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:white_clover" + } + ], + "results": [ + { + "item": "minecraft:white_dye", + "count": 2 + }, + { + "item": "minecraft:lime_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/yellow_hibiscus.json b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/yellow_hibiscus.json new file mode 100644 index 000000000..f2ce4cead --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/buzzier_bees/milling/yellow_hibiscus.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "buzzierbees" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "buzzierbees:daybloom" + } + ], + "results": [ + { + "item": "minecraft:yellow_dye", + "count": 2 + }, + { + "item": "minecraft:yellow_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/druidcraft/cutting/darkwood_log.json b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/darkwood_log.json new file mode 100644 index 000000000..cefdf5e0a --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/darkwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "druidcraft" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "druidcraft:darkwood_log" + } + ], + "results": [ + { + "item": "druidcraft:stripped_darkwood_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/druidcraft/cutting/elder_log.json b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/elder_log.json new file mode 100644 index 000000000..2fde05a0c --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/elder_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "druidcraft" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "druidcraft:elder_log" + } + ], + "results": [ + { + "item": "druidcraft:stripped_elder_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/druidcraft/cutting/stripped_darkwood_log.json b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/stripped_darkwood_log.json new file mode 100644 index 000000000..6d3244f85 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/stripped_darkwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "druidcraft" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "druidcraft:stripped_darkwood_log" + } + ], + "results": [ + { + "item": "druidcraft:darkwood_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/druidcraft/cutting/stripped_elder_log.json b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/stripped_elder_log.json new file mode 100644 index 000000000..e5a2c5084 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/druidcraft/cutting/stripped_elder_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "druidcraft" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "druidcraft:stripped_elder_log" + } + ], + "results": [ + { + "item": "druidcraft:elder_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/druidcraft/milling/lavender.json b/src/main/resources/data/create/recipes/compat/druidcraft/milling/lavender.json new file mode 100644 index 000000000..9b5847bda --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/druidcraft/milling/lavender.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "druidcraft" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "druidcraft:lavender" + } + ], + "results": [ + { + "item": "minecraft:purple_dye", + "count": 2 + }, + { + "item": "minecraft:purple_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/aspen_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/aspen_log.json new file mode 100644 index 000000000..f0f35da28 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/aspen_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:aspen_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_aspen_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/baobab_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/baobab_log.json new file mode 100644 index 000000000..02808f5ee --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/baobab_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:baobab_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_baobab_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/cottonwood_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/cottonwood_log.json new file mode 100644 index 000000000..fee2fb61f --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/cottonwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:cottonwood_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_cottonwood_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/fir_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/fir_log.json new file mode 100644 index 000000000..b133abd81 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/fir_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:fir_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_fir_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/juniper_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/juniper_log.json new file mode 100644 index 000000000..a9fda021b --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/juniper_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:juniper_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_juniper_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/mangrove_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/mangrove_log.json new file mode 100644 index 000000000..fc77c21cc --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/mangrove_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:mangrove_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_mangrove_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/maple_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/maple_log.json new file mode 100644 index 000000000..d9297cf33 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/maple_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:maple_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_maple_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/palm_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/palm_log.json new file mode 100644 index 000000000..aeefb2a88 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/palm_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:palm_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_palm_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/pine_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/pine_log.json new file mode 100644 index 000000000..fb27f4696 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/pine_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:pine_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_pine_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/redwood_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/redwood_log.json new file mode 100644 index 000000000..960514664 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/redwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:redwood_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_redwood_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_aspen_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_aspen_log.json new file mode 100644 index 000000000..2679b5538 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_aspen_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_aspen_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:aspen_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_baobab_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_baobab_log.json new file mode 100644 index 000000000..1f5799d13 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_baobab_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_baobab_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:baobab_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_cottonwood_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_cottonwood_log.json new file mode 100644 index 000000000..8dd22e6bb --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_cottonwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_cottonwood_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:cottonwood_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_fir_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_fir_log.json new file mode 100644 index 000000000..f84e6acc1 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_fir_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_fir_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:fir_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_juniper_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_juniper_log.json new file mode 100644 index 000000000..24b6e1d3a --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_juniper_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_juniper_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:juniper_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_mangrove_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_mangrove_log.json new file mode 100644 index 000000000..a7e11054b --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_mangrove_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_mangrove_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:mangrove_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_maple_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_maple_log.json new file mode 100644 index 000000000..c82ebf136 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_maple_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_maple_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:maple_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_palm_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_palm_log.json new file mode 100644 index 000000000..a6299ce69 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_palm_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_palm_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:palm_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_pine_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_pine_log.json new file mode 100644 index 000000000..2ca583202 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_pine_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_pine_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:pine_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_redwood_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_redwood_log.json new file mode 100644 index 000000000..b37f06e20 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_redwood_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_redwood_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:redwood_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_willow_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_willow_log.json new file mode 100644 index 000000000..66b6aa646 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/stripped_willow_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:stripped_willow_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:willow_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/willow_log.json b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/willow_log.json new file mode 100644 index 000000000..dc9b00bde --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/projectvibrantjourneys/cutting/willow_log.json @@ -0,0 +1,21 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "projectvibrantjourneys" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "projectvibrantjourneys:willow_log" + } + ], + "results": [ + { + "item": "projectvibrantjourneys:stripped_willow_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/driftwood_log.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/driftwood_log.json new file mode 100644 index 000000000..5aaea6a61 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/driftwood_log.json @@ -0,0 +1,21 @@ +{ +"conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "upgrade_aquatic:driftwood_log" + } + ], + "results": [ + { + "item": "upgrade_aquatic:driftwood_log_stripped", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/river_log.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/river_log.json new file mode 100644 index 000000000..18e44da83 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/river_log.json @@ -0,0 +1,21 @@ +{ +"conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "upgrade_aquatic:river_log" + } + ], + "results": [ + { + "item": "upgrade_aquatic:stripped_river_log", + "count": 1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/stripped_driftwood_log.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/stripped_driftwood_log.json new file mode 100644 index 000000000..b118469de --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/stripped_driftwood_log.json @@ -0,0 +1,21 @@ +{ +"conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "upgrade_aquatic:driftwood_log_stripped" + } + ], + "results": [ + { + "item": "upgrade_aquatic:driftwood_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/stripped_river_log.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/stripped_river_log.json new file mode 100644 index 000000000..faae38dff --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/cutting/stripped_river_log.json @@ -0,0 +1,21 @@ +{ +"conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "upgrade_aquatic:stripped_river_log" + } + ], + "results": [ + { + "item": "upgrade_aquatic:river_planks", + "count": 5 + } + ], + "processingTime": 100 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/flowering_rush.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/flowering_rush.json new file mode 100644 index 000000000..3f8a63e24 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/flowering_rush.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "upgrade_aquatic:flowering_rush" + } + ], + "results": [ + { + "item": "minecraft:pink_dye", + "count": 3 + }, + { + "item": "minecraft:pink_dye", + "count": 2, + "chance": 0.25 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/searocket_pink.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/searocket_pink.json new file mode 100644 index 000000000..934880856 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/searocket_pink.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "upgrade_aquatic:searocket_pink" + } + ], + "results": [ + { + "item": "minecraft:pink_dye", + "count": 2 + }, + { + "item": "minecraft:green_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/searocket_white.json b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/searocket_white.json new file mode 100644 index 000000000..8dcec4210 --- /dev/null +++ b/src/main/resources/data/create/recipes/compat/upgrade_aquatic/milling/searocket_white.json @@ -0,0 +1,26 @@ +{ + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "upgrade_aquatic" + } + ], + "type": "create:milling", + "ingredients": [ + { + "item": "upgrade_aquatic:searocket_white" + } + ], + "results": [ + { + "item": "minecraft:white_dye", + "count": 2 + }, + { + "item": "minecraft:green_dye", + "count": 1, + "chance": 0.1 + } + ], + "processingTime": 50 +} \ No newline at end of file