All versions
0.1
Release
[1.20.1] Sky High 0.1 Forge3 years ago 984
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Added Skyblock dimension
- An empty dimension.
- If there is not a block of bedrock on the coordinates (X=30; Y=85; Z=1.5) the starterskyblock island will be generated alongside an oak tree and a chest containing a bucket of lava and a block of ice.
- Added special Skyblock gamerules
- Added Spawn Skyblock Desert Island (by default it's on) Spawns the Desert Island (only if the Skyblock Dimension hasn't been loaded)
- Added Spawn Skyblock Nether Island (by default it's off) Spawns the Nether Island (only if the Skyblock Dimension hasn't been loaded)
- Added Spawn Skyblock Cave Island (by default it's off) Spawns the Cave Island (only if the Skyblock Dimension hasn't been loaded)
- Added Spawn Skyblock Snow Island (by default it's off) Spawns the Snow Island (only if the Skyblock Dimension hasn't been loaded)
- Added Skyblock Spawn (by default it's off) Instead of spawning in the overworld, you will be spawning in the Skyblock starter island (Most of these will NOT WORK if you've already entered the skyblock dimension. The Skyblock Spawn gamerule will only work for worlds that haven't been created yet.)
- Added special Skyblock advancements
- Skyblock, obtained when the player enters the skyblock dimension for the first time
- Team Trees, obtained when a sapling grows into a full tree in the skyblock dimension (the player has to be near the sapling for them to obtain the advancement)
- Team Trees, obtained when a sapling grows into a full tree in the skyblock dimension (the player will not obtain the advancement if they are at most 24 blocks far from the sapling)
- Unexpected Guests, obtained when an animal spawns in the skyblock dimension (the player will not obtain the advancement if they are at most 100 blocks far from the mob)
- Four Leaf Clover, obtained when the player picks up a wheat seed in the skyblock dimension
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:4bPnng5r:O3yIlGss"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bPnng5r:O3yIlGss"
}

