All versions
0.3.0
Alpha
Sky Lands 0.3.02 years ago 14.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
ALPHA 0.3, THE LAVA UPDATE
New Lavic Sky Biome
- Added New Lava Themed Biome With 2 New Dungeons
New Mobs
- Igneus RoboFeline
- Lavic Automaton
- Magma Slobert
New Blocks
- Lavic Skyrock Block Set
- Lavic Wood Set
- Pale Celestium Block, Spike and Antenna
- Lavic Sky Chests
New Items
- Igneus War Axe
- Igneus LaserBlade
- Chain Armor Trim Smithing Template
- Lavic Level 1 Key
- Lavic Level 2 Key
- Pixel Factory Music Disc
New Glider Designs
- Mojang Design By Trouble
- Riptide Design By Lefiat
- Ferret Design By Heil
- Rusted Design
- Lavic Design
- Lightly Weathered Cut Copper Stairs Design
- Night Design By Bingo
- Day Design
- Geometry Design
- Mechanic Design
- Eye Design
Varius Changes
- Polished Most of the Block Textures
- Changed Texture of Pearlecent Celestium Antenna
- Added All Glider Designs to Chest Loot Tables
- The Mod Not Working On Servers Has Been Fixed
Experimental Changes
- Added Sky Sandstone Block
- Added Sky Sand Block
- Added Arid Grass
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:sqhiRxbu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WP5prCOu:sqhiRxbu"
}

