Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
2.3.0
Release
Axiom 2.3.03 years ago 617
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Added Display Entity manipulation tools
- Added Marker Entity manipulation tools
- Added Create Display Entity button to alt menu
- Builder Tools: Added //pos1 and //pos2 commands to set first/second positions
- Builder Tools: Move, Clone and Stack now affect entities
- Builder Tools: Added Delete/Backspace keybind to delete blocks
- Stamp Tool: Added Keep Existing option
- Stamp Tool: Added Extend Foundation to Ground option
- Editor: Added ability to drag palettes into Tool Masks
- Editor: Added right-click to modify block properties in Noise Painter, etc.
- Editor: Added ability to drag palettes into Noise Painter, etc.
- Tinker: Added interaction for Chorus Plant, Lantern blocks and Fence Gates
- Fixed default heightmaps not loading on Microsoft Windows (hopefully)
- Fixed NBT tag not applying to blocks when using No Updates
- Fixed Blueprint Browser not staying docked after restarting
- Fixed smooth tool creating large holes outside of render distance
- Tools can now target Light blocks
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:C9raUOD6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:C9raUOD6"
}

