Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated last month
All versions
2.6.0
Release
Axiom 2.6.02 years ago 5,039
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Any compatible version
Changes
Changes
Shared Blueprints in Multiplayer
- Upload blueprints to the server
- Other players can browse/download
Added keybinds for tools in Editor UI
- Rebind keys in Help > Keybinds.
- Additional keybind for switching between the last 2 tools (unbound by default)
Added quick-add keybind to Creative Mode search
- Add blocks to your hotbar with only your keyboard by typing in a block and pressing Enter
Added Ctrl+C to Copy Exact Block when looking at a block
- Adds a special item to your hotbar that places an exact copy of the block
Builder Tools
- Added Middle Click keybind to shift the blocks to the point you clicked
- Added helpful info to action bar (size, offset, etc.)
- Holding the x, y or z keys will lock the scroll direction to that axis
Ruler Tool
- Measurements are permanently visible, even outside of the Editor UI
Path Tool
- Added Use Stairs and Slabs option, the path will use stairs and slabs where possible
- Added Keep Existing option, the path will only replace air blocks when pasting
- Added Extend to Ground option, the path will extend downwards until it reaches a solid block when pasting
New Operation: Hollow
- Will hollow out non-visible/non-reachable blocks inside your selection
New Operation: Fill Gaps
- Will fill non-visible/non-reachable blocks in your selection with your active block
New Operation: Update Blocks
- Will trigger a shape update for all blocks in your selection, fixing fences/stairs/etc and removing things like floating grass
Alt Context Menu
- Clicking on the trashcan will clear alternative hotbars
Added world drag-drop for Palettes
- Drag a palette into the world to randomly replace blocks with the contents of the palette
Legacy blocks
- Added support for typing legacy ids (eg. 1 for stone) into the Select Block dialog
- Added support for importing legacy (pre-1.13) schematics
Other
- Added NoUpdate/InfiniteReach/ReplaceMode support for Water/Lava buckets
- Added tinker interaction for attached melon & pumpkin stems
- Added tinker interaction for rotating heads/banners
- Added tinker interaction for smooth stone
- Fixed block properties not working with string masks
- Fixed Elevation Tool not working with radius of 0
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:DA6n6owm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:DA6n6owm"
}

