1.20-0.4.0
Compatibility
Changes
I was kinda busy, but hopefully it was worth the wait and hopefully the next update will be quicker. The mod is now also finally open source so you can yell at me for my poor code see what's actually running on your computer.
New requirements are as follows: Minecraft Forge 46.0.14, or Fabric Loader 0.14.22 and Fabric API 0.83.0.
Added:
- Support for Minecraft 1.20.2.
- Shape: Cone.
- Configuration options from the configuration file are now accessible and editable from a GUI.
- References to GitHub repository.
Changed:
- Restructured project to cover all reasonable Minecraft versions from 1.16.4 and onward.
- Yet Another Redesign of the GUI to merge simple and advanced mode, and provide a lot more order in a single unified GUI.
- GUIs now adhere to tab traversal for Minecraft versions that support it.
- Shapes in the shape list now also have a status indicator.
- Rename Base Position to Origin.
Fixed:
- Fixed a rendering issue on Minecraft versions 1.17.1 and above that would cause the error handlers of some mods like OptiFine and Distant Horizons to trigger.
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:10NmWxeV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XwBDibES:10NmWxeV"
}

