Tags
Creators
Details
Licensed MIT
Published last month
Updated 18 hours ago
All versions
0.1.90+fabric
Release
Ala Industrial 0.1.90 [Fabric]2 days ago 40
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
0.1.90

A housekeeping update for the things you touch daily: the creative tab, item pipes and the charging plate.
Improved
- The creative tab is sorted properly. Energy, then storage, cables, machines, fluids, logistics, tools, upgrades, materials, blocks — instead of one long run.
- Pipes obey your settings. Configure one side and only what you configured happens; untouched sides are just route.
- Cables and machines cost the server less. A base with hundreds of cables and busy pipes runs lighter, and everything behaves exactly as before.
- The config file is grouped into sections. Your edits are kept, and a file written by a newer build is no longer applied silently.
Fixed
- Two chests joined by a pipe no longer swap items forever. Nothing configured used to mean both ends took and gave at once.
- The charging plate no longer makes your inventory stutter. Same charging speed, far fewer updates per second.
- Leaving a world no longer keeps it in memory. Switching worlds in one session used to pile them up.
Good to know
- If you had "extract from a chest into an unconfigured machine", give the machine's side an insert.
- Lowering a buffer size in the config now trims the charge of already-placed blocks when their chunk loads.
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:ACLWFBlU:ZWANfjii"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ACLWFBlU:ZWANfjii"
}

