Tags
Creators
Details
All versions
12.3.0-188
Release
12.3.0-188last year 14.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Add the Resonanz Observer multiblock (BluSunrize)
- It's a chunkloader! IE has chunkloading now! You can keep your excavator running far away!!
- Its construction require a trip to the ancient cities, to acquire an echo shard...
- Also, this machine eats paper by the minute!
- Overhaul targeting for homing bullets (BluSunrize)
- They won't shoot your wolves (or other animals tamed by the shooter anymore)
- They won't target teammates or animals tamed by teammates
- This does not apply to bullets fired by turrets
- Change Wolfpack Cartridges to apply a buff to nearby tamed wolves when used! (BluSunrize)
- Your wolves (and your allies' wolves) gain speed and strength
- Your wolves will focus on the hit target, if they don't already have a mob they are targeting
- Change Sheetmetal Tanks & Silos to be formed from any Sheetmetal! (BluSunrize)
- This allows making them with whatever metal you have on hand
- They memorize their structure and will return those blocks again
- Their colour can not be adjusted with this, because that would require a massive rework of their models
- Change turrets to use fake players, allowing them to drop blaze rods and other player-only items (BluSunrize)
- Re-add offset for subtitles when rendering displays for held items (BluSunrize)
- Update manual entry for gunpowder barrels, to better explain their intended use (voidsong-dragonfly)
- Fix error for mods like JustEnoughResources querying IE's villager trades (BluSunrize)
- Fix errors when saving IE's projectile entities (BluSunrize)
- Fix wooden supports on sheetmetal tanks having the wrong bounding box (BluSunrize)
- Fix revolver perks not combining correctly on crafting (BluSunrize)
- Fix JEI recipe transfer not working in the Engineer's Crafting Table (BluSunrize)
- Fix inverted rendering for the buzzsaw, drill and chemthrower (BluSunrize)
- Fix overlay for buzzsaw, drill and chemthrower not displaying on the left hand side (BluSunrize)
- Fix shaders not being removed from tools properly (BluSunrize)
- Fix gunpowder barrels not having sound and particles (BluSunrize)
- Fix gunpowder barrels not being triggered by other explosions (BluSunrize)
- Fix multimeter overlay boxes being possibly too small on non-ascii languages (BluSunrize)
- Fix zoom and ammo swapping on the railgun occurring at the same time (BluSunrize)
- Fix conveyor covers getting consumed in creative mode (BluSunrize)
- Fix herbicide destroying Farmer's Delight farmland (BluSunrize)
- Translations Added/Updated: zh_cn (JustAlkaid)
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:AqijsV5Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:AqijsV5Y"
}
