diff --git a/src/main/resources/data/mcdar/recipes/charmed.json b/src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/charmed.json similarity index 100% rename from src/main/resources/data/mcdar/recipes/charmed.json rename to src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/charmed.json diff --git a/src/main/resources/data/mcdar/recipes/shielding.json b/src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/shielding.json similarity index 100% rename from src/main/resources/data/mcdar/recipes/shielding.json rename to src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/shielding.json diff --git a/src/main/resources/data/mcdar/recipes/soul_protection.json b/src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/soul_protection.json similarity index 100% rename from src/main/resources/data/mcdar/recipes/soul_protection.json rename to src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/soul_protection.json diff --git a/src/main/resources/data/mcdar/recipes/stunned.json b/src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/stunned.json similarity index 82% rename from src/main/resources/data/mcdar/recipes/stunned.json rename to src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/stunned.json index 9c34224..c14d7ec 100644 --- a/src/main/resources/data/mcdar/recipes/stunned.json +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/mcdar/stunned.json @@ -2,6 +2,9 @@ "type": "jeed:effect_provider", "effect": "mcdar:stunned", "providers": [ + { + "item": "mcdar:satchel_of_elements" + }, { "item": "mcdar:shock_powder" } diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/haste.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/haste.json new file mode 100644 index 0000000..efb48e7 --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/haste.json @@ -0,0 +1,18 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:haste", + "providers": [ + { + "item": "mcdar:death_cap_mushroom" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/invisibility.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/invisibility.json new file mode 100644 index 0000000..0a3bb07 --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/invisibility.json @@ -0,0 +1,18 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:invisibility", + "providers": [ + { + "item": "mcdar:ghost_cloak" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/nausea.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/nausea.json new file mode 100644 index 0000000..6b5fab9 --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/nausea.json @@ -0,0 +1,18 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:nausea", + "providers": [ + { + "item": "mcdar:satchel_of_elements" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/poison.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/poison.json new file mode 100644 index 0000000..444b359 --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/poison.json @@ -0,0 +1,24 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:poison", + "providers": [ + { + "item": "mcdar:corrupted_seeds" + }, + { + "item": "mcdar:buzzy_nest" + }, + { + "item": "mcdar:enchanted_grass" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/regeneration.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/regeneration.json new file mode 100644 index 0000000..59646dc --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/regeneration.json @@ -0,0 +1,18 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:regeneration", + "providers": [ + { + "item": "mcdar:totem_of_regeneration" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/resistance.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/resistance.json new file mode 100644 index 0000000..a76369d --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/resistance.json @@ -0,0 +1,24 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:resistance", + "providers": [ + { + "item": "mcdar:ghost_cloak" + }, + { + "item": "mcdar:iron_hide_amulet" + }, + { + "item": "mcdar:gong_of_weakening" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/slowness.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/slowness.json new file mode 100644 index 0000000..b61682d --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/slowness.json @@ -0,0 +1,21 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:slowness", + "providers": [ + { + "item": "mcdar:corrupted_seeds" + }, + { + "item": "mcdar:satchel_of_elements" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/speed.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/speed.json new file mode 100644 index 0000000..99a1020 --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/speed.json @@ -0,0 +1,24 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:speed", + "providers": [ + { + "item": "mcdar:boots_of_swiftness" + }, + { + "item": "mcdar:death_cap_mushroom" + }, + { + "item": "mcdar:enchanted_grass" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/weakness.json b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/weakness.json new file mode 100644 index 0000000..e9db994 --- /dev/null +++ b/src/main/resources/data/mcdar/recipes/jeed_compat/minecraft/weakness.json @@ -0,0 +1,18 @@ +{ + "replace": false, + "type": "jeed:effect_provider", + "effect": "minecraft:weakness", + "providers": [ + { + "item": "mcdar:gong_of_weakening" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "jeed" + ] + } + ] +} \ No newline at end of file