Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
5.2.1
Release
Axiom 5.2.18 months ago 333.2K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Added magic select mode for Builder Tools
- Added option to Block Attributes menu to show moving pistons (aka block 36)
- Added keybind to quickly toggle showing all invisible blocks
- Added some X/Z rotation rules
- Fixed path tool clipboard mode not working when clipboard is 1-block thick
- Improved path tool clipboard rasterization when clipboard is an odd-numbered thickness
- Added blockstate rotation support to path tool clipboard mode
- Various operations like delete/replace now remember block NBT
- Fixed crash when putting enchanted items in hotbars and then reconfiguring
- Fixed incorrect screen size when using Sodium Extra MacOS Reduce Resolution
- Fixed custom Axiom tags being missing on 1.21.10
- Improved performance of Collision Mesh renderer
- Collision mesh no longer shows blocks whose collision & visual bounds match (eg leaves)
- Dynamic line width based on screen area
- Added config option to change magic select count for Builder Tools
- Angel placement now supports build symmetry
- Improved Hollow/Fillgaps/etc. logic to also hollow directly under stairs
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:KYfgWqQU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:KYfgWqQU"
}

