Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 10 months ago
All versions
2.3.2.0
Beta
Biomancy 2.3.2.02 years ago 63.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
Features
- disable bio-forge recipe progression in the configs by default (temporary measure until progression rework happens) (48063c0)
- injector: change cancel and clear icons in the wheel menu (72844fb)
- injector: change item label color to white in the wheel menu (557da30)
- injector: tweak serum colors (abc0a6d)
- make Membranes valid windmill sails for Create (d74859b)
Bug Fixes
- add missing sound translations (7cb51a6)
- data-gen: fix advancement parsing errors spamming the logs (96ef8f3), closes #115
- fix coloring of vials in the vial holder not always updating and defaulting to white (8cb5caa)
- fix fertilizer not being consumed and converting dirt into the wrong grass block (9fc9a19)
- injector: fix mismatching serum colors between item and injector model (89ed8e9)
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| biomancy-forge-1.19.2-2.3.2.0-slim.jar | Unknown | 3.42 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:fAYXgFCf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uAAuyU4M:fAYXgFCf"
}

