Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
5.3.0
Release
Axiom 5.3.04 months ago 156.4K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
- Added 'Supercylinder' shape to shape tool
- Added 'Capsule' shape to shape tool
- Added flight speed adjustment keybind to minecraft controls (unbound by default)
- Added interaction entity manipulation
- Improved undo/redo for path tool
- Show history text in history window for path/modelling tools
- Allow flight speed to go beyond 100%/999% when using buttons in alt menu
- Added symmetry icon when symmetry is enabled, can be turned off in config
- Added support for negative depth values in the path tool
- Added $category(Name)$ directive to script brush
- Fixed iris shaders not working on 1.21
- Fixed sinytra connector crash
- Fixed flight speed being inconsistent across different momentum values
- Other bug fixes and improvements
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:N6n5dqoA:jTdCyf2H"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:jTdCyf2H"
}

