Tags
Creators
Details
All versions
1.19.2-9.2.3-167
Release
1.19.2-9.2.3-1673 years ago 35.1K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- Change "Superior Weaponry" advancement to hint at its potential to spawn new illagers in raids (BluSunrize)
- Change item renders for Railgun, Chemthrower and Shield to be dynamic, to allow use of dynamic shaders (Drullkus)
- Fix erroneous capability check on empty FluidStacks (Malte)
- Fix sound issues with the Skyhook (Malte)
- Fix IE projectiles failing to despawn (Malte)
- Fix handling of stacked items on the Bottling Machine (Malte)
- Fix error in recycling recipe generation (Malte)
- Fix minor typo in External Heater manual page (Logging4J)
- Fix steel sword not using the "forge:tools/swords" tag (BluSunrize)
- Fix hemp plants not using the "minecraft/crops" tag (BluSunrize)
- Fix steel and faraday armor not using "armor" tags (BluSunrize)
- Fix broken animations for revolvers in the left hand (BluSunrize)
- Fix revolver perks trying to localize at "tier0" (BluSunrize)
- Translations Added/Updated: cs_cz (RomanPlayer22), ja_jp (karakufire)
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:7Mm7llLR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:7Mm7llLR"
}
