Tags
Creators
Details
3.0.2
Compatibility
Changes
by: Thermonuclear Catboy and Slimminit Help with finding Bugs
by: MinecAnton209 Fix typos and grammar in Russian translation Fix typos and improve phrasing in Ukrainian translation
by: Neptunium-236m2 Updated russian translation
by: Alcater Added config option for leaf fix Added bolt mold Added stacksize to gas mask filters Added missing translations
Changed default radar range to 2km Changed reactor fuel crafting recipes
Fixed liquefactor item input Fixed nbt crafting Fixed hot crack oil not giving cracked versions Fixed billet crafting for aus, bi Fixed Rockets not using Jet fuel Fixed toxic hazmat shielding Fixed volcano warhead Fixed antiballistic missile movement Fixed chunkloading for all entities Fixed chemplant sound Fixed gas mask drain Fixed launchers not dropping all build components Fixed Tinkers Construct crash Fixed sign right click event handling
Removed a few unused translations
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:9Y3a7djB:2DuKuOA1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9Y3a7djB:2DuKuOA1"
}

