diff --git a/README.md b/README.md
index 795400260..ea9a8b52a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![Biomancy Version](https://img.shields.io/badge/Biomancy-1.0.0--beta.1-yellow)](https://github.com/Elenterius/Biomancy)
+[![Biomancy Version](https://img.shields.io/badge/Biomancy-1.0.0--beta.2-yellow)](https://github.com/Elenterius/Biomancy)
[![Forge Version](https://img.shields.io/badge/Minecraft%20Forge-1.16.5--36.1.4-orange)](https://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.16.5.html)
Biomancy is a Biopunk inspired Mod and themed around flesh magic and bio-manipulation.
@@ -8,108 +8,20 @@ Biomancy is a Biopunk inspired Mod and themed around flesh magic and bio-manipul
**Mod Integrations**
- [x] JEI
-- [ ] Patchouli WIP
+- [ ] Patchouli WIP, use the [Wiki](https://github.com/Elenterius/Biomancy/wiki) instead
-## Features
+## Mod Download
+https://www.curseforge.com/minecraft/mc-mods/biomancy
-### Items
-
-- Claws
- - Leech Claw: reduced attack distance but leaches enemy health
- - Long Range Claw: features greater attack distance on critical hit, aoe harvest for blocks
-- Blighbringer Axe: reduces max health of enemies if your health is below 75% of the max health of the enemy
-- Fleshborn Tools: feature 3x3 aoe harvest (sneak to disable) and adapts to the block they are harvesting
-- Enchantable Guns (accept some Bow/Crossbow enchantments)
- - Tooth Gun: eats nutrient paste to reload ammo
- - Withershot: eats wither skulls to reload ammo
-- Item Storage Bag (4k of a single item):
- - on sneak click takes/put items from/in offhand
- - Devour Mode: take items from player inventory and store them; on right click of a block with an inventory extract items from it
- - Replenish Mode: refill items in player main/off-hand; on right click of a block with an inventory fill it with items
-- Entity Storage Bag
-- Injection Device:
- - force inject Mobs or Blocks with reagents (**some reagents can't be injected into everything**)
- - loaded/unloaded via glass-vials/reagents in offhand and sneak clicking
- - when empty it can extract blood from entities
-- Boomling-nade (heat seeking potion)
- - combine with splash potion in crafting table
- - sneak click to pick back up once thrown
-
-#### Reagents
-
-- Insomnia Cure (resets the last slept time, no need for sleep)
-- Breeding Stimulant (reset in love timer)
-- Blood Sample (contains genetic material, inject a flesh blob with it and inject ample mutagen)
-- Mutagen Serum (induces mutations in flesh blobs and some other mobs (Villagers, Animals, Guardians))
-- Rejuvenation Serum (reverse growth)
-- Growth Serum (induce growth, even for reeds, cactus & nether wart)
-- Cleansing Serum (removes all potion effects, removes genetic material from flesh blobs)
-- Decay Serum (strongly affects zombies)
-
-#### Enchantments
-
-- Millipedes (for boots; spider climbing)
-- Copepod's Leap (for pants; sneak+jump to riptide jump without water; free elytra launch boost)
-- Attuning Bane (attunes to the killed entity type and becomes Bane of x)
-- Quick Shot (for gun; decreases shoot delay)
-- Max Ammo (for gun; increases max ammo)
-
-### Blocks
-
-- Flesh (Blocks, Slabs, Stairs)
-- Ownable
- - Fleshborn Door
- - Trapdoor, Pressure Plate (sneak click to change mode)
-
-#### Machines
-
-- Chewer (uses Nutrient Paste/Bar or Cooked Meat as Fuel)
-- Digester (uses Water as fuel)
-- Decomposer (uses Nutrient Paste/Bar or Cooked Meat as Fuel)
-- Evolution Pool (uses Mutagenic Bile as fuel)
-
-#### Storage
-
-- Flesh Chest (large chest, keeps inventory)
-- Deep Gulge (32k of a single item, keeps inventory)
-
-### Entities
-
-- Flesh Blob (can grow and drops flesh blocks)
- - can be injected with genetic material of several creatures
-- Fleshkin (Pet; created using humanoid blood)
- - equips armor and weapons
- - sneak click to change mode
-- Boomling (Pet; created using spider & creeper blood)
-
-## Recipes
+## Recipes & Guide Book
Some things aren't yet balanced and require more play testing.
That's why some items may be too expensive to craft.
-ATM I recommended the use of JEI to look up recipes.
-
-### Getting Started
-
-Things you need to craft your first flesh block:
-
-- 5x raw meat food
-- 1x bone meal
-- 1x healing potion
-
-Click an empty cauldron with raw meat and fill it up. Add the bone meal and as the last step add the healing potion.
-![flesh block recipe](media/flesh_block_recipe.gif)
-
-#### Evolution Pool Construction
+ATM I recommended the use of JEI to look up recipes and the github [Wiki](https://github.com/Elenterius/Biomancy/wiki) to understand things.
-The evolution pool is a multi-block and is built from 2x2 flesh stairs forming a well.
+[Getting Started](https://github.com/Elenterius/Biomancy/wiki/Getting-Started)
-
-
- |
- |
-
-
diff --git a/build.gradle b/build.gradle
index 827a894ab..87c2d0669 100644
--- a/build.gradle
+++ b/build.gradle
@@ -77,7 +77,17 @@ minecraft {
}
}
+//The mixin annotation processor doesn't have an obfuscation mapping when run through the IntelliJ compiler
+if (System.getProperty("idea.sync.active") == "true") {
+ afterEvaluate {
+ tasks.withType(JavaCompile).all {
+ it.options.annotationProcessorPath = files()
+ }
+ }
+}
+
mixin {
+// defaultObfuscationEnv "searge"
add sourceSets.main, "mixins.biomancy.refmap.json"
}
diff --git a/gradle.properties b/gradle.properties
index d9bb2e441..719ab5dab 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,4 +4,4 @@ org.gradle.jvmargs=-Xmx3G
org.gradle.daemon=false
mc_version=1.16.5
forge_version=36.1.4
-mod_version=1.0.0-beta.1
+mod_version=1.0.0-beta.2
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cactus_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_average_biomass_chewing.json
similarity index 67%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cactus_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_average_biomass_chewing.json
index 07cda4ee9..d22e147dd 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cactus_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_average_biomass_chewing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_cactus_chewing"
+ "biomancy:bolus_from_average_biomass_chewing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_cactus_chewing"
+ "recipe": "biomancy:bolus_from_average_biomass_chewing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_kelp_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_good_biomass_chewing.json
similarity index 68%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_kelp_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_good_biomass_chewing.json
index 5794a19bc..d0c98cd76 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_kelp_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_good_biomass_chewing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_kelp_chewing"
+ "biomancy:bolus_from_good_biomass_chewing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_kelp_chewing"
+ "recipe": "biomancy:bolus_from_good_biomass_chewing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_azure_bluet_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_azure_bluet_chewing.json
deleted file mode 100644
index e7da33688..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_azure_bluet_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_azure_bluet_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_azure_bluet_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_beetroot_seeds_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_beetroot_seeds_chewing.json
deleted file mode 100644
index 142fcc0c4..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_beetroot_seeds_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_beetroot_seeds_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_beetroot_seeds_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_birch_leaves_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_birch_leaves_chewing.json
deleted file mode 100644
index 61a5d803b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_birch_leaves_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_birch_leaves_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_birch_leaves_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_birch_sapling_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_birch_sapling_chewing.json
deleted file mode 100644
index 455d2dd14..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_birch_sapling_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_birch_sapling_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_birch_sapling_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_blue_orchid_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_blue_orchid_chewing.json
deleted file mode 100644
index a24fd5a69..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_blue_orchid_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_blue_orchid_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_blue_orchid_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_brown_mushroom_block_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_brown_mushroom_block_chewing.json
deleted file mode 100644
index 6fd5d938e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_brown_mushroom_block_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_brown_mushroom_block_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_brown_mushroom_block_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_brown_mushroom_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_brown_mushroom_chewing.json
deleted file mode 100644
index 966865aa5..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_brown_mushroom_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_brown_mushroom_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_brown_mushroom_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_carrot_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_carrot_chewing.json
deleted file mode 100644
index ff3837149..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_carrot_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_carrot_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_carrot_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_carved_pumpkin_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_carved_pumpkin_chewing.json
deleted file mode 100644
index 152f722b0..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_carved_pumpkin_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_carved_pumpkin_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_carved_pumpkin_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cocoa_beans_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cocoa_beans_chewing.json
deleted file mode 100644
index f4b969100..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cocoa_beans_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_cocoa_beans_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_cocoa_beans_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cookie_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cookie_chewing.json
deleted file mode 100644
index a72d02377..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cookie_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_cookie_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_cookie_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cornflower_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cornflower_chewing.json
deleted file mode 100644
index 05b9c448a..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cornflower_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_cornflower_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_cornflower_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_crimson_fungus_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_crimson_fungus_chewing.json
deleted file mode 100644
index 354fa34ee..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_crimson_fungus_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_crimson_fungus_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_crimson_fungus_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_crimson_roots_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_crimson_roots_chewing.json
deleted file mode 100644
index 20bf3819d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_crimson_roots_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_crimson_roots_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_crimson_roots_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dandelion_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dandelion_chewing.json
deleted file mode 100644
index 89ef80ed3..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dandelion_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_dandelion_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_dandelion_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dark_oak_leaves_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dark_oak_leaves_chewing.json
deleted file mode 100644
index 99bb16523..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dark_oak_leaves_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_dark_oak_leaves_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_dark_oak_leaves_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dark_oak_sapling_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dark_oak_sapling_chewing.json
deleted file mode 100644
index a3e79014c..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dark_oak_sapling_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_dark_oak_sapling_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_dark_oak_sapling_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dried_kelp_block_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dried_kelp_block_chewing.json
deleted file mode 100644
index ca0610b84..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dried_kelp_block_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_dried_kelp_block_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_dried_kelp_block_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dried_kelp_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dried_kelp_chewing.json
deleted file mode 100644
index 720143ad9..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_dried_kelp_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_dried_kelp_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_dried_kelp_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_grass_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_grass_chewing.json
deleted file mode 100644
index 7e8d22f8b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_grass_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_grass_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_grass_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_hay_block_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_hay_block_chewing.json
deleted file mode 100644
index 0ee336932..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_hay_block_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_hay_block_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_hay_block_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_jungle_leaves_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_jungle_leaves_chewing.json
deleted file mode 100644
index 694a57d44..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_jungle_leaves_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_jungle_leaves_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_jungle_leaves_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_jungle_sapling_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_jungle_sapling_chewing.json
deleted file mode 100644
index 9637d6193..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_jungle_sapling_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_jungle_sapling_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_jungle_sapling_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_large_fern_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_large_fern_chewing.json
deleted file mode 100644
index b94ea22d3..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_large_fern_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_large_fern_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_large_fern_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lilac_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lilac_chewing.json
deleted file mode 100644
index 1665a376d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lilac_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_lilac_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_lilac_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lily_of_the_valley_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lily_of_the_valley_chewing.json
deleted file mode 100644
index 1f8489b17..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lily_of_the_valley_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_lily_of_the_valley_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_lily_of_the_valley_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lily_pad_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lily_pad_chewing.json
deleted file mode 100644
index 2e25de358..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_lily_pad_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_lily_pad_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_lily_pad_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_chewing.json
deleted file mode 100644
index 6924bc0fa..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_melon_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_melon_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_seeds_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_seeds_chewing.json
deleted file mode 100644
index 6a3588b35..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_seeds_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_melon_seeds_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_melon_seeds_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_slice_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_slice_chewing.json
deleted file mode 100644
index f1e973ced..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_melon_slice_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_melon_slice_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_melon_slice_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_mushroom_stem_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_mushroom_stem_chewing.json
deleted file mode 100644
index b3dabdefb..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_mushroom_stem_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_mushroom_stem_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_mushroom_stem_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_sprouts_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_sprouts_chewing.json
deleted file mode 100644
index 00f0d5ae7..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_sprouts_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_nether_sprouts_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_nether_sprouts_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_wart_block_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_wart_block_chewing.json
deleted file mode 100644
index d38055e4e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_wart_block_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_nether_wart_block_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_nether_wart_block_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_wart_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_wart_chewing.json
deleted file mode 100644
index e5cddde8c..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_nether_wart_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_nether_wart_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_nether_wart_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oak_leaves_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oak_leaves_chewing.json
deleted file mode 100644
index 17a25d3aa..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oak_leaves_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_oak_leaves_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_oak_leaves_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oak_sapling_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oak_sapling_chewing.json
deleted file mode 100644
index 877d90968..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oak_sapling_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_oak_sapling_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_oak_sapling_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_orange_tulip_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_orange_tulip_chewing.json
deleted file mode 100644
index 990622e6b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_orange_tulip_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_orange_tulip_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_orange_tulip_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oxeye_daisy_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oxeye_daisy_chewing.json
deleted file mode 100644
index f05cceb62..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_oxeye_daisy_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_oxeye_daisy_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_oxeye_daisy_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_peony_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_peony_chewing.json
deleted file mode 100644
index fdf9e398d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_peony_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_peony_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_peony_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pink_tulip_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pink_tulip_chewing.json
deleted file mode 100644
index 902645ae1..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pink_tulip_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_pink_tulip_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_pink_tulip_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_poppy_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_poppy_chewing.json
deleted file mode 100644
index 8bc4f6a5f..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_poppy_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_poppy_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_poppy_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_potato_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_potato_chewing.json
deleted file mode 100644
index 56cd74f83..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_potato_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_potato_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_potato_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_chewing.json
deleted file mode 100644
index 3e2571d92..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_pumpkin_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_pumpkin_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_pie_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_pie_chewing.json
deleted file mode 100644
index b62a5720e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_pie_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_pumpkin_pie_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_pumpkin_pie_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_seeds_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_seeds_chewing.json
deleted file mode 100644
index 3368e2c59..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_pumpkin_seeds_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_pumpkin_seeds_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_pumpkin_seeds_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_mushroom_block_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_mushroom_block_chewing.json
deleted file mode 100644
index f3093de7d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_mushroom_block_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_red_mushroom_block_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_red_mushroom_block_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_mushroom_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_mushroom_chewing.json
deleted file mode 100644
index 0ae983042..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_mushroom_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_red_mushroom_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_red_mushroom_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_tulip_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_tulip_chewing.json
deleted file mode 100644
index 6b2b6e8b0..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_red_tulip_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_red_tulip_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_red_tulip_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_rose_bush_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_rose_bush_chewing.json
deleted file mode 100644
index cb1a47ec3..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_rose_bush_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_rose_bush_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_rose_bush_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sea_pickle_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sea_pickle_chewing.json
deleted file mode 100644
index 3421b11d3..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sea_pickle_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_sea_pickle_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_sea_pickle_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_seagrass_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_seagrass_chewing.json
deleted file mode 100644
index bdcecbfb1..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_seagrass_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_seagrass_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_seagrass_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_shroomlight_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_shroomlight_chewing.json
deleted file mode 100644
index 464687cd2..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_shroomlight_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_shroomlight_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_shroomlight_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_spruce_leaves_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_spruce_leaves_chewing.json
deleted file mode 100644
index c9aca6560..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_spruce_leaves_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_spruce_leaves_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_spruce_leaves_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_spruce_sapling_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_spruce_sapling_chewing.json
deleted file mode 100644
index b81c77743..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_spruce_sapling_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_spruce_sapling_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_spruce_sapling_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sugar_cane_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sugar_cane_chewing.json
deleted file mode 100644
index dec1dc806..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sugar_cane_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_sugar_cane_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_sugar_cane_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sunflower_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sunflower_chewing.json
deleted file mode 100644
index 3f2f0a30e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sunflower_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_sunflower_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_sunflower_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sweet_berries_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sweet_berries_chewing.json
deleted file mode 100644
index 6adfeed01..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_sweet_berries_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_sweet_berries_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_sweet_berries_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_tall_grass_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_tall_grass_chewing.json
deleted file mode 100644
index a3a1c2f31..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_tall_grass_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_tall_grass_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_tall_grass_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_twisting_vines_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_twisting_vines_chewing.json
deleted file mode 100644
index bda9b2834..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_twisting_vines_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_twisting_vines_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_twisting_vines_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_fungus_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_fungus_chewing.json
deleted file mode 100644
index 1fc25a04c..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_fungus_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_warped_fungus_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_warped_fungus_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_roots_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_roots_chewing.json
deleted file mode 100644
index 792ede2a2..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_roots_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_warped_roots_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_warped_roots_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_wart_block_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_wart_block_chewing.json
deleted file mode 100644
index 7a5b75a87..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_warped_wart_block_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_warped_wart_block_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_warped_wart_block_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_weeping_vines_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_weeping_vines_chewing.json
deleted file mode 100644
index 29b8a2e22..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_weeping_vines_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_weeping_vines_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_weeping_vines_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wheat_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wheat_chewing.json
deleted file mode 100644
index 37329f9ee..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wheat_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_wheat_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_wheat_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wheat_seeds_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wheat_seeds_chewing.json
deleted file mode 100644
index 0657d306d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wheat_seeds_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_wheat_seeds_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_wheat_seeds_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_white_tulip_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_white_tulip_chewing.json
deleted file mode 100644
index f67a3a540..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_white_tulip_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_white_tulip_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_white_tulip_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wither_rose_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wither_rose_chewing.json
deleted file mode 100644
index 38ced0825..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_wither_rose_chewing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:bolus_from_mc_wither_rose_chewing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:bolus_from_mc_wither_rose_chewing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_fern_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_poor_biomass_chewing.json
similarity index 68%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_fern_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_poor_biomass_chewing.json
index 9d5d32f32..b84ab608b 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_fern_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_poor_biomass_chewing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_fern_chewing"
+ "biomancy:bolus_from_poor_biomass_chewing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_fern_chewing"
+ "recipe": "biomancy:bolus_from_poor_biomass_chewing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cake_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_superb_biomass_chewing.json
similarity index 67%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cake_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_superb_biomass_chewing.json
index 7bb1bd008..e7dbb1bcb 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_cake_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_superb_biomass_chewing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_cake_chewing"
+ "biomancy:bolus_from_superb_biomass_chewing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_cake_chewing"
+ "recipe": "biomancy:bolus_from_superb_biomass_chewing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/digester.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/digester.json
index 5c06a2e8f..b51d0722b 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/digester.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/digester.json
@@ -11,7 +11,7 @@
"conditions": {
"items": [
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
}
]
}
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_average_biomass_digesting.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_average_biomass_digesting.json
new file mode 100644
index 000000000..dc36a12b3
--- /dev/null
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_average_biomass_digesting.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "rewards": {
+ "recipes": [
+ "biomancy:nutrient_paste_from_average_biomass_digesting"
+ ]
+ },
+ "criteria": {
+ "has_biomass": {
+ "trigger": "minecraft:inventory_changed",
+ "conditions": {
+ "items": [
+ {
+ "tag": "biomancy:biomass"
+ }
+ ]
+ }
+ },
+ "has_the_recipe": {
+ "trigger": "minecraft:recipe_unlocked",
+ "conditions": {
+ "recipe": "biomancy:nutrient_paste_from_average_biomass_digesting"
+ }
+ }
+ },
+ "requirements": [
+ [
+ "has_biomass",
+ "has_the_recipe"
+ ]
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_digesting.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_bolus_digesting.json
similarity index 80%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_digesting.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_bolus_digesting.json
index 58a3c1255..760e9e8b2 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_digesting.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_bolus_digesting.json
@@ -2,7 +2,7 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:nutrient_paste_digesting"
+ "biomancy:nutrient_paste_from_bolus_digesting"
]
},
"criteria": {
@@ -19,7 +19,7 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:nutrient_paste_digesting"
+ "recipe": "biomancy:nutrient_paste_from_bolus_digesting"
}
}
},
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_cooked_meat_digesting.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_cooked_meat_digesting.json
new file mode 100644
index 000000000..0447a331c
--- /dev/null
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_cooked_meat_digesting.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "rewards": {
+ "recipes": [
+ "biomancy:nutrient_paste_from_cooked_meat_digesting"
+ ]
+ },
+ "criteria": {
+ "has_cooked_meat": {
+ "trigger": "minecraft:inventory_changed",
+ "conditions": {
+ "items": [
+ {
+ "tag": "biomancy:cooked_meats"
+ }
+ ]
+ }
+ },
+ "has_the_recipe": {
+ "trigger": "minecraft:recipe_unlocked",
+ "conditions": {
+ "recipe": "biomancy:nutrient_paste_from_cooked_meat_digesting"
+ }
+ }
+ },
+ "requirements": [
+ [
+ "has_cooked_meat",
+ "has_the_recipe"
+ ]
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_acacia_leaves_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_good_biomass_digesting.json
similarity index 65%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_acacia_leaves_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_good_biomass_digesting.json
index e444dff1d..ddd55779e 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_acacia_leaves_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_good_biomass_digesting.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_acacia_leaves_chewing"
+ "biomancy:nutrient_paste_from_good_biomass_digesting"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_acacia_leaves_chewing"
+ "recipe": "biomancy:nutrient_paste_from_good_biomass_digesting"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_acacia_sapling_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_poor_biomass_digesting.json
similarity index 65%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_acacia_sapling_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_poor_biomass_digesting.json
index f3b20d663..3a9c6a85e 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_acacia_sapling_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_poor_biomass_digesting.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_acacia_sapling_chewing"
+ "biomancy:nutrient_paste_from_poor_biomass_digesting"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_acacia_sapling_chewing"
+ "recipe": "biomancy:nutrient_paste_from_poor_biomass_digesting"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_baked_potato_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_raw_meat_digesting.json
similarity index 66%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_baked_potato_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_raw_meat_digesting.json
index 33415e310..203bfc80a 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_baked_potato_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_raw_meat_digesting.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_baked_potato_chewing"
+ "biomancy:nutrient_paste_from_raw_meat_digesting"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_raw_meat": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:raw_meats"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_baked_potato_chewing"
+ "recipe": "biomancy:nutrient_paste_from_raw_meat_digesting"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_raw_meat",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_superb_biomass_digesting.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_superb_biomass_digesting.json
new file mode 100644
index 000000000..a9ec876b9
--- /dev/null
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/nutrient_paste_from_superb_biomass_digesting.json
@@ -0,0 +1,32 @@
+{
+ "parent": "minecraft:recipes/root",
+ "rewards": {
+ "recipes": [
+ "biomancy:nutrient_paste_from_superb_biomass_digesting"
+ ]
+ },
+ "criteria": {
+ "has_biomass": {
+ "trigger": "minecraft:inventory_changed",
+ "conditions": {
+ "items": [
+ {
+ "tag": "biomancy:biomass"
+ }
+ ]
+ }
+ },
+ "has_the_recipe": {
+ "trigger": "minecraft:recipe_unlocked",
+ "conditions": {
+ "recipe": "biomancy:nutrient_paste_from_superb_biomass_digesting"
+ }
+ }
+ },
+ "requirements": [
+ [
+ "has_biomass",
+ "has_the_recipe"
+ ]
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_vine_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/oculus_key.json
similarity index 68%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_vine_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/biomancy/oculus_key.json
index e600540e4..622951fa8 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_vine_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/oculus_key.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_vine_chewing"
+ "biomancy:oculus_key"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_oculus": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "item": "biomancy:oculus"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_vine_chewing"
+ "recipe": "biomancy:oculus_key"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_oculus",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/rejuvenating_mucus_from_cooked_meat_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/rejuvenating_mucus_from_cooked_meat_decomposing.json
index ffaef3ed5..a75aec0f2 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/rejuvenating_mucus_from_cooked_meat_decomposing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/biomancy/rejuvenating_mucus_from_cooked_meat_decomposing.json
@@ -6,7 +6,7 @@
]
},
"criteria": {
- "has_any_cooked_meat": {
+ "has_cooked_meat": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
@@ -25,7 +25,7 @@
},
"requirements": [
[
- "has_any_cooked_meat",
+ "has_cooked_meat",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_apple_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_average_biomass_decomposing.json
similarity index 66%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_apple_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_average_biomass_decomposing.json
index 38bfd946d..996aed03e 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_apple_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_average_biomass_decomposing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_apple_chewing"
+ "biomancy:sugar_from_average_biomass_decomposing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_apple_chewing"
+ "recipe": "biomancy:sugar_from_average_biomass_decomposing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_bread_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_good_biomass_decomposing.json
similarity index 67%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_bread_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_good_biomass_decomposing.json
index 26c319585..b2620cfe1 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_bread_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_good_biomass_decomposing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_bread_chewing"
+ "biomancy:sugar_from_good_biomass_decomposing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_bread_chewing"
+ "recipe": "biomancy:sugar_from_good_biomass_decomposing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_acacia_leaves_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_acacia_leaves_decomposing.json
deleted file mode 100644
index 685b34f6f..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_acacia_leaves_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_acacia_leaves_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_acacia_leaves_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_acacia_sapling_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_acacia_sapling_decomposing.json
deleted file mode 100644
index 6a0762180..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_acacia_sapling_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_acacia_sapling_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_acacia_sapling_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_allium_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_allium_decomposing.json
deleted file mode 100644
index 0bf9d7f4b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_allium_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_allium_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_allium_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_apple_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_apple_decomposing.json
deleted file mode 100644
index 825220d2a..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_apple_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_apple_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_apple_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_azure_bluet_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_azure_bluet_decomposing.json
deleted file mode 100644
index 6bc2394ba..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_azure_bluet_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_azure_bluet_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_azure_bluet_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_baked_potato_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_baked_potato_decomposing.json
deleted file mode 100644
index 692486704..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_baked_potato_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_baked_potato_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_baked_potato_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_beetroot_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_beetroot_decomposing.json
deleted file mode 100644
index c561027aa..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_beetroot_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_beetroot_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_beetroot_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_beetroot_seeds_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_beetroot_seeds_decomposing.json
deleted file mode 100644
index 5c95b5ff1..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_beetroot_seeds_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_beetroot_seeds_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_beetroot_seeds_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_birch_leaves_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_birch_leaves_decomposing.json
deleted file mode 100644
index 5fa929e2f..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_birch_leaves_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_birch_leaves_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_birch_leaves_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_birch_sapling_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_birch_sapling_decomposing.json
deleted file mode 100644
index 2cb90907c..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_birch_sapling_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_birch_sapling_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_birch_sapling_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_blue_orchid_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_blue_orchid_decomposing.json
deleted file mode 100644
index e03876d11..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_blue_orchid_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_blue_orchid_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_blue_orchid_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_bread_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_bread_decomposing.json
deleted file mode 100644
index 16ab4d90a..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_bread_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_bread_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_bread_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_brown_mushroom_block_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_brown_mushroom_block_decomposing.json
deleted file mode 100644
index 0fb9db6e8..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_brown_mushroom_block_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_brown_mushroom_block_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_brown_mushroom_block_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_brown_mushroom_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_brown_mushroom_decomposing.json
deleted file mode 100644
index fd9e53d9e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_brown_mushroom_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_brown_mushroom_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_brown_mushroom_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cactus_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cactus_decomposing.json
deleted file mode 100644
index bac31a25b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cactus_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_cactus_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_cactus_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cake_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cake_decomposing.json
deleted file mode 100644
index f2e7551af..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cake_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_cake_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_cake_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_carrot_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_carrot_decomposing.json
deleted file mode 100644
index c15639ca6..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_carrot_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_carrot_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_carrot_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_carved_pumpkin_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_carved_pumpkin_decomposing.json
deleted file mode 100644
index 8848348e0..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_carved_pumpkin_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_carved_pumpkin_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_carved_pumpkin_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cocoa_beans_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cocoa_beans_decomposing.json
deleted file mode 100644
index b4fab0b9a..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cocoa_beans_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_cocoa_beans_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_cocoa_beans_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cookie_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cookie_decomposing.json
deleted file mode 100644
index aa837d132..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cookie_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_cookie_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_cookie_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cornflower_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cornflower_decomposing.json
deleted file mode 100644
index 388c2fbe3..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_cornflower_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_cornflower_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_cornflower_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_crimson_fungus_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_crimson_fungus_decomposing.json
deleted file mode 100644
index aeffcd67b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_crimson_fungus_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_crimson_fungus_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_crimson_fungus_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_crimson_roots_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_crimson_roots_decomposing.json
deleted file mode 100644
index ef949bb69..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_crimson_roots_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_crimson_roots_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_crimson_roots_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dandelion_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dandelion_decomposing.json
deleted file mode 100644
index 754a4fab6..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dandelion_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_dandelion_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_dandelion_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dark_oak_leaves_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dark_oak_leaves_decomposing.json
deleted file mode 100644
index 4c2093351..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dark_oak_leaves_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_dark_oak_leaves_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_dark_oak_leaves_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dark_oak_sapling_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dark_oak_sapling_decomposing.json
deleted file mode 100644
index 232156260..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dark_oak_sapling_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_dark_oak_sapling_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_dark_oak_sapling_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dried_kelp_block_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dried_kelp_block_decomposing.json
deleted file mode 100644
index 7cfd3c105..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dried_kelp_block_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_dried_kelp_block_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_dried_kelp_block_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dried_kelp_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dried_kelp_decomposing.json
deleted file mode 100644
index df6a7b7ad..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_dried_kelp_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_dried_kelp_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_dried_kelp_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_fern_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_fern_decomposing.json
deleted file mode 100644
index 5368dc307..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_fern_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_fern_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_fern_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_grass_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_grass_decomposing.json
deleted file mode 100644
index d29420753..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_grass_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_grass_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_grass_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_hay_block_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_hay_block_decomposing.json
deleted file mode 100644
index 3424cd54e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_hay_block_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_hay_block_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_hay_block_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_jungle_leaves_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_jungle_leaves_decomposing.json
deleted file mode 100644
index 68aa0a997..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_jungle_leaves_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_jungle_leaves_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_jungle_leaves_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_jungle_sapling_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_jungle_sapling_decomposing.json
deleted file mode 100644
index a5494e178..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_jungle_sapling_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_jungle_sapling_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_jungle_sapling_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_kelp_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_kelp_decomposing.json
deleted file mode 100644
index 93566ef5b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_kelp_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_kelp_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_kelp_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_large_fern_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_large_fern_decomposing.json
deleted file mode 100644
index 572f1ed86..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_large_fern_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_large_fern_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_large_fern_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lilac_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lilac_decomposing.json
deleted file mode 100644
index 37ad375f6..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lilac_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_lilac_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_lilac_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lily_of_the_valley_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lily_of_the_valley_decomposing.json
deleted file mode 100644
index 96c1611c3..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lily_of_the_valley_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_lily_of_the_valley_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_lily_of_the_valley_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lily_pad_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lily_pad_decomposing.json
deleted file mode 100644
index e05e0c644..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_lily_pad_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_lily_pad_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_lily_pad_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_decomposing.json
deleted file mode 100644
index fddb7b24b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_melon_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_melon_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_seeds_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_seeds_decomposing.json
deleted file mode 100644
index 33f75c35b..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_seeds_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_melon_seeds_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_melon_seeds_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_slice_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_slice_decomposing.json
deleted file mode 100644
index deed37366..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_melon_slice_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_melon_slice_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_melon_slice_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_mushroom_stem_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_mushroom_stem_decomposing.json
deleted file mode 100644
index 7f99841bb..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_mushroom_stem_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_mushroom_stem_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_mushroom_stem_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_sprouts_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_sprouts_decomposing.json
deleted file mode 100644
index e61f1aba2..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_sprouts_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_nether_sprouts_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_nether_sprouts_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_wart_block_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_wart_block_decomposing.json
deleted file mode 100644
index acf4d2c68..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_wart_block_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_nether_wart_block_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_nether_wart_block_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_wart_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_wart_decomposing.json
deleted file mode 100644
index a32c20ef7..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_nether_wart_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_nether_wart_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_nether_wart_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oak_leaves_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oak_leaves_decomposing.json
deleted file mode 100644
index 9320b5158..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oak_leaves_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_oak_leaves_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_oak_leaves_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oak_sapling_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oak_sapling_decomposing.json
deleted file mode 100644
index 19f151b59..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oak_sapling_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_oak_sapling_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_oak_sapling_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_orange_tulip_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_orange_tulip_decomposing.json
deleted file mode 100644
index c2ebf9a90..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_orange_tulip_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_orange_tulip_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_orange_tulip_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oxeye_daisy_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oxeye_daisy_decomposing.json
deleted file mode 100644
index cba905340..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_oxeye_daisy_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_oxeye_daisy_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_oxeye_daisy_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_peony_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_peony_decomposing.json
deleted file mode 100644
index c1e008078..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_peony_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_peony_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_peony_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pink_tulip_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pink_tulip_decomposing.json
deleted file mode 100644
index 37fb6515a..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pink_tulip_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_pink_tulip_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_pink_tulip_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_poppy_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_poppy_decomposing.json
deleted file mode 100644
index 2acfe07e2..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_poppy_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_poppy_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_poppy_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_potato_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_potato_decomposing.json
deleted file mode 100644
index 8dfb3a7b4..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_potato_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_potato_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_potato_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_decomposing.json
deleted file mode 100644
index c0929ef96..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_pumpkin_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_pumpkin_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_pie_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_pie_decomposing.json
deleted file mode 100644
index 4c5f1924e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_pie_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_pumpkin_pie_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_pumpkin_pie_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_seeds_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_seeds_decomposing.json
deleted file mode 100644
index 7fcc7222d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_pumpkin_seeds_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_pumpkin_seeds_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_pumpkin_seeds_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_mushroom_block_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_mushroom_block_decomposing.json
deleted file mode 100644
index b7165fbf9..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_mushroom_block_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_red_mushroom_block_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_red_mushroom_block_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_mushroom_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_mushroom_decomposing.json
deleted file mode 100644
index e1cd93958..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_mushroom_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_red_mushroom_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_red_mushroom_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_tulip_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_tulip_decomposing.json
deleted file mode 100644
index c461b62bb..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_red_tulip_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_red_tulip_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_red_tulip_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_rose_bush_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_rose_bush_decomposing.json
deleted file mode 100644
index 81b1402f2..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_rose_bush_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_rose_bush_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_rose_bush_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sea_pickle_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sea_pickle_decomposing.json
deleted file mode 100644
index d095d7729..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sea_pickle_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_sea_pickle_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_sea_pickle_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_seagrass_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_seagrass_decomposing.json
deleted file mode 100644
index c9b7ddd87..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_seagrass_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_seagrass_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_seagrass_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_shroomlight_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_shroomlight_decomposing.json
deleted file mode 100644
index ab5968e8d..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_shroomlight_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_shroomlight_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_shroomlight_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_spruce_leaves_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_spruce_leaves_decomposing.json
deleted file mode 100644
index f32d56d53..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_spruce_leaves_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_spruce_leaves_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_spruce_leaves_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_spruce_sapling_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_spruce_sapling_decomposing.json
deleted file mode 100644
index 7d9a5d5f9..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_spruce_sapling_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_spruce_sapling_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_spruce_sapling_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sugar_cane_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sugar_cane_decomposing.json
deleted file mode 100644
index 61131c40e..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sugar_cane_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_sugar_cane_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_sugar_cane_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sunflower_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sunflower_decomposing.json
deleted file mode 100644
index b9f5724e8..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sunflower_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_sunflower_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_sunflower_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sweet_berries_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sweet_berries_decomposing.json
deleted file mode 100644
index 8e8e553d5..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_sweet_berries_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_sweet_berries_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_sweet_berries_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_tall_grass_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_tall_grass_decomposing.json
deleted file mode 100644
index 629d23391..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_tall_grass_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_tall_grass_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_tall_grass_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_twisting_vines_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_twisting_vines_decomposing.json
deleted file mode 100644
index 81e21b9db..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_twisting_vines_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_twisting_vines_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_twisting_vines_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_vine_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_vine_decomposing.json
deleted file mode 100644
index 3984072f8..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_vine_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_vine_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_vine_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_fungus_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_fungus_decomposing.json
deleted file mode 100644
index 01c7e5c69..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_fungus_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_warped_fungus_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_warped_fungus_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_roots_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_roots_decomposing.json
deleted file mode 100644
index 18b1af63a..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_roots_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_warped_roots_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_warped_roots_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_wart_block_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_wart_block_decomposing.json
deleted file mode 100644
index b96adc1d5..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_warped_wart_block_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_warped_wart_block_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_warped_wart_block_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_weeping_vines_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_weeping_vines_decomposing.json
deleted file mode 100644
index e3c22c985..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_weeping_vines_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_weeping_vines_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_weeping_vines_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wheat_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wheat_decomposing.json
deleted file mode 100644
index 57ca5c3bb..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wheat_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_wheat_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_wheat_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wheat_seeds_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wheat_seeds_decomposing.json
deleted file mode 100644
index 6ba1f1df6..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wheat_seeds_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_wheat_seeds_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_wheat_seeds_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_white_tulip_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_white_tulip_decomposing.json
deleted file mode 100644
index 96381f622..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_white_tulip_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_white_tulip_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_white_tulip_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wither_rose_decomposing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wither_rose_decomposing.json
deleted file mode 100644
index 1c7cb0e26..000000000
--- a/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_mc_wither_rose_decomposing.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "parent": "minecraft:recipes/root",
- "rewards": {
- "recipes": [
- "biomancy:sugar_from_mc_wither_rose_decomposing"
- ]
- },
- "criteria": {
- "has_raw_biomass": {
- "trigger": "minecraft:inventory_changed",
- "conditions": {
- "items": [
- {
- "tag": "biomancy:raw_biomass"
- }
- ]
- }
- },
- "has_the_recipe": {
- "trigger": "minecraft:recipe_unlocked",
- "conditions": {
- "recipe": "biomancy:sugar_from_mc_wither_rose_decomposing"
- }
- }
- },
- "requirements": [
- [
- "has_raw_biomass",
- "has_the_recipe"
- ]
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_allium_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_poor_biomass_decomposing.json
similarity index 67%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_allium_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_poor_biomass_decomposing.json
index 0200a737c..b66c97280 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_allium_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_poor_biomass_decomposing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_allium_chewing"
+ "biomancy:sugar_from_poor_biomass_decomposing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_allium_chewing"
+ "recipe": "biomancy:sugar_from_poor_biomass_decomposing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_beetroot_chewing.json b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_superb_biomass_decomposing.json
similarity index 66%
rename from src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_beetroot_chewing.json
rename to src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_superb_biomass_decomposing.json
index 0a89bdf6a..5dcaca8da 100644
--- a/src/generated/resources/data/biomancy/advancements/recipes/biomancy/bolus_from_mc_beetroot_chewing.json
+++ b/src/generated/resources/data/biomancy/advancements/recipes/misc/sugar_from_superb_biomass_decomposing.json
@@ -2,16 +2,16 @@
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
- "biomancy:bolus_from_mc_beetroot_chewing"
+ "biomancy:sugar_from_superb_biomass_decomposing"
]
},
"criteria": {
- "has_raw_biomass": {
+ "has_biomass": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "tag": "biomancy:raw_biomass"
+ "tag": "biomancy:biomass"
}
]
}
@@ -19,13 +19,13 @@
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
- "recipe": "biomancy:bolus_from_mc_beetroot_chewing"
+ "recipe": "biomancy:sugar_from_superb_biomass_decomposing"
}
}
},
"requirements": [
[
- "has_raw_biomass",
+ "has_biomass",
"has_the_recipe"
]
]
diff --git a/src/generated/resources/data/biomancy/loot_tables/entities/flesh_blob.json b/src/generated/resources/data/biomancy/loot_tables/entities/flesh_blob.json
index 87aab5cc4..926c061da 100644
--- a/src/generated/resources/data/biomancy/loot_tables/entities/flesh_blob.json
+++ b/src/generated/resources/data/biomancy/loot_tables/entities/flesh_blob.json
@@ -53,6 +53,32 @@
"condition": "minecraft:killed_by_player"
}
]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": -3.0,
+ "max": 1.0,
+ "type": "minecraft:uniform"
+ }
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "biomancy:stomach"
+ }
+ ]
}
]
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_azure_bluet_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_average_biomass_chewing.json
similarity index 69%
rename from src/generated/resources/data/biomancy/recipes/bolus_from_mc_azure_bluet_chewing.json
rename to src/generated/resources/data/biomancy/recipes/bolus_from_average_biomass_chewing.json
index cf97b1624..2ae315722 100644
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_azure_bluet_chewing.json
+++ b/src/generated/resources/data/biomancy/recipes/bolus_from_average_biomass_chewing.json
@@ -1,11 +1,11 @@
{
"type": "biomancy:chewing",
"ingredient": {
- "item": "minecraft:azure_bluet"
+ "tag": "biomancy:average_biomass"
},
"result": {
"item": "biomancy:bolus",
"count": 4
},
- "time": 253
+ "time": 190
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cake_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_good_biomass_chewing.json
similarity index 71%
rename from src/generated/resources/data/biomancy/recipes/bolus_from_mc_cake_chewing.json
rename to src/generated/resources/data/biomancy/recipes/bolus_from_good_biomass_chewing.json
index 18b87b50a..156e317fd 100644
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cake_chewing.json
+++ b/src/generated/resources/data/biomancy/recipes/bolus_from_good_biomass_chewing.json
@@ -1,11 +1,11 @@
{
"type": "biomancy:chewing",
"ingredient": {
- "item": "minecraft:cake"
+ "tag": "biomancy:good_biomass"
},
"result": {
"item": "biomancy:bolus",
"count": 6
},
- "time": 200
+ "time": 275
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_acacia_leaves_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_acacia_leaves_chewing.json
deleted file mode 100644
index 46948da08..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_acacia_leaves_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:acacia_leaves"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_acacia_sapling_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_acacia_sapling_chewing.json
deleted file mode 100644
index cee0ec7f8..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_acacia_sapling_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:acacia_sapling"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_allium_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_allium_chewing.json
deleted file mode 100644
index 712aca51c..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_allium_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:allium"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_apple_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_apple_chewing.json
deleted file mode 100644
index 779988eec..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_apple_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:apple"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_beetroot_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_beetroot_chewing.json
deleted file mode 100644
index b14274269..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_beetroot_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:beetroot"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_beetroot_seeds_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_beetroot_seeds_chewing.json
deleted file mode 100644
index 4b1f60c6f..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_beetroot_seeds_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:beetroot_seeds"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_birch_leaves_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_birch_leaves_chewing.json
deleted file mode 100644
index 290b23072..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_birch_leaves_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:birch_leaves"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_birch_sapling_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_birch_sapling_chewing.json
deleted file mode 100644
index ecb445638..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_birch_sapling_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:birch_sapling"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_blue_orchid_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_blue_orchid_chewing.json
deleted file mode 100644
index 12b666682..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_blue_orchid_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:blue_orchid"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_bread_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_bread_chewing.json
deleted file mode 100644
index c7fad652d..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_bread_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:bread"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_brown_mushroom_block_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_brown_mushroom_block_chewing.json
deleted file mode 100644
index dd9a39a8b..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_brown_mushroom_block_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:brown_mushroom_block"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_brown_mushroom_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_brown_mushroom_chewing.json
deleted file mode 100644
index c9c597c45..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_brown_mushroom_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:brown_mushroom"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_carrot_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_carrot_chewing.json
deleted file mode 100644
index 09e9a75f7..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_carrot_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:carrot"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_carved_pumpkin_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_carved_pumpkin_chewing.json
deleted file mode 100644
index 5f33ac5d5..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_carved_pumpkin_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:carved_pumpkin"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cocoa_beans_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cocoa_beans_chewing.json
deleted file mode 100644
index f218629b1..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cocoa_beans_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:cocoa_beans"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cookie_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cookie_chewing.json
deleted file mode 100644
index 71a4312d1..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cookie_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:cookie"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cornflower_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cornflower_chewing.json
deleted file mode 100644
index a3306c593..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cornflower_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:cornflower"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_crimson_fungus_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_crimson_fungus_chewing.json
deleted file mode 100644
index 6115d2850..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_crimson_fungus_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:crimson_fungus"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_crimson_roots_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_crimson_roots_chewing.json
deleted file mode 100644
index 6a80b8806..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_crimson_roots_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:crimson_roots"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dandelion_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dandelion_chewing.json
deleted file mode 100644
index c03c04a5a..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dandelion_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:dandelion"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dark_oak_leaves_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dark_oak_leaves_chewing.json
deleted file mode 100644
index 23fa69b69..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dark_oak_leaves_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:dark_oak_leaves"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dark_oak_sapling_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dark_oak_sapling_chewing.json
deleted file mode 100644
index 3bb808769..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dark_oak_sapling_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:dark_oak_sapling"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dried_kelp_block_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dried_kelp_block_chewing.json
deleted file mode 100644
index a6b6b14a9..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dried_kelp_block_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:dried_kelp_block"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dried_kelp_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dried_kelp_chewing.json
deleted file mode 100644
index ee0909596..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_dried_kelp_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:dried_kelp"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_fern_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_fern_chewing.json
deleted file mode 100644
index 8814a15e4..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_fern_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:fern"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_grass_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_grass_chewing.json
deleted file mode 100644
index 447c0f142..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_grass_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:grass"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_hay_block_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_hay_block_chewing.json
deleted file mode 100644
index 105444134..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_hay_block_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:hay_block"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_jungle_leaves_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_jungle_leaves_chewing.json
deleted file mode 100644
index 171e140b7..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_jungle_leaves_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:jungle_leaves"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_jungle_sapling_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_jungle_sapling_chewing.json
deleted file mode 100644
index b23a63b24..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_jungle_sapling_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:jungle_sapling"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_kelp_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_kelp_chewing.json
deleted file mode 100644
index 15f774efd..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_kelp_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:kelp"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_large_fern_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_large_fern_chewing.json
deleted file mode 100644
index 07f906500..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_large_fern_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:large_fern"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lilac_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lilac_chewing.json
deleted file mode 100644
index b0bfcb979..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lilac_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:lilac"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lily_of_the_valley_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lily_of_the_valley_chewing.json
deleted file mode 100644
index 7c725287c..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lily_of_the_valley_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:lily_of_the_valley"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lily_pad_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lily_pad_chewing.json
deleted file mode 100644
index a6ed29646..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_lily_pad_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:lily_pad"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_chewing.json
deleted file mode 100644
index 85429b15e..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:melon"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_seeds_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_seeds_chewing.json
deleted file mode 100644
index bbe249d7b..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_seeds_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:melon_seeds"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_slice_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_slice_chewing.json
deleted file mode 100644
index 4e4047f4b..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_melon_slice_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:melon_slice"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_mushroom_stem_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_mushroom_stem_chewing.json
deleted file mode 100644
index 04c77e274..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_mushroom_stem_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:mushroom_stem"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_sprouts_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_sprouts_chewing.json
deleted file mode 100644
index 13be5860f..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_sprouts_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:nether_sprouts"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_wart_block_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_wart_block_chewing.json
deleted file mode 100644
index e9dd27a52..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_wart_block_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:nether_wart_block"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_wart_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_wart_chewing.json
deleted file mode 100644
index dd6423520..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_nether_wart_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:nether_wart"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oak_leaves_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oak_leaves_chewing.json
deleted file mode 100644
index 1b34bd4ec..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oak_leaves_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:oak_leaves"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oak_sapling_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oak_sapling_chewing.json
deleted file mode 100644
index 79469a4f5..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oak_sapling_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:oak_sapling"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_orange_tulip_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_orange_tulip_chewing.json
deleted file mode 100644
index c5d46c61d..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_orange_tulip_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:orange_tulip"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oxeye_daisy_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oxeye_daisy_chewing.json
deleted file mode 100644
index 92372c9ee..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_oxeye_daisy_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:oxeye_daisy"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_peony_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_peony_chewing.json
deleted file mode 100644
index 7bf8d48db..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_peony_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:peony"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pink_tulip_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pink_tulip_chewing.json
deleted file mode 100644
index dd57a0324..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pink_tulip_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:pink_tulip"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_poppy_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_poppy_chewing.json
deleted file mode 100644
index ad6b9f76a..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_poppy_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:poppy"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_potato_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_potato_chewing.json
deleted file mode 100644
index c91e63619..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_potato_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:potato"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_chewing.json
deleted file mode 100644
index 786873f32..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:pumpkin"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_pie_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_pie_chewing.json
deleted file mode 100644
index cd1745583..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_pie_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:pumpkin_pie"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 6
- },
- "time": 200
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_seeds_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_seeds_chewing.json
deleted file mode 100644
index 67edb0c30..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_pumpkin_seeds_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:pumpkin_seeds"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_mushroom_block_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_mushroom_block_chewing.json
deleted file mode 100644
index 6cb6d85ae..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_mushroom_block_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:red_mushroom_block"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_mushroom_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_mushroom_chewing.json
deleted file mode 100644
index 575c13229..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_mushroom_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:red_mushroom"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_tulip_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_tulip_chewing.json
deleted file mode 100644
index 88049452c..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_red_tulip_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:red_tulip"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_rose_bush_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_rose_bush_chewing.json
deleted file mode 100644
index 8f9b35451..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_rose_bush_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:rose_bush"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sea_pickle_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sea_pickle_chewing.json
deleted file mode 100644
index 021071e86..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sea_pickle_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:sea_pickle"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_seagrass_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_seagrass_chewing.json
deleted file mode 100644
index 4818bdb78..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_seagrass_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:seagrass"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_shroomlight_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_shroomlight_chewing.json
deleted file mode 100644
index f743a70e0..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_shroomlight_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:shroomlight"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_spruce_leaves_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_spruce_leaves_chewing.json
deleted file mode 100644
index 4ac68f52e..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_spruce_leaves_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:spruce_leaves"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_spruce_sapling_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_spruce_sapling_chewing.json
deleted file mode 100644
index 763428892..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_spruce_sapling_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:spruce_sapling"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sugar_cane_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sugar_cane_chewing.json
deleted file mode 100644
index 1578b234a..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sugar_cane_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:sugar_cane"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sunflower_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sunflower_chewing.json
deleted file mode 100644
index 16a591554..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sunflower_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:sunflower"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sweet_berries_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sweet_berries_chewing.json
deleted file mode 100644
index 7ed972ed0..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_sweet_berries_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:sweet_berries"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_tall_grass_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_tall_grass_chewing.json
deleted file mode 100644
index 650a1b89e..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_tall_grass_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:tall_grass"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_twisting_vines_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_twisting_vines_chewing.json
deleted file mode 100644
index d502793e2..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_twisting_vines_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:twisting_vines"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_vine_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_vine_chewing.json
deleted file mode 100644
index 0a3825eab..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_vine_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:vine"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_fungus_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_fungus_chewing.json
deleted file mode 100644
index f19eb8e1d..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_fungus_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:warped_fungus"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_roots_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_roots_chewing.json
deleted file mode 100644
index 8f1b01b2e..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_roots_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:warped_roots"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_wart_block_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_wart_block_chewing.json
deleted file mode 100644
index c618d437b..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_warped_wart_block_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:warped_wart_block"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_weeping_vines_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_weeping_vines_chewing.json
deleted file mode 100644
index a4bd5c9ef..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_weeping_vines_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:weeping_vines"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wheat_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wheat_chewing.json
deleted file mode 100644
index f52409c90..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wheat_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:wheat"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wheat_seeds_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wheat_seeds_chewing.json
deleted file mode 100644
index 6157ebdf2..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wheat_seeds_chewing.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:wheat_seeds"
- },
- "result": {
- "item": "biomancy:bolus"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_white_tulip_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_white_tulip_chewing.json
deleted file mode 100644
index c6cb4445a..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_white_tulip_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:white_tulip"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wither_rose_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wither_rose_chewing.json
deleted file mode 100644
index 8d838878d..000000000
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_wither_rose_chewing.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "type": "biomancy:chewing",
- "ingredient": {
- "item": "minecraft:wither_rose"
- },
- "result": {
- "item": "biomancy:bolus",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cactus_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_poor_biomass_chewing.json
similarity index 71%
rename from src/generated/resources/data/biomancy/recipes/bolus_from_mc_cactus_chewing.json
rename to src/generated/resources/data/biomancy/recipes/bolus_from_poor_biomass_chewing.json
index e131d4126..d54b5fce2 100644
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_cactus_chewing.json
+++ b/src/generated/resources/data/biomancy/recipes/bolus_from_poor_biomass_chewing.json
@@ -1,11 +1,11 @@
{
"type": "biomancy:chewing",
"ingredient": {
- "item": "minecraft:cactus"
+ "tag": "biomancy:poor_biomass"
},
"result": {
"item": "biomancy:bolus",
"count": 2
},
- "time": 275
+ "time": 100
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_baked_potato_chewing.json b/src/generated/resources/data/biomancy/recipes/bolus_from_superb_biomass_chewing.json
similarity index 61%
rename from src/generated/resources/data/biomancy/recipes/bolus_from_mc_baked_potato_chewing.json
rename to src/generated/resources/data/biomancy/recipes/bolus_from_superb_biomass_chewing.json
index 7ec123c55..9487fcfea 100644
--- a/src/generated/resources/data/biomancy/recipes/bolus_from_mc_baked_potato_chewing.json
+++ b/src/generated/resources/data/biomancy/recipes/bolus_from_superb_biomass_chewing.json
@@ -1,11 +1,11 @@
{
"type": "biomancy:chewing",
"ingredient": {
- "item": "minecraft:baked_potato"
+ "tag": "biomancy:superb_biomass"
},
"result": {
"item": "biomancy:bolus",
- "count": 5
+ "count": 8
},
- "time": 222
+ "time": 300
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/digester.json b/src/generated/resources/data/biomancy/recipes/digester.json
index b5bf52b74..e07541808 100644
--- a/src/generated/resources/data/biomancy/recipes/digester.json
+++ b/src/generated/resources/data/biomancy/recipes/digester.json
@@ -7,7 +7,7 @@
],
"key": {
"S": {
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
"F": {
"item": "biomancy:flesh_block"
diff --git a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_1_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_1_evolution_pool.json
index 0200c0c5a..d31126a41 100644
--- a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_1_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_1_evolution_pool.json
@@ -20,7 +20,7 @@
"nbt": "{StoredEnchantments:[{lvl:1s,id:\"minecraft:bane_of_arthropods\"}]}"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:eroding_bile"
diff --git a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_2_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_2_evolution_pool.json
index 27f42b154..2d44016f0 100644
--- a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_2_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_2_evolution_pool.json
@@ -20,7 +20,7 @@
"nbt": "{StoredEnchantments:[{lvl:2s,id:\"minecraft:bane_of_arthropods\"}]}"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:eroding_bile"
diff --git a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_3_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_3_evolution_pool.json
index 02e23b85d..563046719 100644
--- a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_3_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_3_evolution_pool.json
@@ -20,7 +20,7 @@
"nbt": "{StoredEnchantments:[{lvl:3s,id:\"minecraft:bane_of_arthropods\"}]}"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:eroding_bile"
diff --git a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_4_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_4_evolution_pool.json
index 25b4998ac..dd71fa777 100644
--- a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_4_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_4_evolution_pool.json
@@ -20,7 +20,7 @@
"nbt": "{StoredEnchantments:[{lvl:4s,id:\"minecraft:bane_of_arthropods\"}]}"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:eroding_bile"
diff --git a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_5_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_5_evolution_pool.json
index cb52ee8bd..5adb2b727 100644
--- a/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_5_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/enchanted_book_attuned_bane_5_evolution_pool.json
@@ -20,7 +20,7 @@
"nbt": "{StoredEnchantments:[{lvl:5s,id:\"minecraft:bane_of_arthropods\"}]}"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:eroding_bile"
diff --git a/src/generated/resources/data/biomancy/recipes/entity_storage_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/entity_storage_evolution_pool.json
index ab1b7cd21..761ab21c0 100644
--- a/src/generated/resources/data/biomancy/recipes/entity_storage_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/entity_storage_evolution_pool.json
@@ -2,10 +2,10 @@
"type": "biomancy:evolution_pool",
"ingredients": [
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "minecraft:egg"
diff --git a/src/generated/resources/data/biomancy/recipes/fleshborn_war_axe_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/fleshborn_war_axe_evolution_pool.json
index 2b9ced4cc..67508474b 100644
--- a/src/generated/resources/data/biomancy/recipes/fleshborn_war_axe_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/fleshborn_war_axe_evolution_pool.json
@@ -11,7 +11,7 @@
"item": "biomancy:hormone_bile"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:keratin_filaments"
diff --git a/src/generated/resources/data/biomancy/recipes/gulge_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/gulge_evolution_pool.json
index db4efd579..31593b45b 100644
--- a/src/generated/resources/data/biomancy/recipes/gulge_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/gulge_evolution_pool.json
@@ -5,16 +5,16 @@
"item": "biomancy:fleshborn_chest"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:biometal"
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_average_biomass_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_average_biomass_digesting.json
new file mode 100644
index 000000000..4790d00ab
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_average_biomass_digesting.json
@@ -0,0 +1,17 @@
+{
+ "type": "biomancy:digesting",
+ "ingredient": {
+ "tag": "biomancy:average_biomass"
+ },
+ "result": {
+ "item": "biomancy:nutrient_paste",
+ "count": 2
+ },
+ "time": 400,
+ "byproduct": {
+ "result": {
+ "item": "biomancy:digestate"
+ },
+ "chance": 0.3
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_bolus_digesting.json
similarity index 100%
rename from src/generated/resources/data/biomancy/recipes/nutrient_paste_digesting.json
rename to src/generated/resources/data/biomancy/recipes/nutrient_paste_from_bolus_digesting.json
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_cooked_meat_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_cooked_meat_digesting.json
new file mode 100644
index 000000000..89de4a900
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_cooked_meat_digesting.json
@@ -0,0 +1,17 @@
+{
+ "type": "biomancy:digesting",
+ "ingredient": {
+ "tag": "biomancy:cooked_meats"
+ },
+ "result": {
+ "item": "biomancy:nutrient_paste",
+ "count": 3
+ },
+ "time": 600,
+ "byproduct": {
+ "result": {
+ "item": "biomancy:digestate"
+ },
+ "chance": 0.5
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_good_biomass_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_good_biomass_digesting.json
new file mode 100644
index 000000000..2dfa980c1
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_good_biomass_digesting.json
@@ -0,0 +1,17 @@
+{
+ "type": "biomancy:digesting",
+ "ingredient": {
+ "tag": "biomancy:good_biomass"
+ },
+ "result": {
+ "item": "biomancy:nutrient_paste",
+ "count": 3
+ },
+ "time": 600,
+ "byproduct": {
+ "result": {
+ "item": "biomancy:digestate"
+ },
+ "chance": 0.5
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_poor_biomass_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_poor_biomass_digesting.json
new file mode 100644
index 000000000..9143b9ff5
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_poor_biomass_digesting.json
@@ -0,0 +1,16 @@
+{
+ "type": "biomancy:digesting",
+ "ingredient": {
+ "tag": "biomancy:poor_biomass"
+ },
+ "result": {
+ "item": "biomancy:nutrient_paste"
+ },
+ "time": 300,
+ "byproduct": {
+ "result": {
+ "item": "biomancy:digestate"
+ },
+ "chance": 0.15
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_raw_meat_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_raw_meat_digesting.json
new file mode 100644
index 000000000..d78654b8d
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_raw_meat_digesting.json
@@ -0,0 +1,17 @@
+{
+ "type": "biomancy:digesting",
+ "ingredient": {
+ "tag": "biomancy:raw_meats"
+ },
+ "result": {
+ "item": "biomancy:nutrient_paste",
+ "count": 2
+ },
+ "time": 400,
+ "byproduct": {
+ "result": {
+ "item": "biomancy:digestate"
+ },
+ "chance": 0.3
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_superb_biomass_digesting.json b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_superb_biomass_digesting.json
new file mode 100644
index 000000000..cf22271e9
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/nutrient_paste_from_superb_biomass_digesting.json
@@ -0,0 +1,17 @@
+{
+ "type": "biomancy:digesting",
+ "ingredient": {
+ "tag": "biomancy:superb_biomass"
+ },
+ "result": {
+ "item": "biomancy:nutrient_paste",
+ "count": 4
+ },
+ "time": 800,
+ "byproduct": {
+ "result": {
+ "item": "biomancy:digestate"
+ },
+ "chance": 0.6
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/oculus_key.json b/src/generated/resources/data/biomancy/recipes/oculus_key.json
new file mode 100644
index 000000000..a9ac629a1
--- /dev/null
+++ b/src/generated/resources/data/biomancy/recipes/oculus_key.json
@@ -0,0 +1,24 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "FBO",
+ "SS "
+ ],
+ "key": {
+ "F": {
+ "item": "biomancy:flesh_lump"
+ },
+ "B": {
+ "item": "minecraft:bone"
+ },
+ "O": {
+ "item": "biomancy:oculus"
+ },
+ "S": {
+ "item": "biomancy:bone_scraps"
+ }
+ },
+ "result": {
+ "item": "biomancy:oculus_key"
+ }
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/single_item_bag_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/single_item_bag_evolution_pool.json
index 2539db8cd..a7a0c99c7 100644
--- a/src/generated/resources/data/biomancy/recipes/single_item_bag_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/single_item_bag_evolution_pool.json
@@ -2,10 +2,10 @@
"type": "biomancy:evolution_pool",
"ingredients": [
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "minecraft:hopper"
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cactus_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_average_biomass_decomposing.json
similarity index 74%
rename from src/generated/resources/data/biomancy/recipes/sugar_from_mc_cactus_decomposing.json
rename to src/generated/resources/data/biomancy/recipes/sugar_from_average_biomass_decomposing.json
index ede58496d..270529e91 100644
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cactus_decomposing.json
+++ b/src/generated/resources/data/biomancy/recipes/sugar_from_average_biomass_decomposing.json
@@ -2,7 +2,7 @@
"type": "biomancy:decomposing",
"ingredients": [
{
- "item": "minecraft:cactus"
+ "tag": "biomancy:average_biomass"
}
],
"byproducts": [],
@@ -10,5 +10,5 @@
"item": "minecraft:sugar",
"count": 2
},
- "time": 275
+ "time": 400
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_carrot_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_good_biomass_decomposing.json
similarity index 75%
rename from src/generated/resources/data/biomancy/recipes/sugar_from_mc_carrot_decomposing.json
rename to src/generated/resources/data/biomancy/recipes/sugar_from_good_biomass_decomposing.json
index 571f7a959..d8b238977 100644
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_carrot_decomposing.json
+++ b/src/generated/resources/data/biomancy/recipes/sugar_from_good_biomass_decomposing.json
@@ -2,7 +2,7 @@
"type": "biomancy:decomposing",
"ingredients": [
{
- "item": "minecraft:carrot"
+ "tag": "biomancy:good_biomass"
}
],
"byproducts": [],
@@ -10,5 +10,5 @@
"item": "minecraft:sugar",
"count": 4
},
- "time": 253
+ "time": 600
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_acacia_leaves_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_acacia_leaves_decomposing.json
deleted file mode 100644
index aa9943fde..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_acacia_leaves_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:acacia_leaves"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_acacia_sapling_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_acacia_sapling_decomposing.json
deleted file mode 100644
index 0d21d0a25..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_acacia_sapling_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:acacia_sapling"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_allium_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_allium_decomposing.json
deleted file mode 100644
index 990325aaf..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_allium_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:allium"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_apple_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_apple_decomposing.json
deleted file mode 100644
index 13143e9fc..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_apple_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:apple"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_azure_bluet_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_azure_bluet_decomposing.json
deleted file mode 100644
index 626e612f5..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_azure_bluet_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:azure_bluet"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_baked_potato_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_baked_potato_decomposing.json
deleted file mode 100644
index 9978a26b0..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_baked_potato_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:baked_potato"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_beetroot_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_beetroot_decomposing.json
deleted file mode 100644
index b36a99a4b..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_beetroot_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:beetroot"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_beetroot_seeds_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_beetroot_seeds_decomposing.json
deleted file mode 100644
index bb347fb48..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_beetroot_seeds_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:beetroot_seeds"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_birch_leaves_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_birch_leaves_decomposing.json
deleted file mode 100644
index f893b38ba..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_birch_leaves_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:birch_leaves"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_birch_sapling_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_birch_sapling_decomposing.json
deleted file mode 100644
index 3c70bd9eb..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_birch_sapling_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:birch_sapling"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_blue_orchid_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_blue_orchid_decomposing.json
deleted file mode 100644
index 45758589a..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_blue_orchid_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:blue_orchid"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_bread_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_bread_decomposing.json
deleted file mode 100644
index 8d227ee40..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_bread_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:bread"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_brown_mushroom_block_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_brown_mushroom_block_decomposing.json
deleted file mode 100644
index 5dc526598..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_brown_mushroom_block_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:brown_mushroom_block"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_brown_mushroom_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_brown_mushroom_decomposing.json
deleted file mode 100644
index 904b06178..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_brown_mushroom_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:brown_mushroom"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_carved_pumpkin_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_carved_pumpkin_decomposing.json
deleted file mode 100644
index 2924e961d..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_carved_pumpkin_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:carved_pumpkin"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cocoa_beans_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cocoa_beans_decomposing.json
deleted file mode 100644
index 557c415d4..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cocoa_beans_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:cocoa_beans"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cookie_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cookie_decomposing.json
deleted file mode 100644
index f34eee417..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cookie_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:cookie"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cornflower_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cornflower_decomposing.json
deleted file mode 100644
index 23f4b5609..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cornflower_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:cornflower"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_crimson_fungus_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_crimson_fungus_decomposing.json
deleted file mode 100644
index 895d1a9a5..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_crimson_fungus_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:crimson_fungus"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_crimson_roots_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_crimson_roots_decomposing.json
deleted file mode 100644
index a8fef15bb..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_crimson_roots_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:crimson_roots"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dandelion_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dandelion_decomposing.json
deleted file mode 100644
index f7c4e7a37..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dandelion_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:dandelion"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dark_oak_leaves_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dark_oak_leaves_decomposing.json
deleted file mode 100644
index d8dc847fa..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dark_oak_leaves_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:dark_oak_leaves"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dark_oak_sapling_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dark_oak_sapling_decomposing.json
deleted file mode 100644
index 2fdf3e1c7..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dark_oak_sapling_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:dark_oak_sapling"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dried_kelp_block_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dried_kelp_block_decomposing.json
deleted file mode 100644
index cdbcd7197..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dried_kelp_block_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:dried_kelp_block"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dried_kelp_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dried_kelp_decomposing.json
deleted file mode 100644
index 1270450fd..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_dried_kelp_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:dried_kelp"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_fern_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_fern_decomposing.json
deleted file mode 100644
index b764beb92..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_fern_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:fern"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_hay_block_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_hay_block_decomposing.json
deleted file mode 100644
index aaa4f5dd7..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_hay_block_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:hay_block"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_jungle_leaves_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_jungle_leaves_decomposing.json
deleted file mode 100644
index f04d74b92..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_jungle_leaves_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:jungle_leaves"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_jungle_sapling_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_jungle_sapling_decomposing.json
deleted file mode 100644
index c7486cbbf..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_jungle_sapling_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:jungle_sapling"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_kelp_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_kelp_decomposing.json
deleted file mode 100644
index 4d04706b1..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_kelp_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:kelp"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_large_fern_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_large_fern_decomposing.json
deleted file mode 100644
index d8f23e3a9..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_large_fern_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:large_fern"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lilac_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lilac_decomposing.json
deleted file mode 100644
index bfb375e59..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lilac_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:lilac"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lily_of_the_valley_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lily_of_the_valley_decomposing.json
deleted file mode 100644
index f280d1256..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lily_of_the_valley_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:lily_of_the_valley"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lily_pad_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lily_pad_decomposing.json
deleted file mode 100644
index 54df12450..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_lily_pad_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:lily_pad"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_decomposing.json
deleted file mode 100644
index 2d47393c8..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:melon"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_seeds_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_seeds_decomposing.json
deleted file mode 100644
index b49de8d65..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_seeds_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:melon_seeds"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_slice_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_slice_decomposing.json
deleted file mode 100644
index ff81204d1..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_melon_slice_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:melon_slice"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_mushroom_stem_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_mushroom_stem_decomposing.json
deleted file mode 100644
index 2f12c1224..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_mushroom_stem_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:mushroom_stem"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_sprouts_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_sprouts_decomposing.json
deleted file mode 100644
index 236ac6ece..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_sprouts_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:nether_sprouts"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_wart_block_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_wart_block_decomposing.json
deleted file mode 100644
index cff17506b..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_wart_block_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:nether_wart_block"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_wart_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_wart_decomposing.json
deleted file mode 100644
index cd3290fee..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_nether_wart_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:nether_wart"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oak_leaves_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oak_leaves_decomposing.json
deleted file mode 100644
index abf517136..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oak_leaves_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:oak_leaves"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oak_sapling_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oak_sapling_decomposing.json
deleted file mode 100644
index 7663c40e1..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oak_sapling_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:oak_sapling"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_orange_tulip_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_orange_tulip_decomposing.json
deleted file mode 100644
index 6735f9619..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_orange_tulip_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:orange_tulip"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oxeye_daisy_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oxeye_daisy_decomposing.json
deleted file mode 100644
index 1d6fc78d7..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_oxeye_daisy_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:oxeye_daisy"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_peony_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_peony_decomposing.json
deleted file mode 100644
index e6ef74085..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_peony_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:peony"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pink_tulip_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pink_tulip_decomposing.json
deleted file mode 100644
index b2b71ebaa..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pink_tulip_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:pink_tulip"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_poppy_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_poppy_decomposing.json
deleted file mode 100644
index 596ed11fc..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_poppy_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:poppy"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_potato_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_potato_decomposing.json
deleted file mode 100644
index f61c7f1ba..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_potato_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:potato"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_decomposing.json
deleted file mode 100644
index 1b3251dfe..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:pumpkin"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_pie_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_pie_decomposing.json
deleted file mode 100644
index f5be2e3e2..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_pie_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:pumpkin_pie"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 6
- },
- "time": 200
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_seeds_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_seeds_decomposing.json
deleted file mode 100644
index 06a93b460..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_pumpkin_seeds_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:pumpkin_seeds"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_mushroom_block_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_mushroom_block_decomposing.json
deleted file mode 100644
index 3686a9f82..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_mushroom_block_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:red_mushroom_block"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_mushroom_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_mushroom_decomposing.json
deleted file mode 100644
index 4b0336090..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_mushroom_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:red_mushroom"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_tulip_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_tulip_decomposing.json
deleted file mode 100644
index 1bc85cf54..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_red_tulip_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:red_tulip"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_rose_bush_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_rose_bush_decomposing.json
deleted file mode 100644
index d427d3cdb..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_rose_bush_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:rose_bush"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sea_pickle_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sea_pickle_decomposing.json
deleted file mode 100644
index bd1d1dfcd..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sea_pickle_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:sea_pickle"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_seagrass_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_seagrass_decomposing.json
deleted file mode 100644
index 28ce1cdee..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_seagrass_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:seagrass"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_shroomlight_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_shroomlight_decomposing.json
deleted file mode 100644
index 2992049c0..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_shroomlight_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:shroomlight"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_spruce_leaves_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_spruce_leaves_decomposing.json
deleted file mode 100644
index eab0829e5..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_spruce_leaves_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:spruce_leaves"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_spruce_sapling_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_spruce_sapling_decomposing.json
deleted file mode 100644
index 6589c877e..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_spruce_sapling_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:spruce_sapling"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sugar_cane_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sugar_cane_decomposing.json
deleted file mode 100644
index 3d12f2837..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sugar_cane_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:sugar_cane"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sunflower_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sunflower_decomposing.json
deleted file mode 100644
index 4bee4c787..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sunflower_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:sunflower"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sweet_berries_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sweet_berries_decomposing.json
deleted file mode 100644
index 6671af585..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_sweet_berries_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:sweet_berries"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_tall_grass_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_tall_grass_decomposing.json
deleted file mode 100644
index e57c27e03..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_tall_grass_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:tall_grass"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_twisting_vines_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_twisting_vines_decomposing.json
deleted file mode 100644
index 5c122e61e..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_twisting_vines_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:twisting_vines"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_vine_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_vine_decomposing.json
deleted file mode 100644
index 7eb39493d..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_vine_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:vine"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_fungus_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_fungus_decomposing.json
deleted file mode 100644
index b5b80d537..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_fungus_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:warped_fungus"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_roots_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_roots_decomposing.json
deleted file mode 100644
index 2b217abbf..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_roots_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:warped_roots"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_wart_block_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_wart_block_decomposing.json
deleted file mode 100644
index 5bd6d5123..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_warped_wart_block_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:warped_wart_block"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 5
- },
- "time": 222
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_weeping_vines_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_weeping_vines_decomposing.json
deleted file mode 100644
index 56e742b6c..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_weeping_vines_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:weeping_vines"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 2
- },
- "time": 275
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wheat_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wheat_decomposing.json
deleted file mode 100644
index 1e8f2c6a5..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wheat_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:wheat"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wheat_seeds_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wheat_seeds_decomposing.json
deleted file mode 100644
index 70d9ee558..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wheat_seeds_decomposing.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:wheat_seeds"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar"
- },
- "time": 305
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_white_tulip_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_white_tulip_decomposing.json
deleted file mode 100644
index ffcbca0a6..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_white_tulip_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:white_tulip"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wither_rose_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wither_rose_decomposing.json
deleted file mode 100644
index 288ef12c3..000000000
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_wither_rose_decomposing.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "type": "biomancy:decomposing",
- "ingredients": [
- {
- "item": "minecraft:wither_rose"
- }
- ],
- "byproducts": [],
- "result": {
- "item": "minecraft:sugar",
- "count": 4
- },
- "time": 253
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_grass_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_poor_biomass_decomposing.json
similarity index 73%
rename from src/generated/resources/data/biomancy/recipes/sugar_from_mc_grass_decomposing.json
rename to src/generated/resources/data/biomancy/recipes/sugar_from_poor_biomass_decomposing.json
index aa0fb9dff..d6df71e1e 100644
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_grass_decomposing.json
+++ b/src/generated/resources/data/biomancy/recipes/sugar_from_poor_biomass_decomposing.json
@@ -2,12 +2,12 @@
"type": "biomancy:decomposing",
"ingredients": [
{
- "item": "minecraft:grass"
+ "tag": "biomancy:poor_biomass"
}
],
"byproducts": [],
"result": {
"item": "minecraft:sugar"
},
- "time": 305
+ "time": 300
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cake_decomposing.json b/src/generated/resources/data/biomancy/recipes/sugar_from_superb_biomass_decomposing.json
similarity index 74%
rename from src/generated/resources/data/biomancy/recipes/sugar_from_mc_cake_decomposing.json
rename to src/generated/resources/data/biomancy/recipes/sugar_from_superb_biomass_decomposing.json
index 627aa7512..ace2f8ec0 100644
--- a/src/generated/resources/data/biomancy/recipes/sugar_from_mc_cake_decomposing.json
+++ b/src/generated/resources/data/biomancy/recipes/sugar_from_superb_biomass_decomposing.json
@@ -2,7 +2,7 @@
"type": "biomancy:decomposing",
"ingredients": [
{
- "item": "minecraft:cake"
+ "tag": "biomancy:superb_biomass"
}
],
"byproducts": [],
@@ -10,5 +10,5 @@
"item": "minecraft:sugar",
"count": 6
},
- "time": 200
+ "time": 800
}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/recipes/tooth_gun_evolution_pool.json b/src/generated/resources/data/biomancy/recipes/tooth_gun_evolution_pool.json
index dafff720b..13a63badd 100644
--- a/src/generated/resources/data/biomancy/recipes/tooth_gun_evolution_pool.json
+++ b/src/generated/resources/data/biomancy/recipes/tooth_gun_evolution_pool.json
@@ -11,7 +11,7 @@
"item": "minecraft:crossbow"
},
{
- "item": "biomancy:artificial_stomach"
+ "tag": "biomancy:stomachs"
},
{
"item": "biomancy:biometal"
diff --git a/src/generated/resources/data/biomancy/tags/items/average_biomass.json b/src/generated/resources/data/biomancy/tags/items/average_biomass.json
new file mode 100644
index 000000000..3f3cdde2f
--- /dev/null
+++ b/src/generated/resources/data/biomancy/tags/items/average_biomass.json
@@ -0,0 +1,28 @@
+{
+ "replace": false,
+ "values": [
+ "#minecraft:saplings",
+ "minecraft:wheat",
+ "minecraft:beetroot",
+ "minecraft:potato",
+ "minecraft:carrot",
+ "minecraft:cookie",
+ "minecraft:cactus",
+ "minecraft:apple",
+ "minecraft:chorus_fruit",
+ "minecraft:melon_slice",
+ "minecraft:spider_eye",
+ "minecraft:warped_fungus",
+ "minecraft:nether_sprouts",
+ "minecraft:weeping_vines",
+ "minecraft:twisting_vines",
+ "minecraft:large_fern",
+ "minecraft:tall_grass",
+ "minecraft:warped_roots",
+ "minecraft:crimson_roots",
+ "minecraft:nether_wart",
+ "minecraft:crimson_fungus",
+ "minecraft:red_mushroom",
+ "minecraft:brown_mushroom"
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/tags/items/biomass.json b/src/generated/resources/data/biomancy/tags/items/biomass.json
new file mode 100644
index 000000000..f7224f056
--- /dev/null
+++ b/src/generated/resources/data/biomancy/tags/items/biomass.json
@@ -0,0 +1,21 @@
+{
+ "replace": false,
+ "values": [
+ {
+ "id": "#biomancy:poor_biomass",
+ "required": false
+ },
+ {
+ "id": "#biomancy:average_biomass",
+ "required": false
+ },
+ {
+ "id": "#biomancy:good_biomass",
+ "required": false
+ },
+ {
+ "id": "#biomancy:superb_biomass",
+ "required": false
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/tags/items/good_biomass.json b/src/generated/resources/data/biomancy/tags/items/good_biomass.json
new file mode 100644
index 000000000..25d51fa4b
--- /dev/null
+++ b/src/generated/resources/data/biomancy/tags/items/good_biomass.json
@@ -0,0 +1,23 @@
+{
+ "replace": false,
+ "values": [
+ "minecraft:bread",
+ "minecraft:mushroom_stem",
+ "minecraft:suspicious_stew",
+ "minecraft:cocoa_beans",
+ "minecraft:baked_potato",
+ "minecraft:honey_bottle",
+ "minecraft:melon",
+ "minecraft:pumpkin",
+ "minecraft:dried_kelp_block",
+ "minecraft:sea_pickle",
+ "minecraft:lily_pad",
+ "minecraft:carved_pumpkin",
+ "minecraft:warped_wart_block",
+ "minecraft:nether_wart_block",
+ "minecraft:red_mushroom_block",
+ "minecraft:brown_mushroom_block",
+ "minecraft:shroomlight",
+ "minecraft:mushroom_stem"
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/tags/items/poor_biomass.json b/src/generated/resources/data/biomancy/tags/items/poor_biomass.json
new file mode 100644
index 000000000..5b7065fac
--- /dev/null
+++ b/src/generated/resources/data/biomancy/tags/items/poor_biomass.json
@@ -0,0 +1,17 @@
+{
+ "replace": false,
+ "values": [
+ "#minecraft:flowers",
+ "#forge:seeds",
+ "#minecraft:leaves",
+ "minecraft:sweet_berries",
+ "minecraft:sugar_cane",
+ "minecraft:kelp",
+ "minecraft:dried_kelp",
+ "minecraft:grass",
+ "minecraft:seagrass",
+ "minecraft:vine",
+ "minecraft:fern",
+ "minecraft:bamboo"
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/tags/items/raw_biomass.json b/src/generated/resources/data/biomancy/tags/items/raw_biomass.json
deleted file mode 100644
index 6956a03d6..000000000
--- a/src/generated/resources/data/biomancy/tags/items/raw_biomass.json
+++ /dev/null
@@ -1,84 +0,0 @@
-{
- "replace": false,
- "values": [
- "minecraft:acacia_leaves",
- "minecraft:acacia_sapling",
- "minecraft:allium",
- "minecraft:apple",
- "minecraft:azure_bluet",
- "minecraft:baked_potato",
- "minecraft:beetroot",
- "minecraft:beetroot_seeds",
- "minecraft:birch_leaves",
- "minecraft:birch_sapling",
- "minecraft:blue_orchid",
- "minecraft:bread",
- "minecraft:brown_mushroom",
- "minecraft:brown_mushroom_block",
- "minecraft:cactus",
- "minecraft:cake",
- "minecraft:carrot",
- "minecraft:carved_pumpkin",
- "minecraft:cocoa_beans",
- "minecraft:cookie",
- "minecraft:cornflower",
- "minecraft:crimson_fungus",
- "minecraft:crimson_roots",
- "minecraft:dandelion",
- "minecraft:dark_oak_leaves",
- "minecraft:dark_oak_sapling",
- "minecraft:dried_kelp",
- "minecraft:dried_kelp_block",
- "minecraft:fern",
- "minecraft:grass",
- "minecraft:hay_block",
- "minecraft:jungle_leaves",
- "minecraft:jungle_sapling",
- "minecraft:kelp",
- "minecraft:large_fern",
- "minecraft:lilac",
- "minecraft:lily_of_the_valley",
- "minecraft:lily_pad",
- "minecraft:melon",
- "minecraft:melon_seeds",
- "minecraft:melon_slice",
- "minecraft:mushroom_stem",
- "minecraft:nether_sprouts",
- "minecraft:nether_wart",
- "minecraft:nether_wart_block",
- "minecraft:oak_leaves",
- "minecraft:oak_sapling",
- "minecraft:orange_tulip",
- "minecraft:oxeye_daisy",
- "minecraft:peony",
- "minecraft:pink_tulip",
- "minecraft:poppy",
- "minecraft:potato",
- "minecraft:pumpkin",
- "minecraft:pumpkin_pie",
- "minecraft:pumpkin_seeds",
- "minecraft:red_mushroom",
- "minecraft:red_mushroom_block",
- "minecraft:red_tulip",
- "minecraft:rose_bush",
- "minecraft:sea_pickle",
- "minecraft:seagrass",
- "minecraft:shroomlight",
- "minecraft:spruce_leaves",
- "minecraft:spruce_sapling",
- "minecraft:sugar_cane",
- "minecraft:sunflower",
- "minecraft:sweet_berries",
- "minecraft:tall_grass",
- "minecraft:twisting_vines",
- "minecraft:vine",
- "minecraft:warped_fungus",
- "minecraft:warped_roots",
- "minecraft:warped_wart_block",
- "minecraft:weeping_vines",
- "minecraft:wheat",
- "minecraft:wheat_seeds",
- "minecraft:white_tulip",
- "minecraft:wither_rose"
- ]
-}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/tags/items/stomachs.json b/src/generated/resources/data/biomancy/tags/items/stomachs.json
new file mode 100644
index 000000000..0b39e0456
--- /dev/null
+++ b/src/generated/resources/data/biomancy/tags/items/stomachs.json
@@ -0,0 +1,7 @@
+{
+ "replace": false,
+ "values": [
+ "biomancy:artificial_stomach",
+ "biomancy:stomach"
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/biomancy/tags/items/superb_biomass.json b/src/generated/resources/data/biomancy/tags/items/superb_biomass.json
new file mode 100644
index 000000000..c9a838271
--- /dev/null
+++ b/src/generated/resources/data/biomancy/tags/items/superb_biomass.json
@@ -0,0 +1,11 @@
+{
+ "replace": false,
+ "values": [
+ "minecraft:cake",
+ "minecraft:pumpkin_pie",
+ "minecraft:rabbit_stew",
+ "minecraft:beetroot_soup",
+ "minecraft:poisonous_potato",
+ "minecraft:hay_block"
+ ]
+}
\ No newline at end of file
diff --git a/src/generated/resources/data/minecraft/tags/entity_types/impact_projectiles.json b/src/generated/resources/data/minecraft/tags/entity_types/impact_projectiles.json
deleted file mode 100644
index 5638350fb..000000000
--- a/src/generated/resources/data/minecraft/tags/entity_types/impact_projectiles.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "replace": false,
- "values": [
- "biomancy:tooth_projectile",
- "biomancy:wither_skull"
- ]
-}
\ No newline at end of file
diff --git a/src/main/java/com/github/elenterius/biomancy/capabilities/LargeSingleItemStackHandler.java b/src/main/java/com/github/elenterius/biomancy/capabilities/LargeSingleItemStackHandler.java
index 788483439..9d5ee5d93 100644
--- a/src/main/java/com/github/elenterius/biomancy/capabilities/LargeSingleItemStackHandler.java
+++ b/src/main/java/com/github/elenterius/biomancy/capabilities/LargeSingleItemStackHandler.java
@@ -1,10 +1,14 @@
package com.github.elenterius.biomancy.capabilities;
+import net.minecraft.item.ItemStack;
import net.minecraft.nbt.CompoundNBT;
+import javax.annotation.Nonnull;
+
public class LargeSingleItemStackHandler extends SingleItemStackHandler {
private final short maxItemAmount;
+ private short itemAmount;
public LargeSingleItemStackHandler() {
this(Short.MAX_VALUE);
@@ -19,13 +23,76 @@ public int getSlotLimit(int slot) {
return maxItemAmount;
}
+ @Override
+ public int getAmount() {
+ return itemAmount;
+ }
+
+ public void setAmount(short amount) {
+ itemAmount = amount;
+ if (!cachedStack.isEmpty()) cachedStack.setCount(amount);
+ }
+
+ @Override
+ public void setStackInSlot(int slot, @Nonnull ItemStack stack) {
+ super.setStackInSlot(slot, stack);
+ itemAmount = (short) cachedStack.getCount();
+ }
+
+ @Nonnull
+ @Override
+ public ItemStack insertItem(int slot, @Nonnull ItemStack stackIn, boolean simulate) {
+ ItemStack remainder = super.insertItem(slot, stackIn, simulate);
+ if (!simulate) {
+ itemAmount = (short) cachedStack.getCount();
+ }
+ return remainder;
+ }
+
+ @Nonnull
+ @Override
+ public ItemStack extractItem(int slot, int amount, boolean simulate) {
+ ItemStack remainder = super.extractItem(slot, amount, simulate);
+ if (!simulate) {
+ itemAmount = (short) cachedStack.getCount();
+ }
+ return remainder;
+ }
+
@Override
public void serializeItemAmount(CompoundNBT nbt) {
- nbt.putShort("ItemAmount", (short) getAmount());
+ nbt.putShort("ItemAmount", itemAmount);
}
@Override
public int deserializeItemAmount(CompoundNBT nbt) {
- return nbt.getShort("ItemAmount");
+ itemAmount = nbt.getShort("ItemAmount");
+ return itemAmount;
+ }
+
+ @Override
+ public CompoundNBT serializeNBT() {
+ CompoundNBT nbt = new CompoundNBT();
+ if (!cachedStack.isEmpty()) {
+ serializeItemAmount(nbt);
+ if (itemAmount > Byte.MAX_VALUE) {
+ cachedStack.setCount(Byte.MAX_VALUE); //prevent byte overflow
+ nbt.put("Item", cachedStack.write(new CompoundNBT()));
+ cachedStack.setCount(itemAmount); //restore item count
+ }
+ else {
+ nbt.put("Item", cachedStack.write(new CompoundNBT()));
+ }
+ }
+ return nbt;
+ }
+
+ @Override
+ public void deserializeNBT(CompoundNBT nbt) {
+ cachedStack = nbt.contains("Item") ? ItemStack.read(nbt.getCompound("Item")) : ItemStack.EMPTY;
+ if (!cachedStack.isEmpty()) {
+ int itemAmount = deserializeItemAmount(nbt);
+ cachedStack.setCount(itemAmount); //restore item amount
+ }
}
}
diff --git a/src/main/java/com/github/elenterius/biomancy/capabilities/SingleItemStackHandler.java b/src/main/java/com/github/elenterius/biomancy/capabilities/SingleItemStackHandler.java
index a1b82f0aa..52de96a02 100644
--- a/src/main/java/com/github/elenterius/biomancy/capabilities/SingleItemStackHandler.java
+++ b/src/main/java/com/github/elenterius/biomancy/capabilities/SingleItemStackHandler.java
@@ -112,20 +112,18 @@ public ItemStack extractItem(int slot, int amount, boolean simulate) {
}
}
- public void serializeItemAmount(CompoundNBT nbt) {
-
- }
+ public void serializeItemAmount(CompoundNBT nbt) {}
public int deserializeItemAmount(CompoundNBT nbt) {
- return 0;
+ return -1;
}
@Override
public CompoundNBT serializeNBT() {
CompoundNBT nbt = new CompoundNBT();
serializeItemAmount(nbt);
- int count = cachedStack.getCount();
if (!cachedStack.isEmpty()) {
+ int count = cachedStack.getCount();
if (count > 64) cachedStack.setCount(64); //prevent byte overflow
nbt.put("Item", cachedStack.write(new CompoundNBT()));
if (count != cachedStack.getCount()) cachedStack.setCount(count); //restore item count
@@ -137,6 +135,7 @@ public CompoundNBT serializeNBT() {
public void deserializeNBT(CompoundNBT nbt) {
if (nbt.contains("Item")) cachedStack = ItemStack.read(nbt.getCompound("Item"));
else cachedStack = ItemStack.EMPTY;
+
int itemAmount = deserializeItemAmount(nbt);
if (itemAmount > cachedStack.getCount()) {
cachedStack.setCount(itemAmount); //restore item amount
diff --git a/src/main/java/com/github/elenterius/biomancy/client/gui/GulgeContainerScreen.java b/src/main/java/com/github/elenterius/biomancy/client/gui/GulgeContainerScreen.java
index 5a638ae7e..c341910c6 100644
--- a/src/main/java/com/github/elenterius/biomancy/client/gui/GulgeContainerScreen.java
+++ b/src/main/java/com/github/elenterius/biomancy/client/gui/GulgeContainerScreen.java
@@ -2,6 +2,7 @@
import com.github.elenterius.biomancy.BiomancyMod;
import com.github.elenterius.biomancy.inventory.GulgeContainer;
+import com.github.elenterius.biomancy.util.ClientTextUtil;
import com.mojang.blaze3d.matrix.MatrixStack;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.client.gui.screen.inventory.ContainerScreen;
@@ -10,6 +11,7 @@
import net.minecraft.util.text.ITextComponent;
import java.awt.*;
+import java.text.DecimalFormat;
public class GulgeContainerScreen extends ContainerScreen {
@@ -33,6 +35,11 @@ public void render(MatrixStack matrixStack, int mouseX, int mouseY, float partia
protected void drawGuiContainerForegroundLayer(MatrixStack matrixStack, int mouseX, int mouseY) {
final float FONT_Y_SPACING = 12;
font.drawText(matrixStack, title, 10, 18 - FONT_Y_SPACING, Color.white.getRGB());
+
+ DecimalFormat df = ClientTextUtil.getDecimalFormatter("#,###,###");
+ String count = df.format(container.getStoredItemCount()) + "/" + df.format(container.getMaxItemCount());
+ int x = xSize - font.getStringWidth(count) - 8;
+ font.drawString(matrixStack, count, x, 26 - FONT_Y_SPACING, 0xFFFFFF);
}
@Override
diff --git a/src/main/java/com/github/elenterius/biomancy/datagen/ModEntityLootTables.java b/src/main/java/com/github/elenterius/biomancy/datagen/ModEntityLootTables.java
index 3e4e616c2..b0b40bcb8 100644
--- a/src/main/java/com/github/elenterius/biomancy/datagen/ModEntityLootTables.java
+++ b/src/main/java/com/github/elenterius/biomancy/datagen/ModEntityLootTables.java
@@ -46,13 +46,13 @@ protected void addTables() {
);
registerLootTable(ModEntityTypes.FLESH_BLOB.get(), LootTable.builder()
- .addLootPool(LootPool.builder().rolls(ConstantRange.of(1)).addEntry(ItemLootEntry.builder(ModItems.FLESH_BLOCK.get())
- .acceptFunction(SetCount.builder(ConstantRange.of(1))).acceptFunction(LootingEnchantBonus.builder(RandomValueRange.of(0.0F, 1.0F)))))
- .addLootPool(LootPool.builder().rolls(ConstantRange.of(1))
- .addEntry(ItemLootEntry.builder(ModItems.OCULUS.get()).acceptFunction(SetCount.builder(RandomValueRange.of(-3.0F, 1.0F))).acceptFunction(LootingEnchantBonus.builder(RandomValueRange.of(0.0F, 1.0F))))
- .acceptCondition(KilledByPlayer.builder()))
-// .addLootPool(LootPool.builder().rolls(ConstantRange.of(1))
-// .addEntry(ItemLootEntry.builder(ModItems.TWISTED_HEART.get()).acceptFunction(SetCount.builder(RandomValueRange.of(-3.0F, 1.0F))).acceptFunction(LootingEnchantBonus.builder(RandomValueRange.of(0.0F, 1.0F)))))
+ .addLootPool(LootPool.builder().rolls(ConstantRange.of(1)).addEntry(ItemLootEntry.builder(ModItems.FLESH_BLOCK.get())
+ .acceptFunction(SetCount.builder(ConstantRange.of(1))).acceptFunction(LootingEnchantBonus.builder(RandomValueRange.of(0f, 1f)))))
+ .addLootPool(LootPool.builder().rolls(ConstantRange.of(1))
+ .addEntry(ItemLootEntry.builder(ModItems.OCULUS.get()).acceptFunction(SetCount.builder(RandomValueRange.of(-3f, 1f))).acceptFunction(LootingEnchantBonus.builder(RandomValueRange.of(0f, 1f))))
+ .acceptCondition(KilledByPlayer.builder()))
+ .addLootPool(LootPool.builder().rolls(ConstantRange.of(1))
+ .addEntry(ItemLootEntry.builder(ModItems.STOMACH.get()).acceptFunction(SetCount.builder(RandomValueRange.of(-3f, 1f))).acceptFunction(LootingEnchantBonus.builder(RandomValueRange.of(0f, 1f)))))
);
registerLootTable(FleshBlobEntity.LOOT_TABLE_FOR_SIZE_2, fleshBlobLootTableBuilderWithDrop(1));
registerLootTable(FleshBlobEntity.LOOT_TABLE_FOR_SIZE_3, fleshBlobLootTableBuilderWithDrop(2));
diff --git a/src/main/java/com/github/elenterius/biomancy/datagen/ModItemTagsProvider.java b/src/main/java/com/github/elenterius/biomancy/datagen/ModItemTagsProvider.java
index df94216d0..c9291fcd8 100644
--- a/src/main/java/com/github/elenterius/biomancy/datagen/ModItemTagsProvider.java
+++ b/src/main/java/com/github/elenterius/biomancy/datagen/ModItemTagsProvider.java
@@ -1,8 +1,8 @@
package com.github.elenterius.biomancy.datagen;
import com.github.elenterius.biomancy.BiomancyMod;
+import com.github.elenterius.biomancy.init.ModItems;
import com.github.elenterius.biomancy.init.ModTags;
-import net.minecraft.block.ComposterBlock;
import net.minecraft.data.BlockTagsProvider;
import net.minecraft.data.DataGenerator;
import net.minecraft.data.ItemTagsProvider;
@@ -56,10 +56,35 @@ protected void registerTags() {
getOrCreateBuilder(ModTags.Items.SUGARS)
.add(SUGAR, COOKIE, CAKE, HONEYCOMB, HONEY_BLOCK, HONEYCOMB_BLOCK, HONEY_BOTTLE, SWEET_BERRIES, COCOA_BEANS);
- LOGGER.info(logMarker, "registering secretion item tags...");
- Builder- builder = getOrCreateBuilder(ModTags.Items.RAW_BIOMASS);
- ComposterBlock.CHANCES.keySet().stream().sorted(ITEM_ID_COMPARATOR).map(IItemProvider::asItem).forEach(builder::addItemEntry);
+ getOrCreateBuilder(ModTags.Items.POOR_BIOMASS)
+ .addTag(ItemTags.FLOWERS).addTag(Tags.Items.SEEDS).addTag(ItemTags.LEAVES)
+ .add(SWEET_BERRIES, SUGAR_CANE, KELP, DRIED_KELP, GRASS, SEAGRASS, VINE, FERN, BAMBOO);
+
+ getOrCreateBuilder(ModTags.Items.AVERAGE_BIOMASS)
+ .addTag(ItemTags.SAPLINGS)
+ .add(WHEAT, BEETROOT, POTATO, CARROT, COOKIE, CACTUS, APPLE, CHORUS_FRUIT, MELON_SLICE, SPIDER_EYE, WARPED_FUNGUS,
+ NETHER_SPROUTS, WEEPING_VINES, TWISTING_VINES, LARGE_FERN, TALL_GRASS, WARPED_ROOTS, CRIMSON_ROOTS, NETHER_WART,
+ CRIMSON_FUNGUS, RED_MUSHROOM, BROWN_MUSHROOM);
+
+ getOrCreateBuilder(ModTags.Items.GOOD_BIOMASS)
+ .add(BREAD, MUSHROOM_STEM, SUSPICIOUS_STEW, COCOA_BEANS, BAKED_POTATO, HONEY_BOTTLE, MELON, PUMPKIN, DRIED_KELP_BLOCK,
+ SEA_PICKLE, LILY_PAD, CARVED_PUMPKIN, WARPED_WART_BLOCK, NETHER_WART_BLOCK, RED_MUSHROOM_BLOCK, BROWN_MUSHROOM_BLOCK,
+ SHROOMLIGHT, MUSHROOM_STEM);
+
+ getOrCreateBuilder(ModTags.Items.SUPERB_BIOMASS)
+ .add(CAKE, PUMPKIN_PIE, RABBIT_STEW, BEETROOT_SOUP, POISONOUS_POTATO, HAY_BLOCK);
+ Builder
- builder = getOrCreateBuilder(ModTags.Items.BIOMASS);
+// ComposterBlock.CHANCES.keySet().stream().sorted(ITEM_ID_COMPARATOR).map(IItemProvider::asItem).forEach(builder::addItemEntry);
+ builder.addOptionalTag(ModTags.Items.POOR_BIOMASS.getName());
+ builder.addOptionalTag(ModTags.Items.AVERAGE_BIOMASS.getName());
+ builder.addOptionalTag(ModTags.Items.GOOD_BIOMASS.getName());
+ builder.addOptionalTag(ModTags.Items.SUPERB_BIOMASS.getName());
+
+ getOrCreateBuilder(ModTags.Items.STOMACHS)
+ .add(ModItems.ARTIFICIAL_STOMACH.get(), ModItems.STOMACH.get());
+
+ LOGGER.info(logMarker, "registering secretion item tags...");
getOrCreateBuilder(ModTags.Items.OXIDES)
.add(NETHERITE_SCRAP, TURTLE_EGG, BONE_MEAL)
.addTag(Tags.Items.INGOTS_IRON).addTag(Tags.Items.NUGGETS_IRON)
diff --git a/src/main/java/com/github/elenterius/biomancy/datagen/ModRecipeProvider.java b/src/main/java/com/github/elenterius/biomancy/datagen/ModRecipeProvider.java
index ba2cc266b..6d5b3fdca 100644
--- a/src/main/java/com/github/elenterius/biomancy/datagen/ModRecipeProvider.java
+++ b/src/main/java/com/github/elenterius/biomancy/datagen/ModRecipeProvider.java
@@ -5,12 +5,12 @@
import com.github.elenterius.biomancy.init.*;
import com.github.elenterius.biomancy.item.ReagentItem;
import com.github.elenterius.biomancy.recipe.ItemStackIngredient;
+import com.github.elenterius.biomancy.tileentity.ChewerTileEntity;
import com.github.elenterius.biomancy.tileentity.EvolutionPoolTileEntity;
import net.minecraft.advancements.criterion.EnchantmentPredicate;
import net.minecraft.advancements.criterion.InventoryChangeTrigger;
import net.minecraft.advancements.criterion.ItemPredicate;
import net.minecraft.advancements.criterion.MinMaxBounds;
-import net.minecraft.block.ComposterBlock;
import net.minecraft.data.*;
import net.minecraft.enchantment.Enchantment;
import net.minecraft.enchantment.EnchantmentData;
@@ -27,8 +27,6 @@
import net.minecraft.tags.ItemTags;
import net.minecraft.util.IItemProvider;
import net.minecraft.util.ResourceLocation;
-import net.minecraft.util.math.MathHelper;
-import net.minecraft.util.registry.Registry;
import net.minecraftforge.common.Tags;
import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.Logger;
@@ -139,7 +137,7 @@ private void registerEvolutionPoolRecipes(Consumer consumer) {
.addCriterion("has_mutagenic_bile", hasItem(ModItems.MUTAGENIC_BILE.get())).build(consumer);
EvolutionPoolRecipeBuilder.createRecipe(ModItems.GULGE.get(), defaultTime * 2)
- .addIngredient(ModItems.FLESH_CHEST.get()).addIngredients(ModItems.ARTIFICIAL_STOMACH.get(), 4).addIngredient(ModItems.BIOMETAL.get())
+ .addIngredient(ModItems.FLESH_CHEST.get()).addIngredients(ModTags.Items.STOMACHS, 4).addIngredient(ModItems.BIOMETAL.get())
.addCriterion("has_mutagenic_bile", hasItem(ModItems.MUTAGENIC_BILE.get())).build(consumer);
EvolutionPoolRecipeBuilder.createRecipe(ModItems.FLESH_CHEST.get(), defaultTime)
@@ -148,11 +146,11 @@ private void registerEvolutionPoolRecipes(Consumer consumer) {
// Tools ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
EvolutionPoolRecipeBuilder.createRecipe(ModItems.SINGLE_ITEM_BAG_ITEM.get(), defaultTime + 150)
- .addIngredients(ModItems.ARTIFICIAL_STOMACH.get(), 2).addIngredient(Items.HOPPER).addIngredient(ModItems.FLESH_CHEST.get()).addIngredients(ModItems.KERATIN_FILAMENTS.get(), 2)
+ .addIngredients(ModTags.Items.STOMACHS, 2).addIngredient(Items.HOPPER).addIngredient(ModItems.FLESH_CHEST.get()).addIngredients(ModItems.KERATIN_FILAMENTS.get(), 2)
.addCriterion("has_mutagenic_bile", hasItem(ModItems.MUTAGENIC_BILE.get())).build(consumer);
EvolutionPoolRecipeBuilder.createRecipe(ModItems.ENTITY_STORAGE_ITEM.get(), defaultTime + 150)
- .addIngredients(ModItems.ARTIFICIAL_STOMACH.get(), 2).addIngredient(Items.EGG).addIngredient(Items.ENDER_CHEST).addIngredients(ModItems.KERATIN_FILAMENTS.get(), 2)
+ .addIngredients(ModTags.Items.STOMACHS, 2).addIngredient(Items.EGG).addIngredient(Items.ENDER_CHEST).addIngredients(ModItems.KERATIN_FILAMENTS.get(), 2)
.addCriterion("has_mutagenic_bile", hasItem(ModItems.MUTAGENIC_BILE.get())).build(consumer);
EvolutionPoolRecipeBuilder.createRecipe(ModItems.OCULI_OF_UNVEILING.get(), defaultTime * 2)
@@ -173,7 +171,7 @@ private void registerEvolutionPoolRecipes(Consumer consumer) {
// Weapons /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
EvolutionPoolRecipeBuilder.createRecipe(ModItems.FLESHBORN_WAR_AXE.get(), defaultTime * 2)
- .addIngredient(ModItems.FLESHBORN_AXE.get()).addIngredient(ModItems.OCULUS.get()).addIngredient(ModItems.HORMONE_BILE.get()).addIngredient(ModItems.ARTIFICIAL_STOMACH.get())
+ .addIngredient(ModItems.FLESHBORN_AXE.get()).addIngredient(ModItems.OCULUS.get()).addIngredient(ModItems.HORMONE_BILE.get()).addIngredient(ModTags.Items.STOMACHS)
.addIngredients(ModItems.KERATIN_FILAMENTS.get(), 2)
.addCriterion("has_fleshborn_axe", hasItem(ModItems.FLESHBORN_AXE.get())).build(consumer);
@@ -193,7 +191,7 @@ private void registerEvolutionPoolRecipes(Consumer consumer) {
.addCriterion("has_oculus", hasItem(ModItems.OCULUS.get())).build(consumer);
EvolutionPoolRecipeBuilder.createRecipe(ModItems.TOOTH_GUN.get(), defaultTime * 2)
- .addIngredient(ModItems.INJECTION_DEVICE.get()).addIngredient(Items.SKELETON_SKULL).addIngredient(Items.CROSSBOW).addIngredient(ModItems.ARTIFICIAL_STOMACH.get()).addIngredient(ModItems.BIOMETAL.get()).addIngredient(ModItems.SILICATE_PASTE.get())
+ .addIngredient(ModItems.INJECTION_DEVICE.get()).addIngredient(Items.SKELETON_SKULL).addIngredient(Items.CROSSBOW).addIngredient(ModTags.Items.STOMACHS).addIngredient(ModItems.BIOMETAL.get()).addIngredient(ModItems.SILICATE_PASTE.get())
.addCriterion("has_injection_device", hasItem(ModItems.INJECTION_DEVICE.get())).build(consumer);
EvolutionPoolRecipeBuilder.createRecipe(ModItems.WITHERSHOT.get(), defaultTime * 2)
@@ -208,7 +206,7 @@ private void registerEvolutionPoolRecipes(Consumer consumer) {
ItemStackIngredient smiteBook = new ItemStackIngredient(EnchantedBookItem.getEnchantedItemStack(new EnchantmentData(Enchantments.SMITE, level)));
ItemStackIngredient arthropodsBook = new ItemStackIngredient(EnchantedBookItem.getEnchantedItemStack(new EnchantmentData(Enchantments.BANE_OF_ARTHROPODS, level)));
EvolutionPoolRecipeBuilder.createRecipe(minBaneBook, defaultTime + 125 * level)
- .addIngredient(sharpnessBook).addIngredient(smiteBook).addIngredient(arthropodsBook).addIngredient(ModItems.ARTIFICIAL_STOMACH.get()).addIngredient(ModItems.ERODING_BILE.get()).addIngredient(ModItems.REJUVENATING_MUCUS.get())
+ .addIngredient(sharpnessBook).addIngredient(smiteBook).addIngredient(arthropodsBook).addIngredient(ModTags.Items.STOMACHS).addIngredient(ModItems.ERODING_BILE.get()).addIngredient(ModItems.REJUVENATING_MUCUS.get())
.addCriterion("has_smite_enchant", hasItem(ItemPredicate.Builder.create().enchantment(new EnchantmentPredicate(Enchantments.SMITE, MinMaxBounds.IntBound.atLeast(1))).build())).build(consumer, "attuned_bane_" + level, true);
}
}
@@ -417,18 +415,24 @@ private void registerMutagenRecipes(Consumer consumer) {
}
private void registerChewerRecipes(Consumer consumer) {
- final int defaultChewingTime = 200;
+ final int defaultChewingTime = ChewerTileEntity.DEFAULT_TIME;
// crushed biomass /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- ComposterBlock.CHANCES.keySet().stream().filter(IGNORE_COMPOSTABLE_PREDICATE).forEach(iItemProvider -> {
- float chance = ComposterBlock.CHANCES.getFloat(iItemProvider);
- int amount = 7 - MathHelper.clamp(Math.round(-7.14f * chance + 8.14f), 1, 6);
- ResourceLocation itemId = Registry.ITEM.getKey(iItemProvider.asItem());
- String namespace = itemId.getNamespace().equals("minecraft") ? "mc" : itemId.getNamespace();
- ChewerRecipeBuilder.createRecipe(ModItems.BOLUS.get(), defaultChewingTime + Math.round(Math.max(1f - chance, 0f) * 150), amount)
- .setIngredient(iItemProvider.asItem())
- .addCriterion("has_raw_biomass", hasItem(ModTags.Items.RAW_BIOMASS)).build(consumer, "from_" + namespace + '_' + itemId.getPath(), true);
- });
+ ChewerRecipeBuilder.createRecipe(ModItems.BOLUS.get(), 100, 2)
+ .setIngredient(ModTags.Items.POOR_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_poor_biomass", true);
+
+ ChewerRecipeBuilder.createRecipe(ModItems.BOLUS.get(), 190, 4)
+ .setIngredient(ModTags.Items.AVERAGE_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_average_biomass", true);
+
+ ChewerRecipeBuilder.createRecipe(ModItems.BOLUS.get(), 275, 6)
+ .setIngredient(ModTags.Items.GOOD_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_good_biomass", true);
+
+ ChewerRecipeBuilder.createRecipe(ModItems.BOLUS.get(), 300, 8)
+ .setIngredient(ModTags.Items.SUPERB_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_superb_biomass", true);
// misc ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ChewerRecipeBuilder.createRecipe(Items.COBBLESTONE, defaultChewingTime)
@@ -492,7 +496,37 @@ private void registerDigesterRecipes(Consumer consumer) {
DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), defaultTime)
.setIngredient(ModItems.BOLUS.get())
.setByproduct(ModItems.DIGESTATE.get(), 1f)
- .addCriterion("has_crushed_biomass", hasItem(ModItems.BOLUS.get())).build(consumer);
+ .addCriterion("has_crushed_biomass", hasItem(ModItems.BOLUS.get())).build(consumer, "from_bolus", true);
+
+ DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), 300)
+ .setIngredient(ModTags.Items.POOR_BIOMASS)
+ .setByproduct(ModItems.DIGESTATE.get(), 0.15f)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_poor_biomass", true);
+
+ DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), 400, 2)
+ .setIngredient(ModTags.Items.AVERAGE_BIOMASS)
+ .setByproduct(ModItems.DIGESTATE.get(), 0.3f)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_average_biomass", true);
+
+ DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), 400, 2)
+ .setIngredient(ModTags.Items.RAW_MEATS)
+ .setByproduct(ModItems.DIGESTATE.get(), 0.3f)
+ .addCriterion("has_raw_meat", hasItem(ModTags.Items.RAW_MEATS)).build(consumer, "from_raw_meat", true);
+
+ DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), 600, 3)
+ .setIngredient(ModTags.Items.GOOD_BIOMASS)
+ .setByproduct(ModItems.DIGESTATE.get(), 0.5f)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_good_biomass", true);
+
+ DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), 600, 3)
+ .setIngredient(ModTags.Items.COOKED_MEATS)
+ .setByproduct(ModItems.DIGESTATE.get(), 0.5f)
+ .addCriterion("has_cooked_meat", hasItem(ModTags.Items.COOKED_MEATS)).build(consumer, "from_cooked_meat", true);
+
+ DigesterRecipeBuilder.createRecipe(ModItems.NUTRIENT_PASTE.get(), 800, 4)
+ .setIngredient(ModTags.Items.SUPERB_BIOMASS)
+ .setByproduct(ModItems.DIGESTATE.get(), 0.6f)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_superb_biomass", true);
}
private void registerDecomposerRecipes(Consumer consumer) {
@@ -505,16 +539,21 @@ private void registerDecomposerRecipes(Consumer consumer) {
registerHormonesRecipes(consumer);
// sugars //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- ComposterBlock.CHANCES.keySet().stream().filter(IGNORE_COMPOSTABLE_PREDICATE).forEach(iItemProvider -> {
- float chance = ComposterBlock.CHANCES.getFloat(iItemProvider);
- int amount = 7 - MathHelper.clamp(Math.round(-7.14f * chance + 8.14f), 1, 6);
- ResourceLocation itemId = Registry.ITEM.getKey(iItemProvider.asItem());
- String namespace = itemId.getNamespace().equals("minecraft") ? "mc" : itemId.getNamespace();
- DecomposerRecipeBuilder.createRecipe(Items.SUGAR, defaultDecomposingTime + Math.round(Math.max(1f - chance, 0f) * 150), amount)
- .addIngredient(iItemProvider.asItem())
-// .addByproduct(ModItems.DIGESTATE.get(), 0.05f)
- .addCriterion("has_raw_biomass", hasItem(ModTags.Items.RAW_BIOMASS)).build(consumer, "from_" + namespace + '_' + itemId.getPath(), true);
- });
+ DecomposerRecipeBuilder.createRecipe(Items.SUGAR, 300, 1)
+ .addIngredient(ModTags.Items.POOR_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_poor_biomass", true);
+
+ DecomposerRecipeBuilder.createRecipe(Items.SUGAR, 400, 2)
+ .addIngredient(ModTags.Items.AVERAGE_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_average_biomass", true);
+
+ DecomposerRecipeBuilder.createRecipe(Items.SUGAR, 600, 4)
+ .addIngredient(ModTags.Items.GOOD_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_good_biomass", true);
+
+ DecomposerRecipeBuilder.createRecipe(Items.SUGAR, 800, 6)
+ .addIngredient(ModTags.Items.SUPERB_BIOMASS)
+ .addCriterion("has_biomass", hasItem(ModTags.Items.BIOMASS)).build(consumer, "from_superb_biomass", true);
// misc ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
DecomposerRecipeBuilder.createRecipe(ModItems.FLESH_LUMP.get(), defaultDecomposingTime)
@@ -535,7 +574,7 @@ private void registerDecomposerRecipes(Consumer consumer) {
DecomposerRecipeBuilder.createRecipe(ModItems.REJUVENATING_MUCUS.get(), defaultDecomposingTime)
.addIngredient(ModTags.Items.COOKED_MEATS)
- .addCriterion("has_any_cooked_meat", hasItem(ModTags.Items.COOKED_MEATS)).build(consumer, "from_cooked_meat", true);
+ .addCriterion("has_cooked_meat", hasItem(ModTags.Items.COOKED_MEATS)).build(consumer, "from_cooked_meat", true);
// DecomposingRecipeBuilder.decomposingRecipe(ModItems.REJUVENATING_MUCUS.get(), defaultDecomposingTime)
// .addIngredient(new AnyMeatlessFoodIngredient()) //TODO: fix this
@@ -589,6 +628,11 @@ private void registerCookingRecipes(Consumer consumer) {
private void registerWorkbenchRecipes(Consumer consumer) {
+ ShapedRecipeBuilder.shapedRecipe(ModItems.OCULUS_KEY.get())
+ .key('F', ModItems.FLESH_LUMP.get()).key('B', Items.BONE).key('O', ModItems.OCULUS.get()).key('S', ModItems.BONE_SCRAPS.get())
+ .patternLine("FBO").patternLine("SS ")
+ .addCriterion("has_oculus", hasItem(ModItems.OCULUS.get())).build(consumer);
+
ShapedRecipeBuilder.shapedRecipe(ModItems.OCULUS.get())
.key('F', ModItems.FLESH_LUMP.get()).key('R', ModItems.REJUVENATING_MUCUS.get()).key('L', ModItems.MENISCUS_LENS.get()).key('E', Items.SPIDER_EYE)
.patternLine("FRF").patternLine("LER").patternLine("FRF")
@@ -688,11 +732,11 @@ private void registerWorkbenchRecipes(Consumer consumer) {
.addCriterion("has_flesh_block", hasItem(ModItems.FLESH_BLOCK.get())).build(consumer);
ShapedRecipeBuilder.shapedRecipe(ModItems.DIGESTER.get())
- .key('S', ModItems.ARTIFICIAL_STOMACH.get())
+ .key('S', ModTags.Items.STOMACHS)
.key('F', ModItems.FLESH_BLOCK.get())
.key('L', ModItems.FLESH_BLOCK_SLAB.get())
.patternLine("FLF").patternLine("FSF").patternLine("FLF")
- .addCriterion("has_stomach", hasItem(ModItems.ARTIFICIAL_STOMACH.get())).build(consumer);
+ .addCriterion("has_stomach", hasItem(ModTags.Items.STOMACHS)).build(consumer);
// reagents ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/main/java/com/github/elenterius/biomancy/datagen/recipe/EvolutionPoolRecipeBuilder.java b/src/main/java/com/github/elenterius/biomancy/datagen/recipe/EvolutionPoolRecipeBuilder.java
index 734be8572..95ec10b43 100644
--- a/src/main/java/com/github/elenterius/biomancy/datagen/recipe/EvolutionPoolRecipeBuilder.java
+++ b/src/main/java/com/github/elenterius/biomancy/datagen/recipe/EvolutionPoolRecipeBuilder.java
@@ -73,6 +73,10 @@ public EvolutionPoolRecipeBuilder addIngredient(ITag
- tagIn) {
return addIngredient(Ingredient.fromTag(tagIn));
}
+ public EvolutionPoolRecipeBuilder addIngredients(ITag
- tagIn, int quantity) {
+ return addIngredients(Ingredient.fromTag(tagIn), quantity);
+ }
+
public EvolutionPoolRecipeBuilder addIngredient(IItemProvider itemIn) {
return addIngredients(itemIn, 1);
}
diff --git a/src/main/java/com/github/elenterius/biomancy/handler/AnimalDropStomachLootModifier.java b/src/main/java/com/github/elenterius/biomancy/handler/AnimalDropStomachLootModifier.java
new file mode 100644
index 000000000..b99eef6b7
--- /dev/null
+++ b/src/main/java/com/github/elenterius/biomancy/handler/AnimalDropStomachLootModifier.java
@@ -0,0 +1,76 @@
+package com.github.elenterius.biomancy.handler;
+
+import com.google.gson.JsonObject;
+import com.google.gson.JsonParseException;
+import net.minecraft.entity.Entity;
+import net.minecraft.entity.passive.AnimalEntity;
+import net.minecraft.item.ItemStack;
+import net.minecraft.item.crafting.ShapedRecipe;
+import net.minecraft.loot.LootContext;
+import net.minecraft.loot.LootParameters;
+import net.minecraft.loot.conditions.ILootCondition;
+import net.minecraft.util.JSONUtils;
+import net.minecraft.util.ResourceLocation;
+import net.minecraftforge.common.loot.GlobalLootModifierSerializer;
+import net.minecraftforge.common.loot.LootModifier;
+import net.minecraftforge.registries.ForgeRegistries;
+
+import javax.annotation.Nonnull;
+import java.util.List;
+
+public class AnimalDropStomachLootModifier extends LootModifier {
+
+ private final ItemStack loot;
+ private final float chance;
+
+ public AnimalDropStomachLootModifier(ILootCondition[] conditionsIn, ItemStack lootIn, float chanceIn) {
+ super(conditionsIn);
+ loot = lootIn;
+ chance = chanceIn;
+ }
+
+ @Nonnull
+ @Override
+ protected List doApply(List generatedLoot, LootContext context) {
+ Entity entity = context.get(LootParameters.THIS_ENTITY);
+ if (entity instanceof AnimalEntity && !((AnimalEntity) entity).isChild()) {
+ if (context.getRandom().nextFloat() < chance) {
+ generatedLoot.add(loot.copy());
+ }
+ }
+ return generatedLoot;
+ }
+
+ public static class Serializer extends GlobalLootModifierSerializer
+ {
+ @Override
+ public AnimalDropStomachLootModifier read(ResourceLocation name, JsonObject json, ILootCondition[] conditionsIn) {
+ float chance = JSONUtils.getFloat(json, "chance");
+ if (chance <= 0f || chance > 1f) throw new JsonParseException(String.format("Chance %f is outside interval (0, 1]", chance));
+
+ ItemStack loot = ShapedRecipe.deserializeItem(JSONUtils.getJsonObject(json, "loot"));
+ return new AnimalDropStomachLootModifier(conditionsIn, loot, chance);
+ }
+
+ @Override
+ public JsonObject write(AnimalDropStomachLootModifier instance) {
+ JsonObject json = new JsonObject();
+
+ JsonObject itemJson = new JsonObject();
+ ItemStack loot = instance.loot;
+ //noinspection ConstantConditions
+ itemJson.addProperty("item", ForgeRegistries.ITEMS.getKey(loot.getItem()).toString());
+ if (loot.getCount() > 1) {
+ itemJson.addProperty("count", loot.getCount());
+ }
+ if (loot.getTag() != null && !loot.getTag().isEmpty()) {
+ itemJson.addProperty("nbt", loot.getTag().toString());
+ }
+ json.addProperty("#comment", "the add_mob_loot serializer supports count (int) and nbt (string) keys");
+ json.add("loot", itemJson);
+
+ json.addProperty("chance", instance.chance);
+ return json;
+ }
+ }
+}
diff --git a/src/main/java/com/github/elenterius/biomancy/init/CommonSetupHandler.java b/src/main/java/com/github/elenterius/biomancy/init/CommonSetupHandler.java
index a23b84abb..5edf62b15 100644
--- a/src/main/java/com/github/elenterius/biomancy/init/CommonSetupHandler.java
+++ b/src/main/java/com/github/elenterius/biomancy/init/CommonSetupHandler.java
@@ -3,6 +3,7 @@
import com.github.elenterius.biomancy.BiomancyMod;
import com.github.elenterius.biomancy.capabilities.IItemDecayTracker;
import com.github.elenterius.biomancy.capabilities.ItemDecayImpl;
+import com.github.elenterius.biomancy.handler.AnimalDropStomachLootModifier;
import com.github.elenterius.biomancy.network.ModNetworkHandler;
import net.minecraft.block.DispenserBlock;
import net.minecraft.dispenser.DefaultDispenseItemBehavior;
@@ -14,6 +15,7 @@
import net.minecraft.item.SpawnEggItem;
import net.minecraft.util.Direction;
import net.minecraftforge.common.capabilities.CapabilityManager;
+import net.minecraftforge.common.loot.GlobalLootModifierSerializer;
import net.minecraftforge.event.RegistryEvent;
import net.minecraftforge.eventbus.api.EventPriority;
import net.minecraftforge.eventbus.api.SubscribeEvent;
@@ -47,6 +49,11 @@ public static void onSetup(final FMLCommonSetupEvent event) {
});
}
+ @SubscribeEvent
+ public static void registerModifierSerializers(final RegistryEvent.Register> event) {
+ event.getRegistry().register(new AnimalDropStomachLootModifier.Serializer().setRegistryName(BiomancyMod.createRL("animal_drop_stomach")));
+ }
+
@SubscribeEvent(priority = EventPriority.LOWEST)
public static void onRegisterEntityType(final RegistryEvent.Register> event) {
DefaultDispenseItemBehavior behavior = new DefaultDispenseItemBehavior() {
diff --git a/src/main/java/com/github/elenterius/biomancy/init/ModItems.java b/src/main/java/com/github/elenterius/biomancy/init/ModItems.java
index 238fe816d..2fb215d68 100644
--- a/src/main/java/com/github/elenterius/biomancy/init/ModItems.java
+++ b/src/main/java/com/github/elenterius/biomancy/init/ModItems.java
@@ -62,6 +62,7 @@ public final class ModItems {
public static final RegistryObject
- BIOMETAL = ITEMS.register("biometal", () -> new Item(createItemProperties()));
public static final RegistryObject
- ARTIFICIAL_STOMACH = ITEMS.register("artificial_stomach", () -> new Item(createItemProperties()));
+ public static final RegistryObject
- STOMACH = ITEMS.register("stomach", () -> new Item(createItemProperties()));
// public static final RegistryObject
- TWISTED_HEART = ITEMS.register("twisted_heart", () -> new Item(createItemProperties()));
public static final RegistryObject
- BOLUS = ITEMS.register("bolus", () -> new Item(createItemProperties())); //crushed biomass
diff --git a/src/main/java/com/github/elenterius/biomancy/init/ModTags.java b/src/main/java/com/github/elenterius/biomancy/init/ModTags.java
index 1bdcea7c3..3e44ae1d1 100644
--- a/src/main/java/com/github/elenterius/biomancy/init/ModTags.java
+++ b/src/main/java/com/github/elenterius/biomancy/init/ModTags.java
@@ -22,12 +22,20 @@ public static final class Items {
// public static final Tags.IOptionalNamedTag
- FLESH = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "flesh"));
public static final Tags.IOptionalNamedTag
- COOKED_MEATS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "cooked_meats"));
public static final Tags.IOptionalNamedTag
- SUGARS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "sugars"));
- public static final Tags.IOptionalNamedTag
- RAW_BIOMASS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "raw_biomass"));
+
+ public static final Tags.IOptionalNamedTag
- BIOMASS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "biomass"));
+ public static final Tags.IOptionalNamedTag
- POOR_BIOMASS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "poor_biomass"));
+ public static final Tags.IOptionalNamedTag
- AVERAGE_BIOMASS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "average_biomass"));
+ public static final Tags.IOptionalNamedTag
- GOOD_BIOMASS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "good_biomass"));
+ public static final Tags.IOptionalNamedTag
- SUPERB_BIOMASS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "superb_biomass"));
+
public static final Tags.IOptionalNamedTag
- OXIDES = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "oxides"));
public static final Tags.IOptionalNamedTag
- SILICATES = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "silicates"));
public static final Tags.IOptionalNamedTag
- KERATINS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "keratins"));
public static final Tags.IOptionalNamedTag
- HORMONES = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "hormones"));
+ public static final Tags.IOptionalNamedTag
- STOMACHS = ItemTags.createOptional(new ResourceLocation(BiomancyMod.MOD_ID, "stomachs"));
+
private Items() {}
private static void forceInit() {}
diff --git a/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContainer.java b/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContainer.java
index 0aea93af4..f4dfb9694 100644
--- a/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContainer.java
+++ b/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContainer.java
@@ -28,6 +28,10 @@ private GulgeContainer(int screenId, PlayerInventory playerInventory, GulgeConte
super(ModContainerTypes.GULGE.get(), screenId);
this.gulgeContents = gulgeContents;
+ // track item count and sync to client.
+ // We do this because ItemStack size is serialized using a signed byte and thus can't store values larger than 127
+ trackIntArray(gulgeContents);
+
PlayerInvWrapper playerInventoryForge = new PlayerInvWrapper(playerInventory);
final int HOT_BAR_SIZE = 9;
@@ -50,6 +54,7 @@ private GulgeContainer(int screenId, PlayerInventory playerInventory, GulgeConte
}
}
+ //we use input/output slots to manipulate the inv contents in order to avoid the headache of syncing ItemStacks with an item count larger than Byte.MAX_VALUE
addSlot(new Slot(redirectedInput, 0, 80 - 18, 35) {
@Override
public boolean isItemValid(ItemStack stack) {
@@ -100,17 +105,6 @@ public ItemStack onTake(PlayerEntity playerIn, ItemStack stack) {
return stack;
}
});
- addSlot(new Slot(gulgeContents, 0, 176 - 34, 24 - 12) {
- @Override
- public boolean isItemValid(ItemStack stack) {
- return false;
- }
-
- @Override
- public boolean canTakeStack(PlayerEntity playerIn) {
- return false;
- }
- });
}
public static GulgeContainer createServerContainer(int screenId, PlayerInventory playerInventory, GulgeContents contents) {
@@ -132,6 +126,10 @@ private void updateOutputSlot() {
}
private void updateOutputSlot(ItemStack storedStack) {
+ //prime cheese ;)
+ //this avoids the need of syncing "Big-ItemStacks" (item count is larger than Byte.MAX_VALUE) to the client
+ //instead we only sync an ItemStack copy with a item count of 1
+
ItemStack outputStack = redirectedOutput.getStackInSlot(0);
if (storedStack.isEmpty()) {
if (!outputStack.isEmpty()) redirectedOutput.setInventorySlotContents(0, ItemStack.EMPTY);
@@ -191,4 +189,15 @@ else if (sourceSlotIndex == 37 || sourceSlotIndex == 36) { //virtual input & out
return copyOfSourceStack;
}
+ public int getStoredItemCount() {
+ return gulgeContents.get(0);
+ }
+
+ public int getMaxItemCount() {
+ return gulgeContents.getInventoryStackLimit();
+ }
+
+ public ItemStack getStoredItemStack() {
+ return redirectedOutput.getStackInSlot(0); //reflects the stored ItemStack but clamped to a count size of 0 or 1
+ }
}
diff --git a/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContents.java b/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContents.java
index 0ba98327f..52774c5c9 100644
--- a/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContents.java
+++ b/src/main/java/com/github/elenterius/biomancy/inventory/GulgeContents.java
@@ -5,13 +5,14 @@
import net.minecraft.inventory.IInventory;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.CompoundNBT;
+import net.minecraft.util.IIntArray;
import net.minecraftforge.common.util.LazyOptional;
import net.minecraftforge.items.IItemHandler;
import java.util.function.Consumer;
import java.util.function.Predicate;
-public class GulgeContents implements IInventory {
+public class GulgeContents implements IInventory, IIntArray {
private final LargeSingleItemStackHandler itemStackHandler;
private final LazyOptional optionalItemStackHandler;
@@ -105,6 +106,12 @@ public boolean isEmpty() {
return itemStackHandler.isEmpty();
}
+ @Override
+ public int getInventoryStackLimit()
+ {
+ return itemStackHandler.getMaxAmount();
+ }
+
@Override
public ItemStack getStackInSlot(int index) {
return itemStackHandler.getStackInSlot(index);
@@ -130,4 +137,39 @@ public void clear() {
itemStackHandler.setStackInSlot(0, ItemStack.EMPTY);
}
+ private void validateTrackingIndex(int index) {
+ if (index < 0 || index >= size()) throw new IndexOutOfBoundsException("Index out of bounds:" + index);
+ }
+
+ /**
+ * get tracked value
+ * @param index tracking-index
+ * @return tracked value by index
+ */
+ @Override
+ public int get(int index)
+ {
+ validateTrackingIndex(index);
+ return itemStackHandler.getAmount();
+ }
+
+ /**
+ * update value of tracked value
+ * @param index tracking-index
+ */
+ @Override
+ public void set(int index, int value)
+ {
+ validateTrackingIndex(index);
+ itemStackHandler.setAmount((short) value);
+ }
+
+ /**
+ * @return tracking IntArray Size
+ */
+ @Override
+ public int size()
+ {
+ return 1;
+ }
}
diff --git a/src/main/java/com/github/elenterius/biomancy/tileentity/ChewerTileEntity.java b/src/main/java/com/github/elenterius/biomancy/tileentity/ChewerTileEntity.java
index 111b226cb..98d81a06e 100644
--- a/src/main/java/com/github/elenterius/biomancy/tileentity/ChewerTileEntity.java
+++ b/src/main/java/com/github/elenterius/biomancy/tileentity/ChewerTileEntity.java
@@ -3,7 +3,6 @@
import com.github.elenterius.biomancy.block.ChewerBlock;
import com.github.elenterius.biomancy.init.ModItems;
import com.github.elenterius.biomancy.init.ModRecipes;
-import com.github.elenterius.biomancy.init.ModTags;
import com.github.elenterius.biomancy.init.ModTileEntityTypes;
import com.github.elenterius.biomancy.inventory.ChewerContainer;
import com.github.elenterius.biomancy.inventory.SimpleInvContents;
@@ -88,7 +87,7 @@ public static Optional getRecipeForInput(World world, IInventory i
}
public static boolean isItemValidFuel(ItemStack stack) {
- return stack.getItem() == ModItems.NUTRIENT_PASTE.get() || stack.getItem() == ModItems.NUTRIENT_BAR.get() || stack.getItem().isIn(ModTags.Items.COOKED_MEATS);
+ return stack.getItem() == ModItems.NUTRIENT_PASTE.get() || stack.getItem() == ModItems.NUTRIENT_BAR.get();
}
@Override
diff --git a/src/main/java/com/github/elenterius/biomancy/tileentity/DecomposerTileEntity.java b/src/main/java/com/github/elenterius/biomancy/tileentity/DecomposerTileEntity.java
index 68a55a040..e11dd2a4c 100644
--- a/src/main/java/com/github/elenterius/biomancy/tileentity/DecomposerTileEntity.java
+++ b/src/main/java/com/github/elenterius/biomancy/tileentity/DecomposerTileEntity.java
@@ -3,7 +3,6 @@
import com.github.elenterius.biomancy.block.DecomposerBlock;
import com.github.elenterius.biomancy.init.ModItems;
import com.github.elenterius.biomancy.init.ModRecipes;
-import com.github.elenterius.biomancy.init.ModTags;
import com.github.elenterius.biomancy.init.ModTileEntityTypes;
import com.github.elenterius.biomancy.inventory.DecomposerContainer;
import com.github.elenterius.biomancy.inventory.SimpleInvContents;
@@ -100,7 +99,7 @@ public static Optional getRecipeForItem(World world, ItemStack
}
public static boolean isItemValidFuel(ItemStack stack) {
- return stack.getItem() == ModItems.NUTRIENT_PASTE.get() || stack.getItem() == ModItems.NUTRIENT_BAR.get() || stack.getItem().isIn(ModTags.Items.COOKED_MEATS);
+ return stack.getItem() == ModItems.NUTRIENT_PASTE.get() || stack.getItem() == ModItems.NUTRIENT_BAR.get();
}
@Nullable
diff --git a/src/main/java/com/github/elenterius/biomancy/tileentity/DigesterTileEntity.java b/src/main/java/com/github/elenterius/biomancy/tileentity/DigesterTileEntity.java
index fd5c98e5d..f1d740431 100644
--- a/src/main/java/com/github/elenterius/biomancy/tileentity/DigesterTileEntity.java
+++ b/src/main/java/com/github/elenterius/biomancy/tileentity/DigesterTileEntity.java
@@ -55,7 +55,7 @@ public class DigesterTileEntity extends OwnableTileEntity implements INamedConta
public static final int OUTPUT_SLOTS_COUNT = 2;
public static final int MAX_FUEL = 32_000;
- public static final short FUEL_COST = 2;
+ public static final short FUEL_COST = 1;
private final DigesterStateData stateData = new DigesterStateData();
private final SimpleInvContents fuelContents;
diff --git a/src/main/resources/assets/biomancy/lang/en_us.json b/src/main/resources/assets/biomancy/lang/en_us.json
index e3b8f0bc9..1c075390d 100644
--- a/src/main/resources/assets/biomancy/lang/en_us.json
+++ b/src/main/resources/assets/biomancy/lang/en_us.json
@@ -50,12 +50,7 @@
"item.biomancy.mended_skin": "Stitched Skin",
"item.biomancy.artificial_stomach": "Stitched Stomach",
"item.biomancy.oculus": "Oculus",
-
"item.biomancy.stomach": "Stomach",
- "item.biomancy.brain": "Brain",
- "item.biomancy.heart": "Heart",
- "item.biomancy.liver": "Liver",
- "item.biomancy.kidney": "Kidney",
"item.biomancy.vile_melon_seeds": "Vile-Melon Seeds",
"item.biomancy.vile_melon_slice": "Vile-Melon Slice",
@@ -166,9 +161,9 @@
"tooltip.biomancy.fleshborn_pressure_plate": "Sneak click to change mode.\nAble to activate ownable blocks.",
"tooltip.biomancy.fleshborn_chest": "Keeps Inventory.",
"tooltip.biomancy.gulge": "Stores 32k of a single item, keeps inventory.",
- "tooltip.biomancy.chewer": "Uses Nutrient Paste/Bar or Cooked Meat as Fuel.",
+ "tooltip.biomancy.chewer": "Uses Nutrient Paste/Bar as Fuel.",
"tooltip.biomancy.digester": "Uses Water as fuel.",
- "tooltip.biomancy.decomposer": "Uses Nutrient Paste/Bar Cooked Meat as Fuel.",
+ "tooltip.biomancy.decomposer": "Uses Nutrient Paste/Bar as Fuel.",
"tooltip.biomancy.evolution_pool": "Uses Mutagenic Bile as fuel.",
"tooltip.biomancy.riding_bonus": "When Riding an Entity:",
diff --git a/src/main/resources/assets/biomancy/models/item/stomach.json b/src/main/resources/assets/biomancy/models/item/stomach.json
new file mode 100644
index 000000000..33f3cedce
--- /dev/null
+++ b/src/main/resources/assets/biomancy/models/item/stomach.json
@@ -0,0 +1,6 @@
+{
+ "parent": "item/generated",
+ "textures": {
+ "layer0": "biomancy:item/stomach"
+ }
+}
\ No newline at end of file
diff --git a/src/main/resources/assets/biomancy/textures/item/stomach.png b/src/main/resources/assets/biomancy/textures/item/stomach.png
new file mode 100644
index 000000000..2721335b1
Binary files /dev/null and b/src/main/resources/assets/biomancy/textures/item/stomach.png differ
diff --git a/src/main/resources/data/biomancy/loot_modifiers/animal_drop_stomach.json b/src/main/resources/data/biomancy/loot_modifiers/animal_drop_stomach.json
new file mode 100644
index 000000000..80531b889
--- /dev/null
+++ b/src/main/resources/data/biomancy/loot_modifiers/animal_drop_stomach.json
@@ -0,0 +1,21 @@
+{
+ "conditions": [
+ {
+ "condition": "minecraft:killed_by_player"
+ },
+ {
+ "condition": "minecraft:entity_properties",
+ "predicate": {
+ "flags": {
+ "is_on_fire": false
+ }
+ },
+ "entity": "this"
+ }
+ ],
+ "#comment": "the add_mob_loot serializer supports count (int) and nbt (string) keys",
+ "loot": {
+ "item": "biomancy:stomach"
+ },
+ "chance": 0.4
+}
\ No newline at end of file
diff --git a/src/main/resources/data/forge/loot_modifiers/global_loot_modifiers.json b/src/main/resources/data/forge/loot_modifiers/global_loot_modifiers.json
new file mode 100644
index 000000000..3893931e5
--- /dev/null
+++ b/src/main/resources/data/forge/loot_modifiers/global_loot_modifiers.json
@@ -0,0 +1,6 @@
+{
+ "replace": false,
+ "entries": [
+ "biomancy:animal_drop_stomach"
+ ]
+}
\ No newline at end of file