Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
3.1.0
Release
Axiom 3.1.02 years ago 19.5K
Compatibility
Minecraft: Java Edition
1.21
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
- Added Copy Air and Copy Entities options to Builder Tools
- Added ability to middle-click display entities to add a spawn item to your inventory
- Added ability to store/restore default layout
- Added ability to copy/load current layout to/from clipboard
- Added Paste Copy option to Placement window
- Added Paste Copy to Shape Tool
- Added Paste Copy option to Path Tool
- Added colour control option to Item Display entity editor
- For Fabric servers: Added LuckPerms support (axiom.* permission)
- Added yellow raycast indicator to various tools
- Added keybind for arcball cardinal snapping
- Added visual indicator for Autoshade custom sun shading positions
- Added keybinds for arrow key nudge
- Moved selection and placement options to floating window
- Added 'copy properties' to painter tool
- Added rotation gizmo to stamp tool
- Added 11 new tinker interactions
- Added option to disable Pick Block Drag to Keybinds window
- Added option to make Cut also copy to clipboard to Keybinds window
- Added Duplicate function and keybind (Ctrl+J)
- Added translation to revolve + allow float translation
- Added ability to use Ctrl+C to copy marker entities
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:ZJKNixEj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:ZJKNixEj"
}

