1.3.0
Compatibility
Changes
🌑 Industrium Mod – Alpha Update Changelog
v1.3.0-Alpha — Core Materials & Decor Pass
Welcome to the first official Industrium Alpha update! This build establishes the foundation of the mod’s material tier, decorative style, and overall industrial aesthetic.
🪨 New Ores & Materials
• Raw Industrium
Vibrant, unrefined ore packed with raw energy. Looks fancy, is fancy.
• Industrium Ingot
A refined, high-grade ingot infused with Industrium’s signature glow. Made for the fancy engineers of the world.
• Industrium Plate
Polished, reinforced metal plate pressed from pure Industrium. Sleek, strong, and stylish.
• Industrium Dust
Finely crushed Industrium carrying shimmering particles. Light, vibrant, and extremely useful for future crafting systems.
✨ New Decorative Blocks
• Electrical Panel
A highly detailed, wall-mounted control box full of switches, wiring, and indicator lights. Purely decorative for now… but it definitely looks like it does something important.
• Round Support Beam
A sturdy cylindrical support beam for heavy-industry aesthetics. Perfect for factories, hangars, shipyards, and big engineering builds.
• Large Chain
A massive decorative chain segment with reinforced links. Ideal for machinery displays, cranes, shipyards, ceiling mounts, and more.
• Large Server
A high-detail server rack filled with glowing status lights and cooling vents. Decorative only for now — but it definitely feels like it’s processing something behind the scenes.
🔧 Notes
This update focuses on establishing visual identity.
Many models currently have no function — planned features coming in later versions.
Rotation/facing and placement behavior under active development.
Expect rapid iteration throughout Alpha.
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:Q8zlyHNh:3efkDzvJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q8zlyHNh:3efkDzvJ"
}

