Tags
Creators
Details
All versions
26.2-1.21-backport
Release
SkyGridx 26.2-1.21-backportlast month 45
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Folia
Paper
Purpur
Changes
For 1.21 to 1.21.11
- Backported SkyGrid 26.2 from Java 25 to Java 21
- Get all new features and improvements from 26.2 for older versions
- One plugin build now supports Paper & Folia 1.21 through 1.21.11
- Fresh installs detect the server version & add the blocks, items, mobs & biomes available in that release
- Newer 1.21 servers also get content from every earlier 1.21 update
- Older servers won't receive content added in later versions
- Existing config files are left unchanged when updating
- Fixed version differences for mooshrooms, snow golems, chains & biome names
Commands haven't changed. Existing servers keep their current settings, while fresh servers get defaults matched to their Minecraft version.
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:ihjAiP7L:EgQ28r11"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ihjAiP7L:EgQ28r11"
}

