Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
4.8.0
Release
Axiom 4.8.0last year 64K
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
- Fixed screen in Editor appearing black on certain GPUs
- Added 'Search inside folders' toggle to Blueprint Browser
- Added 'Move Selection' feature to move a selection after it has been confirmed
- Added 'Unconfirm' button to Box Select Tool to reedit confirmed box selections
- Added ability to rotate/flip blueprints via right-click menu in Clipboard/Stamp Tool
- Added 'Skip Tutorial' button to Main Menu Bar > Help
- Improve compatibility with Iris shaders
- 'Copy Properties' with painter tool now also paints blocks normally
- Fixed 'T' keybind not switching to search while in custom creative tabs
- Typing '#' in a block select modal will automatically switch to showing tags
- Fixed alt menu overlaying incorrectly on certain versions
- Fixed some inputs in the create/edit display entity menus not working with large values
- Fixed shape tool 'extend to ground' not working
- You can now dragdrop blocks onto the '+' symbol to add them to the list
- Added type replace/copy properties to gradient painter
- Added type replace/copy properties to painter tool on gradient mode
- Fixed image annotations with opacity showing as fully opaque
- Fixed builder tools shifting blocks wrongly sometimes when using //pos1 and //pos2
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:rRNZPehD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:rRNZPehD"
}

