Tags
Creators
Details
All versions
1.18.2-8.4.0-161
Release
1.18.2-8.4.0-1613 years ago 81.5K
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
- Overhaul the Accumulator Backpack (BluSunrize)
- Now uses a fancy OBJ model
- It's now crafted as an empty frame, to put an accumulator in!
- Existing packs will automatically migrate to an LV accumulator.
- May be equipped with a shader or banner, to proudly display over your shoulder
- The Charging Antenna upgrade will charge the pack by attaching to overhead wires
- The Miniaturized Tesla Coil will electrocute your attackers
- The Induction Charger will charge your whole inventory
- There may be a new secret advancement too ;)
- Change IEOBJs to be used from the API (Malte)
- Change recipe display in the manual to allow specifying IDs instead of outputs (Malte)
- Add a bisexual pride shader (BluSunrize)
- Add the Rock Softening Acid upgrade for the Mining Drill, giving it Fortune 3! (BluSunrize)
- Increase the speed of rockcutter and grinding disk (BluSunrize)
- Fix some issues with models being mirrored (Malte)
- Fix shaders and potion buckets not showing up in JEI (Malte)
- Fix arc recycling accidentally modifying the empty ItemStack constant (Malte)
- Fix tooltips on capacitors not showing energy stored (BluSunrize)
- Cleanup and optimize Blueprint rendering (Malte)
- Fix bucketwheel not querying block particles properly (Malte)
- Fix config settings not being applied to crafttweaker recipes (BluSunrize)
- Fix tool GUIs being shifted ro the left by subtitles, this isn't necessary since we ove subtitles upwards instead (BluSunrize)
- Fix crusher not animating or making noise when crushing entities (BluSunrize)
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:g7u3ovfs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:g7u3ovfs"
}
