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

Food finally gets an industrial answer: one machine turns a drawer of leftovers into a single stack.
New
- Canning Machine — any food in, identical rations out. Berries, bread, carrots, harvest scraps: a dozen slots collapse into one.
- Rations always stack together, whatever they were made from. That is the whole point.
- Empty cans are crafted from tin plates and a glass pane, so tin finally has something to spend itself on.
Good to know
- A ration restores 8 hunger but does not hold you for long, and it is quicker to eat than ordinary food.
- Rich food buys more rations than scraps, and canning always costs a little value — it is a convenience, not free food.
- Side effects are lost in processing: a canned golden apple only feeds you.
- Hazardous food is refused — raw chicken, rotten flesh, poisonous potato, pufferfish, spider eye.
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:Xxm841W4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ACLWFBlU:Xxm841W4"
}

