0.4.7-1.20.6
Compatibility
Changes
A small release to address a handful of bugs andĀ for some code cleanup. A release for 1.21.10 should hopefully follow in the coming weeks once NeoForge is properly updated.
Also, many thanks for the 10 million downloads across platforms :)! I'd have never thought this mod would get this far when I started it four and a half years ago.
Changed:
- Persistent shapes now load when the world loads instead of when the GUI is first opened.
Fixed:
- Key mappings reset using NeoForge for Minecraft 1.21.5 and 1.21.8.
- Potential issues when starting the game related to registering shapes.
- Some missing persistence triggers.
Removed:
- Support for Minecraft 1.19.4 and older.
- Debug shape generation timings.
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:XwBDibES:csfYcAug"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XwBDibES:csfYcAug"
}

