1.0.6
Compatibility
Changes
🛠️ ALPHA 1.0.6 - THE TOOLS UPDATE The ultimate expansion for gear, exploration, and survival.
📜 OVERVIEW Alpha 1.0.6 focuses on expanding the endgame and resource progression. With the introduction of the Florium and Endium tiers, players can now craft powerful equipment to explore the mysterious new dimensions.
⚔️ EQUIPMENT & TOOLS Florium Set: Complete armor set and toolset (Sword, Axe, Pickaxe). Faster and more durable than Diamond.
Endium Set: The ultimate heavy-duty gear. High protection and maximum mining speed.
Special Items:
Healtstick: A new utility tool for survival.
Endium Stick: The base component for high-tier tool assembly.
🍎 FOOD & CONSUMABLES Florium Apple: Grants specialized resistance and speed buffs.
Endium Apple: The ultimate survival food, providing massive health regeneration.
Redstone Apple: A high-energy snack for quick utility.
🌀 EXPLORATION & WORLD GEN New Biome: Liquid Acid: A dangerous environment featuring custom "Acid" liquid and unique terrain.
Rockstrengthen Blocks: New reinforced blocks found in deep layers.
Custom Dimension Portal: A working portal system using custom frames to access new biomes.
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:ZyiyM4y9:PDkQSzUX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZyiyM4y9:PDkQSzUX"
}

