Tags
Creators
Details
All versions
11.7.0-184
Release
11.7.0-184last year 1,226
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client and server
Changes
- Final release for 1.20.4
- Add some missing Concrete recipes to make crafting easier (voidsong-dragonfly)
- Add missing potion recipes for Thick & Mundane potions (voidsong-dragonfly)
- Add machine interface support for the Assembler (BluSunrize)
- Add missing comparator outputs that were documented in the manual (BluSunrize)
- Overhaul Gunpowder Barrels to make them far more useful (voidsong-dragonfly)
- No more multi-stage explosions
- Directional explosions that are biased against the direction with the most "hardness"
- More powerful than TNT because they are actual bombs and not "gunpowder mixed with sand"
- Better for antipersonnel damage when on the surface, but better at breaking rocks when inside rock
- Change text in the Circuit Table not being translatable (André Augusto)
- Change Arc Furnace electrode comparator (and machine interface) output to represent the lowest electrode
- Reduce damage taken from decelerating with the Skyhook by 60% (BluSunrize)
- Also actually mention this damage in the manual
- This should lead to less deaths by suddenly grabbing a cable
- In the future, we may add an upgrade to remove this damage entirely
- Fix High Cetane Biodiesel not being properly usable in the chemthrower (BluSunrize)
- Fix redstone timer showing the wrong signal colour in its overlay (BluSunrize)
- Fix manual erroneously listing explosive cartridges as using the "common" blueprint (BluSunrize)
- Fix banner pattern for the screwdriver grip (BluSunrize)
- Fix windmills having their insides turn white when far away (BluSunrize)
- Fix command "/ie clearshaders" not working when passing a player reference (BluSunrize)
- Fix internal slot counts for consumed items in the assembler, no longer duplicating buckets of water (BluSunrize)
- Fix arc furnace secondaries having reversed output chances (voidsong-dragonfly)
- Fix incorrect documentation about the sample drill in the manual (voidsong-dragonfly)
- Fix sawmill having a broken comparator (and machine interface) output when the blade breaks (BluSunrize)
- Fix potential issue with synchronized mod loading (khjxiaogu)
- Translations Added/Updated: cs_cz.json (RomanPlayer22), zh_cn.json (Cactusstudent, SlimeSB, mc-kaishixiaxue, 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:lww1U3n6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tIm2nV03:lww1U3n6"
}
