Tags
Creators
Details
All versions
0.14.5
Beta
fabric 0.14.5last year 8,706
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
- Add transparent item pipes that show items passing through
- Add button to machine UIs to open oracle index page (if installed)
- Add tooltip for machine core usage
- Addons now automatically connect when placed (if possible)
- Update atomic forge mechanics, now has one big energy storage that needs to be filled per item
- Improve fill evenly input setting, allowing it to work when inserting amounts > 1. This allows AE2 recipes to just work without any extra changes.
- Remove durability from pipe wrench
- Reduce rare node ore count / ore amounts
- Make dwarf augment toggleable
- Add all budding block tags to laser accelerated tag by default
- Make fuels in fuel generator last shorter
- Make pellets in nuclear reactor last longer
- Reduce synergy matrix addon efficiency
- Update particle accelerator docs in wiki
- Fix crashes & machines not disassembling when broken / exploded / removed
- Fix fluid recipe outputs not being marked as outputs in JEI
- Fix enderic laser not collecting drops on neoforge
- fix enderic laser not perfectly filling energy storages
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:4sYI62kA:xlxPyDJV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4sYI62kA:xlxPyDJV"
}





