Tags
Creators
Details
1.1.1
Compatibility
Changes
๐ฆ BioForge 1.1.1 โ Changelog ๐
โจ Major Features:
โ
New Addon System โ Create custom symptoms, debuffs, mutations, mobs, and recipes with live JSON editing!
โ
95% Optimization Boost โ Lag reduced from 200ms โ 10ms for smoother gameplay!
โ
New Debug Commands โ Modify viruses, add/remove traits in real time.
๐ฌ New Mechanics & Items:
๐งด DI Water โ New crafting ingredient replacing water buckets in recipes.
๐งผ Sterilization Update โ Test tubes now require rinsing after ethanol coating.
๐ฉธ Harvestable Mob Traits โ Extract viral traits from sheep, cows, villagers, zombies, etc.
๐ง Permanent Zombie Virus โ Causes Flesh Craving, making players hungry until they eat meat.
๐ New Drug for Paranoia โ Finally, some peace of mind!
๐ง Mod Compatibility & Additions:
๐ Tags for Recipes โ Every recipe now uses tags instead of items for better modpack integration.
๐ New Tag to Fix Backpack Mods โ Prevents virus serialization issues in items.
๐ฆ New Content: 1 Symptom, 3 Debuffs, 2 Bad Mutations, 5 Good Mutations.
๐ฅ๏ธ Multiplayer:
๐ฎ Fully Multiplayer-Compatible! (Medical HUD addons wonโt be visible on servers.)
๐ Addon-making guide coming soon to the wiki โ stay tuned! ๐
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:k5hlubAa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yio53mVc:k5hlubAa"
}

