All versions
1.21.1-26.3.2
Release
Biomorphosis-1.21.1-26.3.2last month 7
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- updated pulselib version
- fixed missing Lure Campfire recipe (reported by Hyrezer)
- fixed broken Chest recipe doesn't allow to get Reprocessor (reported by Hyrezer)
- fixed typos in item names
- fixed Transmittter choosing wrong slots in fluid storages (reported by Herezer)
- fixed some mobs doesn't get damage inside Fluid Extractor (reported by Herezer)
- fixed BasicStorage code. Now it's working properly
- added custom biome
- now swarm villages can generate only in wastes biome
- added columns to wastes biome
- added custom font into book (as part of big book rework)
- fixed jei compatibility. Now recipes registered correctly
- fixed in book recipe rendering
- added norphed stone
- added melonmaw
- added sounds for SFR
- reworked hive model
Optional dependencies
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:MgMEUB5G:QYylao2Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MgMEUB5G:QYylao2Z"
}





