0.4.1
Compatibility
Required content
Changes

Update 0.4 "Aggressive Environment"
Changelog: Biodosimeter
Added a new Biodosimeter mechanic.
Items
Added 3 biodosimeter states:
- Empty Biodosimeter
- Undeveloped Biodosimeter
- Developed Biodosimeter
All biodosimeters stack only up to 1 item.
Syringe Interaction
Players can load an Empty Biodosimeter into an empty syringe.
When using a syringe containing an Empty Biodosimeter on a player:
- the syringe is converted into a syringe containing an Undeveloped Biodosimeter;
- the syringe's NBT stores the player's current accumulated radiation and medication values.
If the player is holding a syringe with an Undeveloped Biodosimeter and presses RMB:
- if the off-hand is empty, the syringe becomes an empty syringe;
- the Undeveloped Biodosimeter is moved into the off-hand.
Syringes containing either an Empty Biodosimeter or an Undeveloped Biodosimeter display a capacity of 3/3.
Laboratory Centrifuge
Added the following recipes:
- iron solution + sulfur solution + organic solution → Empty Biodosimeter
- copper solution + gelatin solution + iodized solution → Empty Biodosimeter
- Undeveloped Biodosimeter + adhesive solution → Developed Biodosimeter
Bug Fixes
- Fixed an issue with the laboratory_centrifuge texture rendering incorrectly.
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:phQeHACF:zRGvTbqO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:phQeHACF:zRGvTbqO"
}

