From e8ad27c594a1422542adc97426ed17bf9af6da9a Mon Sep 17 00:00:00 2001 From: Chikage0o0 Date: Sat, 10 Dec 2022 03:24:44 +0800 Subject: [PATCH] fix: fix createplus recipes --- .../recipes/ae2/compacting/tiny_tnt.json | 30 +++++++ .../ae2/milling/certus_quartz_dust.json | 22 +++++ .../recipes/ae2/milling/fluix_dust.json | 22 +++++ .../recipes/ae2/mixing/fluix_dust.json | 34 ++++++++ .../recipes/ae2/mixing/quartz_fiber.json | 25 ++++++ .../sequenced_assembly/fluix_glass_cable.json | 61 ++++++++++++++ .../sequenced_assembly/fluix_smart_cable.json | 78 ++++++++++++++++++ .../fluix_smart_dense_cable.json | 78 ++++++++++++++++++ .../mixing/calculation_processor.json | 81 +++++++++++++++++++ .../mixing/engineering_processor.json | 81 +++++++++++++++++++ .../mixing/logic_processor.json | 81 +++++++++++++++++++ .../printed_calculation_processor.json | 74 +++++++++++++++++ .../printed_engineering_processor.json | 74 +++++++++++++++++ .../printing/printed_logic_processor.json | 74 +++++++++++++++++ .../printing/printed_silicon.json | 74 +++++++++++++++++ .../ae2/splashing/fluix_covered_cable.json | 21 +++++ .../splashing/fluix_covered_dense_cable.json | 21 +++++ .../ae2/splashing/fluix_glass_cable.json | 21 +++++ .../ae2/splashing/fluix_smart_cable.json | 21 +++++ .../splashing/fluix_smart_dense_cable.json | 21 +++++ .../recipes/ae2/splashing/matter_ball.json | 21 +++++ .../ores/nether/cincinnasite_ore.json | 31 +++++++ .../cutting/anchor_tree/anchor_tree_bark.json | 22 +++++ .../cutting/anchor_tree/anchor_tree_log.json | 22 +++++ .../stripped_anchor_tree_bark.json | 23 ++++++ .../anchor_tree/stripped_anchor_tree_log.json | 23 ++++++ .../mushroom_fir/mushroom_fir_bark.json | 22 +++++ .../mushroom_fir/mushroom_fir_log.json | 22 +++++ .../stripped_mushroom_fir_bark.json | 23 ++++++ .../stripped_mushroom_fir_log.json | 23 ++++++ .../nether_sakura/nether_sakura_bark.json | 22 +++++ .../nether_sakura/nether_sakura_log.json | 22 +++++ .../stripped_nether_sakura_bark.json | 23 ++++++ .../stripped_nether_sakura_log.json | 23 ++++++ .../cutting/rubeus/rubeus_bark.json | 22 +++++ .../cutting/rubeus/rubeus_log.json | 22 +++++ .../cutting/rubeus/stripped_rubeus_bark.json | 23 ++++++ .../cutting/rubeus/stripped_rubeus_log.json | 23 ++++++ .../cutting/stalagnate/stalagnate_bark.json | 22 +++++ .../cutting/stalagnate/stalagnate_log.json | 22 +++++ .../stalagnate/stripped_stalagnate_bark.json | 23 ++++++ .../stalagnate/stripped_stalagnate_log.json | 23 ++++++ .../cutting/wart/stripped_wart_bark.json | 23 ++++++ .../cutting/wart/stripped_wart_log.json | 23 ++++++ .../betternether/cutting/wart/wart_bark.json | 22 +++++ .../betternether/cutting/wart/wart_log.json | 22 +++++ .../cutting/willow/stripped_willow_bark.json | 23 ++++++ .../cutting/willow/stripped_willow_log.json | 23 ++++++ .../cutting/willow/willow_bark.json | 22 +++++ .../cutting/willow/willow_log.json | 22 +++++ .../betternether/pressing/bone_block.json | 21 +++++ .../farmersdelight/mixing/raw_pasta.json | 29 +++++++ .../sequenced_assembly/apple_pie.json | 74 +++++++++++++++++ .../sequenced_assembly/chocolate_pie.json | 57 +++++++++++++ .../honey_glazed_ham_block.json | 76 +++++++++++++++++ .../shepherds_pie_block.json | 76 +++++++++++++++++ .../sequenced_assembly/stuffed_potato.json | 76 +++++++++++++++++ .../sweet_berry_cheesecake.json | 60 ++++++++++++++ .../recipes/gofish/haunting/soul_salmon.json | 21 +++++ .../haunting/soul_salmon_from_cooked.json | 21 +++++ .../recipes/vanilla/compacting/deepslate.json | 28 +++++++ .../vanilla/compacting/half_ores/asurine.json | 24 ++++++ .../compacting/half_ores/crimsite.json | 24 ++++++ .../vanilla/compacting/half_ores/ochrum.json | 24 ++++++ .../compacting/half_ores/veridium.json | 24 ++++++ .../vanilla/compacting/prismarine_bricks.json | 16 ++++ .../recipes/vanilla/compacting/tuff.json | 24 ++++++ .../recipes/vanilla/crafting/limestone.json | 15 ++++ .../vanilla/deploying/experience_bottle.json | 16 ++++ .../vanilla/emptying/dripstone_block.json | 17 ++++ .../recipes/vanilla/emptying/wet_sponge.json | 17 ++++ .../vanilla/filling/dripstone_block.json | 17 ++++ .../vanilla/haunting/enchanted_book.json | 17 ++++ .../recipes/vanilla/mixing/diorite.json | 16 ++++ .../vanilla/pressing/prismarine_shard.json | 13 +++ .../sandpaper_polishing/rose_quartz.json | 1 + .../sequenced_assembly/electron_tube.json | 73 +++++++++++++++++ .../sequenced_assembly/netherrack.json | 74 +++++++++++++++++ .../recipes/vanilla/splashing/limestone.json | 14 ++++ openloader/data/CreatePlus-datapack.pw.toml | 8 -- 80 files changed, 2641 insertions(+), 8 deletions(-) create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/compacting/tiny_tnt.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/certus_quartz_dust.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/fluix_dust.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/fluix_dust.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/quartz_fiber.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_glass_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_dense_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/calculation_processor.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/engineering_processor.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/logic_processor.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_calculation_processor.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_engineering_processor.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_logic_processor.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_silicon.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_dense_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_glass_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_dense_cable.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/matter_ball.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/crushing/ores/nether/cincinnasite_ore.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_bark.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_log.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/betternether/pressing/bone_block.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/mixing/raw_pasta.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/apple_pie.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/chocolate_pie.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/honey_glazed_ham_block.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/shepherds_pie_block.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/stuffed_potato.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/sweet_berry_cheesecake.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon_from_cooked.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/deepslate.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/asurine.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/crimsite.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/ochrum.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/veridium.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/prismarine_bricks.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/tuff.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/crafting/limestone.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/deploying/experience_bottle.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/dripstone_block.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/wet_sponge.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/filling/dripstone_block.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/haunting/enchanted_book.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/mixing/diorite.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/pressing/prismarine_shard.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sandpaper_polishing/rose_quartz.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/electron_tube.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/netherrack.json create mode 100644 openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/splashing/limestone.json delete mode 100644 openloader/data/CreatePlus-datapack.pw.toml diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/compacting/tiny_tnt.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/compacting/tiny_tnt.json new file mode 100644 index 0000000..50a9024 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/compacting/tiny_tnt.json @@ -0,0 +1,30 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:compacting", + "ingredients": [ + { + "tag": "c:certus_quartz_dusts" + }, + { + "tag": "c:gunpowder" + }, + { + "tag": "c:certus_quartz_dusts" + }, + { + "tag": "c:gunpowder" + } + ], + "results": [ + { + "item": "ae2:tiny_tnt" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/certus_quartz_dust.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/certus_quartz_dust.json new file mode 100644 index 0000000..780ae86 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/certus_quartz_dust.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "c:certus_quartz" + } + ], + "results": [ + { + "item": "ae2:certus_quartz_dust" + } + ], + "processingTime": 350 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/fluix_dust.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/fluix_dust.json new file mode 100644 index 0000000..b29c399 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/milling/fluix_dust.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:milling", + "ingredients": [ + { + "tag": "ae2:all_fluix" + } + ], + "results": [ + { + "item": "ae2:fluix_dust" + } + ], + "processingTime": 350 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/fluix_dust.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/fluix_dust.json new file mode 100644 index 0000000..4768d1b --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/fluix_dust.json @@ -0,0 +1,34 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:mixing", + "ingredients": [ + { + "tag": "c:dusts/redstone" + }, + { + "item": "ae2:charged_certus_quartz_crystal" + }, + { + "tag": "ae2:all_nether_quartz" + }, + { + "fluid": "minecraft:water", + "nbt": {}, + "amount": 60750 + } + ], + "results": [ + { + "item": "ae2:fluix_dust", + "count": 2 + } + ], + "heatRequirement": "heated" +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/quartz_fiber.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/quartz_fiber.json new file mode 100644 index 0000000..c04a748 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/mixing/quartz_fiber.json @@ -0,0 +1,25 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:mixing", + "ingredients": [ + { + "tag": "c:certus_quartz_dusts" + }, + { + "tag": "c:glass" + } + ], + "results": [ + { + "item": "ae2:quartz_fiber", + "count": 2 + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_glass_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_glass_cable.json new file mode 100644 index 0000000..b9885b6 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_glass_cable.json @@ -0,0 +1,61 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:quartz_fiber" + }, + "transitionalItem": { + "item": "ae2:quartz_fiber" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:quartz_fiber" + }, + { + "tag": "ae2:all_fluix" + } + ], + "results": [ + { + "item": "ae2:quartz_fiber" + } + ], + "keepHeldItem": false + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "ae2:quartz_fiber" + } + ], + "results": [ + { + "item": "ae2:quartz_fiber" + } + ] + } + ], + "results": [ + { + "item": "ae2:fluix_glass_cable", + "chance": 80, + "count": 6 + }, + { + "item": "ae2:quartz_fiber", + "chance": 20 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_cable.json new file mode 100644 index 0000000..7cc35fb --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_cable.json @@ -0,0 +1,78 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:fluix_glass_cable" + }, + "transitionalItem": { + "item": "ae2:fluix_glass_cable" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:fluix_glass_cable" + }, + { + "tag": "c:dusts/redstone" + } + ], + "results": [ + { + "item": "ae2:fluix_glass_cable" + } + ], + "keepHeldItem": false + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:fluix_glass_cable" + }, + { + "tag": "c:dusts/glowstone" + } + ], + "results": [ + { + "item": "ae2:fluix_glass_cable" + } + ], + "keepHeldItem": false + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "ae2:fluix_glass_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_glass_cable" + } + ] + } + ], + "results": [ + { + "item": "ae2:fluix_smart_cable", + "chance": 80, + "count": 3 + }, + { + "item": "ae2:fluix_glass_cable", + "chance": 20 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_dense_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_dense_cable.json new file mode 100644 index 0000000..16e6a01 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/fluix_smart_dense_cable.json @@ -0,0 +1,78 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:fluix_covered_dense_cable" + }, + "transitionalItem": { + "item": "ae2:fluix_covered_dense_cable" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:fluix_covered_dense_cable" + }, + { + "tag": "c:dusts/redstone" + } + ], + "results": [ + { + "item": "ae2:fluix_covered_dense_cable" + } + ], + "keepHeldItem": false + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:fluix_covered_dense_cable" + }, + { + "tag": "c:dusts/glowstone" + } + ], + "results": [ + { + "item": "ae2:fluix_covered_dense_cable" + } + ], + "keepHeldItem": false + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "ae2:fluix_covered_dense_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_covered_dense_cable" + } + ] + } + ], + "results": [ + { + "item": "ae2:fluix_smart_dense_cable", + "chance": 80, + "count": 3 + }, + { + "item": "ae2:fluix_covered_dense_cable", + "chance": 20 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/calculation_processor.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/calculation_processor.json new file mode 100644 index 0000000..0366aa8 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/calculation_processor.json @@ -0,0 +1,81 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:printed_calculation_processor" + }, + "transitionalItem": { + "item": "ae2:printed_calculation_processor" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:printed_calculation_processor" + }, + { + "item": "ae2:printed_silicon" + } + ], + "results": [ + { + "item": "ae2:printed_calculation_processor" + } + ], + "keepHeldItem": false + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:printed_calculation_processor" + }, + { + "tag": "c:dusts/redstone" + } + ], + "results": [ + { + "item": "ae2:printed_calculation_processor" + } + ], + "keepHeldItem": false + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "ae2:printed_calculation_processor" + } + ], + "results": [ + { + "item": "ae2:printed_calculation_processor" + } + ] + } + ], + "results": [ + { + "item": "ae2:calculation_processor", + "chance": 80 + }, + { + "item": "ae2:printed_silicon", + "chance": 10 + }, + { + "item": "ae2:printed_calculation_processor", + "chance": 10 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/engineering_processor.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/engineering_processor.json new file mode 100644 index 0000000..9dc0d4a --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/engineering_processor.json @@ -0,0 +1,81 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:printed_engineering_processor" + }, + "transitionalItem": { + "item": "ae2:printed_engineering_processor" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:printed_engineering_processor" + }, + { + "item": "ae2:printed_silicon" + } + ], + "results": [ + { + "item": "ae2:printed_engineering_processor" + } + ], + "keepHeldItem": false + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:printed_engineering_processor" + }, + { + "tag": "c:dusts/redstone" + } + ], + "results": [ + { + "item": "ae2:printed_engineering_processor" + } + ], + "keepHeldItem": false + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "ae2:printed_engineering_processor" + } + ], + "results": [ + { + "item": "ae2:printed_engineering_processor" + } + ] + } + ], + "results": [ + { + "item": "ae2:engineering_processor", + "chance": 80 + }, + { + "item": "ae2:printed_silicon", + "chance": 10 + }, + { + "item": "ae2:printed_engineering_processor", + "chance": 10 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/logic_processor.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/logic_processor.json new file mode 100644 index 0000000..6d40a96 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/mixing/logic_processor.json @@ -0,0 +1,81 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:printed_logic_processor" + }, + "transitionalItem": { + "item": "ae2:printed_logic_processor" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:printed_logic_processor" + }, + { + "item": "ae2:printed_silicon" + } + ], + "results": [ + { + "item": "ae2:printed_logic_processor" + } + ], + "keepHeldItem": false + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:printed_logic_processor" + }, + { + "tag": "c:dusts/redstone" + } + ], + "results": [ + { + "item": "ae2:printed_logic_processor" + } + ], + "keepHeldItem": false + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "ae2:printed_logic_processor" + } + ], + "results": [ + { + "item": "ae2:printed_logic_processor" + } + ] + } + ], + "results": [ + { + "item": "ae2:logic_processor", + "chance": 80 + }, + { + "item": "ae2:printed_silicon", + "chance": 10 + }, + { + "item": "ae2:printed_logic_processor", + "chance": 10 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_calculation_processor.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_calculation_processor.json new file mode 100644 index 0000000..3c9808f --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_calculation_processor.json @@ -0,0 +1,74 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "ae2:certus_quartz_crystal" + }, + "transitionalItem": { + "item": "ae2:certus_quartz_crystal" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:certus_quartz_crystal" + }, + { + "item": "ae2:calculation_processor_press" + } + ], + "results": [ + { + "item": "ae2:certus_quartz_crystal" + } + ], + "keepHeldItem": true + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "ae2:certus_quartz_crystal" + } + ], + "results": [ + { + "item": "ae2:certus_quartz_crystal" + } + ] + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "ae2:certus_quartz_crystal" + } + ], + "results": [ + { + "item": "ae2:certus_quartz_crystal" + } + ] + } + ], + "results": [ + { + "item": "ae2:printed_calculation_processor", + "count": 2, + "chance": 80 + }, + { + "item": "ae2:certus_quartz_crystal", + "chance": 20 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_engineering_processor.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_engineering_processor.json new file mode 100644 index 0000000..c8f7463 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_engineering_processor.json @@ -0,0 +1,74 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "minecraft:diamond" + }, + "transitionalItem": { + "item": "minecraft:diamond" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:diamond" + }, + { + "item": "ae2:engineering_processor_press" + } + ], + "results": [ + { + "item": "minecraft:diamond" + } + ], + "keepHeldItem": true + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "minecraft:diamond" + } + ], + "results": [ + { + "item": "minecraft:diamond" + } + ] + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:diamond" + } + ], + "results": [ + { + "item": "minecraft:diamond" + } + ] + } + ], + "results": [ + { + "item": "ae2:printed_engineering_processor", + "count": 2, + "chance": 80 + }, + { + "item": "minecraft:diamond", + "chance": 20 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_logic_processor.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_logic_processor.json new file mode 100644 index 0000000..fee64af --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_logic_processor.json @@ -0,0 +1,74 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "minecraft:gold_ingot" + }, + "transitionalItem": { + "item": "minecraft:gold_ingot" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:gold_ingot" + }, + { + "item": "ae2:logic_processor_press" + } + ], + "results": [ + { + "item": "minecraft:gold_ingot" + } + ], + "keepHeldItem": true + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "minecraft:gold_ingot" + } + ], + "results": [ + { + "item": "minecraft:gold_ingot" + } + ] + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:gold_ingot" + } + ], + "results": [ + { + "item": "minecraft:gold_ingot" + } + ] + } + ], + "results": [ + { + "item": "ae2:printed_logic_processor", + "count": 2, + "chance": 80 + }, + { + "item": "minecraft:gold_ingot", + "chance": 20 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_silicon.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_silicon.json new file mode 100644 index 0000000..ed51ae2 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/sequenced_assembly/printing/printed_silicon.json @@ -0,0 +1,74 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "tag": "c:silicon" + }, + "transitionalItem": { + "item": "ae2:silicon" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "ae2:silicon" + }, + { + "item": "ae2:silicon_press" + } + ], + "results": [ + { + "item": "ae2:silicon" + } + ], + "keepHeldItem": true + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "ae2:silicon" + } + ], + "results": [ + { + "item": "ae2:silicon" + } + ] + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "ae2:silicon" + } + ], + "results": [ + { + "item": "ae2:silicon" + } + ] + } + ], + "results": [ + { + "item": "ae2:printed_silicon", + "count": 2, + "chance": 80 + }, + { + "item": "ae2:silicon", + "chance": 20 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_cable.json new file mode 100644 index 0000000..64d9a1f --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_cable.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:splashing", + "ingredients": [ + { + "tag": "ae2:covered_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_covered_cable" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_dense_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_dense_cable.json new file mode 100644 index 0000000..9f4807c --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_covered_dense_cable.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:splashing", + "ingredients": [ + { + "tag": "ae2:covered_dense_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_covered_dense_cable" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_glass_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_glass_cable.json new file mode 100644 index 0000000..0a13cd9 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_glass_cable.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:splashing", + "ingredients": [ + { + "tag": "ae2:glass_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_glass_cable" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_cable.json new file mode 100644 index 0000000..1572974 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_cable.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:splashing", + "ingredients": [ + { + "tag": "ae2:smart_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_smart_cable" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_dense_cable.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_dense_cable.json new file mode 100644 index 0000000..ebad203 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/fluix_smart_dense_cable.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:splashing", + "ingredients": [ + { + "tag": "ae2:smart_dense_cable" + } + ], + "results": [ + { + "item": "ae2:fluix_smart_dense_cable" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/matter_ball.json b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/matter_ball.json new file mode 100644 index 0000000..06db3a4 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/ae2/splashing/matter_ball.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "ae2" + ] + } + ], + "type": "create:splashing", + "ingredients": [ + { + "tag": "ae2:paint_balls" + } + ], + "results": [ + { + "item": "ae2:matter_ball" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/crushing/ores/nether/cincinnasite_ore.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/crushing/ores/nether/cincinnasite_ore.json new file mode 100644 index 0000000..faaaffc --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/crushing/ores/nether/cincinnasite_ore.json @@ -0,0 +1,31 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:crushing", + "ingredients": [ + { + "item": "betternether:cincinnasite_ore" + } + ], + "results": [ + { + "item": "betternether:cincinnasite", + "count": 3 + }, + { + "item": "betternether:cincinnasite", + "chance": 0.5 + }, + { + "item": "minecraft:netherrack", + "chance": 0.125 + } + ], + "processingTime": 250 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_bark.json new file mode 100644 index 0000000..a0446e3 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:anchor_tree_bark" + } + ], + "results": [ + { + "item": "betternether:anchor_tree_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_log.json new file mode 100644 index 0000000..aa6bfce --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/anchor_tree_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:anchor_tree_log" + } + ], + "results": [ + { + "item": "betternether:anchor_tree_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_bark.json new file mode 100644 index 0000000..6e50335 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:anchor_tree_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:anchor_tree_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_log.json new file mode 100644 index 0000000..9aeeb16 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/anchor_tree/stripped_anchor_tree_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:anchor_tree_stripped_log" + } + ], + "results": [ + { + "item": "betternether:anchor_tree_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_bark.json new file mode 100644 index 0000000..2eb6fe3 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:mushroom_fir_bark" + } + ], + "results": [ + { + "item": "betternether:mushroom_fir_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_log.json new file mode 100644 index 0000000..c90918d --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/mushroom_fir_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:mushroom_fir_log" + } + ], + "results": [ + { + "item": "betternether:mushroom_fir_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_bark.json new file mode 100644 index 0000000..b883abc --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:mushroom_fir_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:mushroom_fir_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_log.json new file mode 100644 index 0000000..a590f06 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/mushroom_fir/stripped_mushroom_fir_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:mushroom_fir_stripped_log" + } + ], + "results": [ + { + "item": "betternether:mushroom_fir_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_bark.json new file mode 100644 index 0000000..57f5def --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:nether_sakura_bark" + } + ], + "results": [ + { + "item": "betternether:nether_sakura_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_log.json new file mode 100644 index 0000000..c98a0ff --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/nether_sakura_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:nether_sakura_log" + } + ], + "results": [ + { + "item": "betternether:nether_sakura_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_bark.json new file mode 100644 index 0000000..c3e1f88 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:nether_sakura_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:nether_sakura_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_log.json new file mode 100644 index 0000000..18e8618 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/nether_sakura/stripped_nether_sakura_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:nether_sakura_stripped_log" + } + ], + "results": [ + { + "item": "betternether:nether_sakura_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_bark.json new file mode 100644 index 0000000..822ed9d --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:rubeus_bark" + } + ], + "results": [ + { + "item": "betternether:rubeus_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_log.json new file mode 100644 index 0000000..e758c35 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/rubeus_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:rubeus_log" + } + ], + "results": [ + { + "item": "betternether:rubeus_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_bark.json new file mode 100644 index 0000000..14efa50 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:rubeus_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:rubeus_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_log.json new file mode 100644 index 0000000..18cfce8 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/rubeus/stripped_rubeus_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:rubeus_stripped_log" + } + ], + "results": [ + { + "item": "betternether:rubeus_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_bark.json new file mode 100644 index 0000000..f49bc62 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:stalagnate_bark" + } + ], + "results": [ + { + "item": "betternether:stalagnate_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_log.json new file mode 100644 index 0000000..6fbafc7 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stalagnate_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:stalagnate_log" + } + ], + "results": [ + { + "item": "betternether:stalagnate_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_bark.json new file mode 100644 index 0000000..36b9052 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:stalagnate_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:stalagnate_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_log.json new file mode 100644 index 0000000..02db572 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/stalagnate/stripped_stalagnate_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:stalagnate_stripped_log" + } + ], + "results": [ + { + "item": "betternether:stalagnate_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_bark.json new file mode 100644 index 0000000..c6a9612 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:wart_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:wart_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_log.json new file mode 100644 index 0000000..83bba99 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/stripped_wart_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:wart_stripped_log" + } + ], + "results": [ + { + "item": "betternether:wart_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_bark.json new file mode 100644 index 0000000..6deb304 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:wart_bark" + } + ], + "results": [ + { + "item": "betternether:wart_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_log.json new file mode 100644 index 0000000..6b09db7 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/wart/wart_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:wart_log" + } + ], + "results": [ + { + "item": "betternether:wart_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_bark.json new file mode 100644 index 0000000..5dc30f4 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_bark.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:willow_stripped_bark" + } + ], + "results": [ + { + "item": "betternether:willow_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_log.json new file mode 100644 index 0000000..d8e1296 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/stripped_willow_log.json @@ -0,0 +1,23 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:willow_stripped_log" + } + ], + "results": [ + { + "item": "betternether:willow_planks", + "count": 6 + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_bark.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_bark.json new file mode 100644 index 0000000..0ba4fb2 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_bark.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:willow_bark" + } + ], + "results": [ + { + "item": "betternether:willow_stripped_bark" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_log.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_log.json new file mode 100644 index 0000000..0b1ed01 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/cutting/willow/willow_log.json @@ -0,0 +1,22 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:cutting", + "ingredients": [ + { + "item": "betternether:willow_log" + } + ], + "results": [ + { + "item": "betternether:willow_stripped_log" + } + ], + "processingTime": 50 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/pressing/bone_block.json b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/pressing/bone_block.json new file mode 100644 index 0000000..e12360c --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/betternether/pressing/bone_block.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "betternether" + ] + } + ], + "type": "create:pressing", + "ingredients": [ + { + "item": "minecraft:bone_block" + } + ], + "results": [ + { + "item": "betternether:bone_block" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/mixing/raw_pasta.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/mixing/raw_pasta.json new file mode 100644 index 0000000..dce8db2 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/mixing/raw_pasta.json @@ -0,0 +1,29 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:mixing", + "ingredients": [ + { + "fluid": "minecraft:water", + "nbt": {}, + "amount": 40500 + }, + { + "tag": "c:crops/wheat" + }, + { + "tag": "c:crops/wheat" + } + ], + "results": [ + { + "item": "farmersdelight:raw_pasta" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/apple_pie.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/apple_pie.json new file mode 100644 index 0000000..ba5179c --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/apple_pie.json @@ -0,0 +1,74 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "farmersdelight:pie_crust" + }, + "transitionalItem": { + "item": "farmersdelight:pie_crust" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + }, + { + "item": "minecraft:sugar" + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + }, + { + "item": "minecraft:apple" + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + }, + { + "tag": "c:crops/wheat" + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + } + ], + "results": [ + { + "item": "farmersdelight:apple_pie", + "chance": 1 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/chocolate_pie.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/chocolate_pie.json new file mode 100644 index 0000000..c442254 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/chocolate_pie.json @@ -0,0 +1,57 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "farmersdelight:pie_crust" + }, + "transitionalItem": { + "item": "farmersdelight:pie_crust" + }, + "sequence": [ + { + "type": "create:filling", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + }, + { + "fluid": "create:chocolate", + "nbt": {}, + "amount": 81000 + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + } + ], + "results": [ + { + "item": "farmersdelight:chocolate_pie", + "chance": 1 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/honey_glazed_ham_block.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/honey_glazed_ham_block.json new file mode 100644 index 0000000..b9f54ea --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/honey_glazed_ham_block.json @@ -0,0 +1,76 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "minecraft:bowl" + }, + "transitionalItem": { + "item": "minecraft:bowl" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "item": "minecraft:sweet_berries" + } + ], + "results": [ + { + "item": "minecraft:bowl" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "item": "farmersdelight:smoked_ham" + } + ], + "results": [ + { + "item": "minecraft:bowl" + } + ] + }, + { + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "fluid": "create:honey", + "nbt": {}, + "amount": 10125 + } + ], + "results": [ + { + "item": "minecraft:bowl" + } + ] + } + ], + "results": [ + { + "item": "farmersdelight:honey_glazed_ham_block", + "chance": 1 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/shepherds_pie_block.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/shepherds_pie_block.json new file mode 100644 index 0000000..9a52aa3 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/shepherds_pie_block.json @@ -0,0 +1,76 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "minecraft:bowl" + }, + "transitionalItem": { + "item": "minecraft:bowl" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "tag": "c:cooked_mutton" + } + ], + "results": [ + { + "item": "minecraft:bowl" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "item": "minecraft:baked_potato" + } + ], + "results": [ + { + "item": "minecraft:bowl" + } + ] + }, + { + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:bowl" + }, + { + "fluid": "milk:still_milk", + "nbt": {}, + "amount": 9000 + } + ], + "results": [ + { + "item": "minecraft:bowl" + } + ] + } + ], + "results": [ + { + "item": "farmersdelight:shepherds_pie_block", + "chance": 1 + } + ], + "loops": 3 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/stuffed_potato.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/stuffed_potato.json new file mode 100644 index 0000000..94f848b --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/stuffed_potato.json @@ -0,0 +1,76 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "minecraft:baked_potato" + }, + "transitionalItem": { + "item": "minecraft:baked_potato" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:baked_potato" + }, + { + "tag": "c:cooked_beef" + } + ], + "results": [ + { + "item": "minecraft:baked_potato" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:baked_potato" + }, + { + "tag": "c:crops/carrot" + } + ], + "results": [ + { + "item": "minecraft:baked_potato" + } + ] + }, + { + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:baked_potato" + }, + { + "fluid": "milk:still_milk", + "nbt": {}, + "amount": 27000 + } + ], + "results": [ + { + "item": "minecraft:baked_potato" + } + ] + } + ], + "results": [ + { + "item": "farmersdelight:stuffed_potato", + "chance": 1 + } + ], + "loops": 1 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/sweet_berry_cheesecake.json b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/sweet_berry_cheesecake.json new file mode 100644 index 0000000..a62dcf9 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/farmersdelight/sequenced_assembly/sweet_berry_cheesecake.json @@ -0,0 +1,60 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "farmersdelight" + ] + } + ], + "type": "create:sequenced_assembly", + "ingredient": { + "item": "farmersdelight:pie_crust" + }, + "transitionalItem": { + "item": "farmersdelight:pie_crust" + }, + "sequence": [ + { + "type": "create:filling", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + }, + { + "fluid": "milk:still_milk", + "nbt": {}, + "amount": 16200 + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "farmersdelight:pie_crust" + }, + { + "item": "minecraft:sweet_berries" + } + ], + "results": [ + { + "item": "farmersdelight:pie_crust" + } + ] + } + ], + "results": [ + { + "item": "farmersdelight:sweet_berry_cheesecake", + "chance": 1 + } + ], + "loops": 5 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon.json b/openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon.json new file mode 100644 index 0000000..d4135d7 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "go-fish" + ] + } + ], + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:salmon" + } + ], + "results": [ + { + "item": "gofish:soul_salmon" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon_from_cooked.json b/openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon_from_cooked.json new file mode 100644 index 0000000..36e328f --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/gofish/haunting/soul_salmon_from_cooked.json @@ -0,0 +1,21 @@ +{ + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "go-fish" + ] + } + ], + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:cooked_salmon" + } + ], + "results": [ + { + "item": "gofish:soul_salmon" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/deepslate.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/deepslate.json new file mode 100644 index 0000000..1a209c3 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/deepslate.json @@ -0,0 +1,28 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:cobblestone" + }, + { + "item": "minecraft:cobblestone" + }, + { + "item": "minecraft:cobblestone" + }, + { + "item": "minecraft:cobblestone" + }, + { + "fluid": "minecraft:lava", + "nbt": {}, + "amount": 8100 + } + ], + "results": [ + { + "item": "minecraft:deepslate" + } + ], + "heatRequirement": "heated" + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/asurine.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/asurine.json new file mode 100644 index 0000000..6bbd256 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/asurine.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:andesite" + }, + { + "fluid": "minecraft:lava", + "nbt": {}, + "amount": 40500 + } + ], + "results": [ + { + "item": "create:asurine" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/crimsite.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/crimsite.json new file mode 100644 index 0000000..f977643 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/crimsite.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:diorite" + }, + { + "fluid": "minecraft:lava", + "nbt": {}, + "amount": 40500 + } + ], + "results": [ + { + "item": "create:crimsite" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/ochrum.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/ochrum.json new file mode 100644 index 0000000..e651057 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/ochrum.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:granite" + }, + { + "fluid": "minecraft:lava", + "nbt": {}, + "amount": 40500 + } + ], + "results": [ + { + "item": "create:ochrum" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/veridium.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/veridium.json new file mode 100644 index 0000000..db4be10 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/half_ores/veridium.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:tuff" + }, + { + "item": "minecraft:tuff" + }, + { + "item": "create:limestone" + }, + { + "fluid": "minecraft:lava", + "nbt": {}, + "amount": 40500 + } + ], + "results": [ + { + "item": "create:veridium" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/prismarine_bricks.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/prismarine_bricks.json new file mode 100644 index 0000000..09a42b1 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/prismarine_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:prismarine" + }, + { + "item": "minecraft:prismarine" + } + ], + "results": [ + { + "item": "minecraft:prismarine_bricks" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/tuff.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/tuff.json new file mode 100644 index 0000000..0a9f500 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/compacting/tuff.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "create:scoria" + }, + { + "item": "create:scoria" + }, + { + "item": "minecraft:cobbled_deepslate" + }, + { + "fluid": "minecraft:lava", + "nbt": {}, + "amount": 8100 + } + ], + "results": [ + { + "item": "minecraft:tuff" + } + ] + } \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/crafting/limestone.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/crafting/limestone.json new file mode 100644 index 0000000..adba524 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/crafting/limestone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:calcite" + }, + { + "item": "minecraft:gravel" + } + ], + "result": { + "item": "create:limestone", + "count": 2 + } +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/deploying/experience_bottle.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/deploying/experience_bottle.json new file mode 100644 index 0000000..472ca0f --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/deploying/experience_bottle.json @@ -0,0 +1,16 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:glass_bottle" + }, + { + "item": "create:experience_nugget" + } + ], + "results": [ + { + "item": "minecraft:experience_bottle" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/dripstone_block.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/dripstone_block.json new file mode 100644 index 0000000..70d5766 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/dripstone_block.json @@ -0,0 +1,17 @@ +{ + "type": "create:emptying", + "ingredients": [ + { + "item": "minecraft:dripstone_block" + } + ], + "results": [ + { + "item": "create:limestone" + }, + { + "fluid": "minecraft:water", + "amount": 40500 + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/wet_sponge.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/wet_sponge.json new file mode 100644 index 0000000..d3c2060 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/emptying/wet_sponge.json @@ -0,0 +1,17 @@ +{ + "type": "create:emptying", + "ingredients": [ + { + "item": "minecraft:wet_sponge" + } + ], + "results": [ + { + "item": "minecraft:sponge" + }, + { + "fluid": "minecraft:water", + "amount": 81000 + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/filling/dripstone_block.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/filling/dripstone_block.json new file mode 100644 index 0000000..8bac8f7 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/filling/dripstone_block.json @@ -0,0 +1,17 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "create:limestone" + }, + { + "fluid": "minecraft:water", + "amount": 40500 + } + ], + "results": [ + { + "item": "minecraft:dripstone_block" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/haunting/enchanted_book.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/haunting/enchanted_book.json new file mode 100644 index 0000000..3a9097e --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/haunting/enchanted_book.json @@ -0,0 +1,17 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:enchanted_book" + } + ], + "results": [ + { + "item": "minecraft:book" + }, + { + "item": "create:experience_nugget", + "chance": 0.75 + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/mixing/diorite.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/mixing/diorite.json new file mode 100644 index 0000000..f739ff6 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/mixing/diorite.json @@ -0,0 +1,16 @@ +{ + "type": "create:mixing", + "ingredients": [ + { + "item": "minecraft:cobblestone" + }, + { + "tag": "c:gems/quartz" + } + ], + "results": [ + { + "item": "minecraft:diorite" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/pressing/prismarine_shard.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/pressing/prismarine_shard.json new file mode 100644 index 0000000..a501c5b --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/pressing/prismarine_shard.json @@ -0,0 +1,13 @@ +{ + "type": "create:pressing", + "ingredients": [ + { + "tag": "c:gems/prismarine" + } + ], + "results": [ + { + "item": "minecraft:prismarine_shard" + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sandpaper_polishing/rose_quartz.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sandpaper_polishing/rose_quartz.json new file mode 100644 index 0000000..c5db04c --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sandpaper_polishing/rose_quartz.json @@ -0,0 +1 @@ +{"type":"create:sandpaper_polishing","ingredients":[{"tag":"c:gems/rose_quartz"}],"results":[{"item":"create:polished_rose_quartz"}]} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/electron_tube.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/electron_tube.json new file mode 100644 index 0000000..243b124 --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/electron_tube.json @@ -0,0 +1,73 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "item": "create:polished_rose_quartz" + }, + "transitionalItem": { + "item": "create:polished_rose_quartz" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:polished_rose_quartz" + }, + { + "item": "minecraft:redstone_torch" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:polished_rose_quartz" + }, + { + "tag": "c:nuggets/iron" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "create:polished_rose_quartz" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ], + "processingTime": 50 + } + ], + "results": [ + { + "item": "create:electron_tube", + "count": 4, + "chance": 80.0 + }, + { + "item": "create:polished_rose_quartz", + "chance": 15.0 + }, + { + "item": "minecraft:redstone", + "chance": 5.0 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/netherrack.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/netherrack.json new file mode 100644 index 0000000..7224b1a --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/sequenced_assembly/netherrack.json @@ -0,0 +1,74 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "item": "minecraft:blackstone" + }, + "transitionalItem": { + "item": "minecraft:blackstone" + }, + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:blackstone" + }, + { + "item": "minecraft:nether_wart" + } + ], + "results": [ + { + "item": "minecraft:blackstone" + } + ] + }, + { + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:blackstone" + }, + { + "fluid": "minecraft:lava", + "amount": 20250 + } + ], + "results": [ + { + "item": "minecraft:blackstone" + } + ] + }, + { + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:blackstone" + } + ], + "results": [ + { + "item": "minecraft:blackstone" + } + ], + "processingTime": 50 + } + ], + "results": [ + { + "item": "minecraft:netherrack", + "count": 1, + "chance": 80.0 + }, + { + "item": "minecraft:blackstone", + "chance": 15.0 + }, + { + "item": "minecraft:nether_wart_block", + "chance": 5.0 + } + ], + "loops": 2 +} \ No newline at end of file diff --git a/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/splashing/limestone.json b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/splashing/limestone.json new file mode 100644 index 0000000..68934aa --- /dev/null +++ b/openloader/data/CreateOriginModify/data/createplus/recipes/vanilla/splashing/limestone.json @@ -0,0 +1,14 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "create:limestone" + } + ], + "results": [ + { + "item": "minecraft:calcite", + "chance": 0.35 + } + ] +} \ No newline at end of file diff --git a/openloader/data/CreatePlus-datapack.pw.toml b/openloader/data/CreatePlus-datapack.pw.toml deleted file mode 100644 index 3ebe986..0000000 --- a/openloader/data/CreatePlus-datapack.pw.toml +++ /dev/null @@ -1,8 +0,0 @@ -name = "CreatePlus" -filename = "CreatePlus.zip" -side = "both" - -[download] -url = "https://drive.939.me/api/raw/?path=/Minecraft/CustomMod/CreatePlus.zip" -hash-format = "sha1" -hash = "366209886925a3c7b66c8262b68328dd1152f631"