Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 11 months ago
All versions
2.8.19.0
Beta
Biomancy 2.8.19.02 years ago 1.1M
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Features
Important
- remove integration for the Create mod and move it into a standalone addon mod called Bio-Factory (376bd3d)
- reorganize recipe ids (7077e18)
Fertilizer
- make fertilizer turn areas of dirt into grass blocks (da427bc)
- give fertilizer the ability to grow waterplants as well (d3bd61c)
- give fertilizer the ability to spread mycelium to dirt and grass blocks (6ea2aad)
- improve fertilizer to immediately grow saplings into trees when possible (39308bd)
- make fertilizer less annoying to craft and tweak exotic flesh mix recipe (809c98e)
Cradle
- improve handling of potion sacrifices, calculate the value based on the potion duration and level instead of using predefined values. (0469953)
- make milk bucket and honey bottle valid cradle tributes (354d3df)
- deobfuscate cradle text overlay (64bdd3f)
- add acolyte helmet upgrade for viewing cradle information (f9ec5b8)
- nerf: only show cradle info overlay when the acolyte helmet has nutrients (da6bcbe)
- tweak raw meats tag (b77abd1)
- give the friendly primordial flesh blob the ability to use Cradles from further distances (03d007b)
- make primordial flesh blobs immune to acid (8323a66)
Bio-Lab
- make input slots of Bio-Lab lockable (80c6f5e)
- add ghost item rendering for lockable bio-lab slots (7152061)
- rebrand Corrosive Additive to Decaying Additive (2ae27b1)
- buff: increase max stack size of serums from 8 to 16 (97bbff2)
- nerf: make frenzy effect consume food (e6656c5)
- tweak withdrawal effect side effects, add poison side effect and buff withdrawal duration reduction from eating sugary food (79d565c)
Misc
- make Bioluminescent Goo a sign applicator for glowing text (f322b12)
- buff: increase despoil drop chances for fangs and claws (aa5c534)
- re-balance Ravenous Claws, increase base damage by from 3.5 to 4, decrease attack speed from 4 to 3.5 and make attacks ignore invincibility frames only with full attack strength (83249ea)
- display nutrients cost in machine GUIs (e06ee55)
- make it possible to sneak click Vial Holders to bulk insert or extract vials (51719b4)
- update Biometric Membrane tooltip (690ee27)
- update Exotic Flesh Mix tooltip (205a59d)
Recipes
- add bulk Digestion of items in Gastric Acid (aba3a91)
- add decomposing recipe for the Oxeye Daisy flower (c144c18)
- add player and mob head recipes to the bio-forge (03f9910)
- buff: make coral decomposing recipes produce regenerative fluid (acedcc5)
- buff: make magma cream decomposing recipe give regenerative fluid (f167095)
- nerf: make various decomposing recipes more expensive (bb1a8fe)
- nerf: nerf feather decomposing recipe (4a8ecc3)
- nerf: nerf slimeball decomposing recipe (b39fe70)
- tweak kelp decomposing recipe (9aa12b4)
- tweak bio-lab recipes (406a056)
- re-balance some digesting recipes and nerf warped wart block recipe (bf819cd)
- add JEI crafting examples for player specific Biometric Membrane (06955c0)
Compat
- add missing despoil loot tables for alex's caves mobs (71cb4cd)
- tweak and add decomposer recipes for alex's mobs and caves items (0dd2374)
- tweak recipes for create and migrate them into the biomancy namespace (9a8361d)
- update raw_meats item tag with missing items from alex's mobs and caves (f5aca11)
- make all BoP flesh blocks decomposable (4ec514f)
- update Alex's Caves compatibility and make all candy biome blocks replaceable by flesh growth (f6e4919)
Translations
- update Russian (ru_ru) translation by Quarkrus (bf0338b)
API / Internal
- add fluid tribute registry
- refactor nutrients fuel registry
- rework fluid nutrients fuel registry
Bug Fixes
- fix crash when drinking milk under the frenzy effect (06d6929)
- fix bio-forge not counting ingredients with nbt data correctly (333e8a3)
- don't render outer skin layer when wearing acolyte armor (1d49205)
- fix biometric membrane recipe allowing invalid items to be consumed (7428e4e)
- fix trading advancement (ae2f0e6)
- fix ability to insert fuel from the side into the vial slot of the bio-lab (7f6bb5b), closes #154
- add EssenceIngredient to fix rendering issues with Essence in the Bio-Forge (d314c4f)
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:uAAuyU4M:R9G57ESj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uAAuyU4M:R9G57ESj"
}

