Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
4.9.0
Release
Axiom 4.9.0last year 25.6K
Compatibility
Minecraft: Java Edition
1.21.6
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Axiom will now re-enable on a server when you lose and then regain op/perms
- Added 'Apply Gravity' option to stamp tool
- Added 'Keep Existing' toggle for 10th slot tools
- Added type replace support for glass and glass panes
- Added type replace support for hanging signs
- Added type replace support for wool, carpets and beds
- Added type replace support for wood, logs, stripped wood and stripped logs
- Added custom packet that servers can use to add itemstacks to the Item Display picker
- Moved Presets section in Stamp Tool above Blueprints
- Added additional lua script variables and functions
- The print() lua function now outputs to chat instead of the console
- Made tool smoothing more consistent when moving fast/slow
- Pressing a tool keybind twice will now deselect the tool
- Fixed outline annotations being visible behind blocks
- Fixed rendering issues related to blocks in versions below 1.21
- Fixed some gui animations being choppy in 1.21 and above
- Fixed Korean language support
- Fixed modify tool not working while empty mask window is open
- Fixed crash when trying to cut selection with only air
- Fixed crash when using mask with custom tag with certain tools
- Fixed pick block with infinite reach failing when it moves an item from your inventory
- Prevent colour-related tools from crashing when other mods throw errors
- Maybe fixed obscure crash with reloading resourcepack too early
- Consolidated custom pick-block logic, making it more consistent in some cases
- Many other bug fixes and miscellaneous 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:rxGIe9FY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:rxGIe9FY"
}

