1.2.0
Compatibility
Changes
Sky Grid — v1.2.0 Changelog ✨ New: In-Game GUI Config Editor You can now edit your Sky Grid block lists without ever touching a config file! Run /skygrid gui in-game to open the config editor. From there you can:
Switch between Overworld, Nether, and End tabs to edit each dimension independently. Search / filter the block list by name in real time. Toggle individual blocks on or off with a checkbox (disabled blocks are remembered but won't be saved to the whitelist). Edit block weight directly in the list — higher weight means the block spawns more frequently. Add blocks via the Add Block button, which opens a searchable picker showing every registered block not already in your list. Remove blocks with the ✕ button on any row. Hit Save to write all changes to the config files instantly and reload the generator — no restart required. Hit Cancel to discard all in-memory edits.
🔧 Other Changes
/skygrid reload and /skygrid gui are now part of a unified /skygrid command tree. NeoForge only: bumped NeoForge to 21.1.214, fixing compatibility with Productive Bees and Productive Lib.
📋 Requirements
Minecraft 1.21.1 Fabric Loader 0.16.7+ or NeoForge 21.1.214+ Fabric API 0.102.0+1.21.1 (Fabric only)
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:7PGkxIyX:rR7Yok3R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7PGkxIyX:rR7Yok3R"
}

