Tags
Creators
Details
All versions
1.19.2-9.2.4-170
Release
1.19.2-9.2.4-1702 years ago 132.3K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- Add new excavator veins for decoration blocks (voidsong-dragonfly)
- Amethyst Crevasse, a geode vein
- Hardened Claypan, a red sand & terracotta vein
- Ancient Seabed, a dead coral & dripstone vein
- Add cloche recipes to grow flowers (voidsong-dragonfly)
- Add crusher recipes to make dyes (voidsong-dragonfly)
- Add items directly to inventory when: (voidsong-dragonfly)
- Cutting wires
- Picking up fluorescent tubes, core samples or the toolbox
- Add the plated shield to the "forge:tools/shields" tag (BluSunrize)
- Change turrets to accept generic entity terms like "Villager" for their black/whitelist (BluSunrize)
- Change text rendering in GUIs to be more readable (BluSunrize)
- Change assembler to handle buckets in recipes better (BluSunrize)
- Fix issues with multiblocks being accessed before being full formed (Malte)
- Fix items with obj renders breaking in the AE2 inscriber
- Fix drill overlay highlighting too many blocks (Malte)
- Fix external heater breaking when dealing with faster furnace recipes (TeamSpen210)
- Fix stairs and slabs not receiving item tags (BluSunrize)
- Fix potential crash with the accumulator backpack (BluSunrize)
- Fix output positions on the improved blastfurnace being swapped around (BluSunrize)
- Fix synchronization errors in the garden clocke (voidsong-dragonfly, Malte)
- Fix induction charging on the accumulator backpack not working (BluSunrize)
- Fix multiblock sounds not triggering subtitles continuously (BluSunrize)
- Fix hemp seeds being tagged as "rods" (BluSunrize)
- Fix railgun rods applying damage like a normal arrow (BluSunrize)
- Fix villager houses for structural engineer and machinist having the wrong workstation (BluSunrize)
- Fix blueprint crafting with split up ingredients (BluSunrize)
- Translations Added/Updated: cs_cz (RomanPlayer22)
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:VzTXQKEm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:VzTXQKEm"
}
