Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 10 months ago
All versions
2.4.4.0
Beta
Biomancy 2.4.4.02 years ago 13.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Features
- Add Pirate-speak language (010f186)
- disable bio-forge recipe progression in the configs by default (temporary measure until progression rework happens) (80fe7c1)
- make 1.20 Items decomposable (794a2b3)
- make Alex's Caves items decomposable (9cf7c77)
- make Alex's Caves items digestible (de8d89d)
- make more Alex's Mobs Items decomposable (af5c0c2)
- make moss, dripleaves and hanging roots digestible (1178799)
- make turtle & sniffer egg digestible (14b29c8)
- add despoil loot to Alex's Caves mobs (5da2dd4)
- add thick pane variants of the membrane blocks (c6696b3)
- make Alxe's Mobs eggs digestible (76d9375)
- make Membranes valid windmill sails for Create (2d8ed8b)
- rename sound events (7211edf)
- update membrane block model & colors (c2d9174)
Bug Fixes
- add missing sound translations (7079b3a)
- data-gen: fix advancement parsing errors spamming the logs (750b6e4), closes #115
- fix coloring of vials in the vial holder not always updating and defaulting to white (4712b27)
- fix fertilizer not being consumed and converting dirt into the wrong grass block (9806d3f)
- fix missing acid fluid blockstate model file spamming the logs with errors (d69ecc7)
- exclude non-living entities from entity tags (1584145)
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| biomancy-forge-1.20.1-2.4.4.0-slim.jar | Unknown | 3.55 MiB |
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:u9EEqRye"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uAAuyU4M:u9EEqRye"
}

