Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 10 months ago
All versions
2.2.0.0
Beta
Biomancy 2.2.0.03 years ago 7,831
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
⚠ BREAKING CHANGES
- change JSON schema of biomancy recipes
Features
- remove name tag for legacy flesh blob texture (legacy flesh blob is now a cradle easter egg) (0750904)
- remove unused corrupted primal flesh block (817861b)
- add ability to "pet" Flesh Blobs (752fc58)
- add malignant and primal flesh walls (43cee81)
- add primordial bio lantern (a03a408)
- add specialised membrane variants for babies and adult mobs (0da0681)
- rework malignant flesh spreading mechanics (166350c)
- give creative players the ability to see all Bio-Forge recipe regardless of if they have unlocked them (507954c)
- make crafting cost (nutrients) data driven by including them in recipes (fe4770e)
- make membrane block deal reduced fall damage (7af7853)
- make part of the Primordial Core item emissive (3766d3d)
- mirco-buff Ravenous Claws (8fc4b84)
- mod-compat: add Create compacting recipes for flesh blocks (b3c228d)
- obfuscate primal and malignant flesh block tooltips (f181045)
- recipes: add Claw recipe to Bio-Forge (929245d)
- recipes: add Fang recipe to Bio-Forge (eda4464)
- recipes: buff decomposing recipe of Golden Apples (14e3e03)
- recipes: nerf Flesh Spike recipe (4488aa0)
- recipes: nerf kelp decomposing recipe (41169a5)
- recipes: nerf kelp digesting recipe (bd4dcb4)
- recipes: nerf Ravenous Claws recipe (2d12e11)
- recipes: remove Primordial Cradle recipe from Bio-Forge (ba4ada0)
- tweak flesh block recipes (f579e1f)
- tweak tooltip colors (af38a8b)
- add Caro Invitica font by Tyfin (09d182c)
- add Chiseled Flesh block (963e93e)
- add Fibrous Flesh block (a6d033d)
- add Fleshy Membrane block (2afb176)
- add item gui icon for the Ravenous Claws (36f8fed)
- add item texture for the Flesh Spike (54b5bec)
- add item texture for the Tendon Chain (fd1c457)
- add Ornate Flesh block (1c9f8ba)
- add Tubular Flesh block (86bf486)
- change injector item icon texture (34b6a15)
- make flesh plunderer magic outline emissive (94d4a55)
- make Flesh Spikes fall-on damage scale with the spike amount (9c9cdd1)
- replace Malignant Flesh Blob with Primordial Flesh Blob variants (9399a51)
- rework Cradle sacrifice system to prefer to spawn hostile mobs and occasionally anomalies (7a8bd97)
- add Drowsy Status Effect which prevents Phantoms from attacking (ce494f8)
- add HUD for the serum amount inside an Injector (e31657a)
- fix Injector not reloading with max serum amount (315c9af)
- increase Breeding Stimulant duration from 12 to 14 seconds (c77996e)
- make Cleansing Serum consume saturation (124a948)
- make Insomnia Cure serum apply the Drowsy status effect (97bc661)
- update Flesh Block variant textures (daf9b85)
- add claws & fangs item tags for crafting (cf0d3cf)
- add Malignant Flesh Block recipes (798db02)
- add Primal Flesh Block recipes (e2f678f)
- buff Flesh Plunderer damage from 10 to 12 and durability from 60 to 250 (ed6403e)
- enable shading for tendon chain & hanging bio lantern model (e246ee8)
- make all Flesh Blob sounds resource pack driven (a7d2cd4)
- make Malignant Veins harvestable with silk touch tools (additionally to shears) (3d6df08)
- remove trash slot from Bio-Lab UI (eaef2ad)
- update flesh blob troll texture (09d3980)
- enhance tooltip clarity and consistency (bdbbcb9)
Bug Fixes
- fix incompatibility with outdated versions of Create by simply not setting up any compat for it (min. Create version is now 0.5.0) (9e36f45)
- fix SacrificeHandler incorrectly tracking if it has any modifiers applied (7bab04f)
- fix buggy Vial Holder block breaking (5f343e0)
- fix critical hits not being detected (def136c)
- fix Insomnia Cure "not sleepy" check not working properly (594fb69)
- fix alex's mobs kangaroo and moose ribs decomposer recipes (remove nutrients output) (23af07d)
- fix Flesh Spike block not dropping the correct amount of spikes (7fdba95)
- fix inability to inject tamed mobs with Serums (5a346e9)
- fix white line on the bottom of the Flesh Door model (60971a0)
- fix Primordial Cradle consuming Tetra tools (9ee49e4)
- fix incompatibility with outdated versions of Create by simply not setting up any compat for it (min. Create version is now 0.5.0) (0c98e12)
- fix Flesh Spikes destroying Items (0a6f1f6)
Optional dependencies
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:TZA78Aw7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uAAuyU4M:TZA78Aw7"
}

