0.2.0
Compatibility
Required content
Changes
This update adds a new sky biome, the glaciated sky islands,

Update Trailer:
New mobs:
-
Glaciated sky automaton,
-
Glaciated dragon,
-
Remade automaton boss model,
-
Cool Villager,
New items:
- Float grape,
- Ice bow,
- Ice Staff,
- Diamond level 1 key,
- Diamond level 2 key,
- Dragon armor trim smithing template,
- Headset armor trim smithing template,
New Blocks:
- GoldenWood Wood (Log with 6 sides),
- GoldenWood Pressure plate and button,
- Glaciated Wood (Log with 6 sides),
- Glaciated Wood Pressure plate and button,
- Celestium Anvil (Cool Villager Workstation),
- Glaciated Level 1 and 2 chests,
- Float grape plant,
- Glaciated tree sapling,
- Lavic Skyrock set (Work in Progress),
- Grimstone (also work in progress),
Varius Changes:
-
added music for the sky biomes
-
Added icons for all sky chests,
-
Custom Clouds have been slightly reworked and don't spawn Outside sky biomes anymore,
-
The sky islands no longer spawn in other dimensions,
-
Modified texture for the golden keys and golden sky level 2 chest.
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:WP5prCOu:umfWVyjo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WP5prCOu:umfWVyjo"
}


