All versions
0.4.0
Alpha
Sky Lands 0.4.02 years ago 675
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
The Sky Desert Update Is Out
New Biome: Arid Floating Islands
New Structures:
- Arid Great Sky Island
- Arid Arena
- Arid Dungeon
New Blocks:
- Sky Sand,
- Arid Grass,
- Small Arid Bush,
- Sky Sandstone (with Stairs, Slabs and Walls),
- Polished Sky Sandstone (with Stairs And Slabs),
- Sky Sandstone Bricks (with Stairs And Slabs),
- Chiseled Sky Sandstone,
- Chiseled Sky Sandstone Bricks,
- Small Sky Cactus,
- Sky Cactus,
- Inky Wood set,
- Inky Celestium Block,
- Inky Celestium Spike,
- Inky Celestium Antenna,
- Inky Celestium Ore,
- Arid Level 1 Sky Chest (Open And Closed Variants)
- Arid Level 2 Sky Chest (Open And Closed Variants)
New Items:
- Pharaoh Staff
- Inky Celestium,
- Ciclops Armor Trim,
- TucTuc Wing,
- Cooked TucTuc Wing,
- Arid Level 1 Key,
- Arid Level 2 Key,
- Cold Desert Music Disc,
- Arid Glider Design,
- Pyramid Glider Design,
- Furnace Glider Design,
- Naissancee Glider Design,
- Island Glider Design,
New Mobs:
- Golden TucTuc,
- Arid Sky Automaton,
- Friendly Vex,
- Sky Pharaoh Boss,
Other Stuff:
- Added setting to disable Cloud Blocks,
- Changed Custom Clouds to spawn less often,
- Updated Most Textures,
- Fixed Laserblade fire Being permanent,
- Fixed vanilla trees generating on top of the islands
- Other Bug Fixes,
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:FYL157o5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WP5prCOu:FYL157o5"
}



