Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 days ago
All versions
1.0.9
Release
Bio Forge 1.0.92 years ago 98
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Big update!
New Features
- Contact-Based Virus Improvements: Now detects and infects items across the entire inventory, not just items in hand.
- Medical HUD Upgrades:
- Added detection chances (e.g., viruses with Stealth Level 2 might evade detection).
- Introduced a cooldown to prevent overuse.
- Attribute Vaccines: Now provide empty syringes after use (standard vaccines remain unchanged due to recipe constraints).
- Floor Virus Scanner:
- A new utility block that emits a redstone signal (power 7) when a living entity passes through and is infected.
- Non-infected entities produce no signal.
New Content
- White Steel: A new variant of Black Steel for creative and decorative builds.
- Structures: Five brand-new structures can now be found underground, between Y-levels 40 to -20.
Improvements & Fixes
- Item Stackability: Major improvements in the handling of contact-based viruses now allow for better item stacking.
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:yio53mVc:xEShKcjg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yio53mVc:xEShKcjg"
}

