Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
5.0.0
Alpha
Axiom 5.0.0last year 4,955
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.6–1.21.8
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
- Added new configuration screen. Access with /axiomconfig
- Added new 'Phantom' capability
- Added 'Spike' shape to path tool
- Added new 'Single' mode to stamp tool
- Added 'Mask Mode' option to stamp tool, allowing for source/dest/sourcedest masking
- Added 'Random' option to properties inside noise painter
- Added 'Copy Properties' to Ctrl+R quick replace menu
- Added the ability to manipulate structure void blocks
- Replaced 'Copy With...' with 'Copy Air' and 'Copy Entities' checkboxes
- Various protocol improvements and tweaks
- The fabric mod now supports the same permissions as the paper plugin
- Implemented cooperative ratelimiting for section/setbuffer updates
- Added config option to prevent tool reset when swapping
- Added config option for maximum symmetry distance
- Added config option for display/marker manipulation maximum range
- Added config option to share extra hotbars across all worlds and servers
- Don't popout blueprint browser if window is docked
- Ungrouped block displays will now default their translation to (0.5,0.5,0.5)
- Added config backups to address very rare config corruption issue
- Fixed many visual issues at large coordinates
- Fixed hive blocks showing duplicate blockstate information
- Fixed leaves being non-persistent by default
- Fixed 'Expand Hitboxes To Full Cube' breaking paintings (and other issues) in Singleplayer
- Fixed 'Make Fluid Hitboxes Solid' not working properly on servers
- Fixed 'Prevent Interactions' not working properly on servers
- Fixed many miscellaneous bugs and crashes
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:yX9NwISE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:yX9NwISE"
}

