All versions
1.19.2-9.2.2-165
Release
1.19.2-9.2.2-1653 years ago 25.4K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- Add Engineer Illagers (BluSunrize)
- The Fusilier, a ranged illager carrying a railgun
- The Commando, using a shield to protect themselves when not firing their revolver
- The Bulwark, a tank covered in steel armor, carrying a chemthrower and a heavy plated shield
- These enemies can join raids after the player has proven themselves dangerous and technologically advanced...
- Change Buckshot to have a chance of disabling shields (BluSunrize)
- Works like vanilla axes
- Was added especially to combat shield-carrying illagers
- Fix crash with gunpowder barrels (Malte)
- Also makes their explosion speed more consistent
- Refresh balloon hover text when the placement offset is changed (Malte)
- Fix particle rendering in cloche and charging station (Malte)
- Fix fluid pipe covers not updating (Malte)
- Fix infinite sulfur exploit from cycling blazerods (BluSunrize)
- Fix dropping conveyor trying to "drop" items into blocks that have inventories, resulting in flinging (BluSunrize)
- Translations Added/Updated: uk_ua (SKZGx)
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:tIm2nV03:7NaNJWwh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:7NaNJWwh"
}
