1.1.21
Compatibility
Required content
Changes
π Industrium Mod - 1.1.21! Welcome to Industrium, a fresh new mod that brings industry, ingenuity, and a hint of magic into your Minecraft world. This release is packed with features that enhance your mining, building, and gameplay experience.
β¨ Features & Changelog
- Added Conveyor Belts: (Can be crafted. Fast version can be upgraded from standard or crafted directly!)
- Added Pedestal: (Pedestal can display up to 64 Items (of the same type) if upgraded with a Brass Upgrader.)
- Added a Garnet Lamp
π§ͺ And Much More! Experimental features and hidden asurprises waiting to be discovered. Balancing tweaks and minor enhancements to keep gameplay fun and engaging.
π§ Installation Download via your favorite mod launcher or drag-and-drop into your /mods folder. Requires Minecraft 1.21.0 - 1.21.1 and the classical Fabric API.
Optional dependencies
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:lsQreb2o:jQVQMkZO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lsQreb2o:jQVQMkZO"
}



