Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
4.5.1
Release
Axiom 4.5.12 years ago 3,829
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
- Added Colour Picker tab to creative menu
- Added Gradient Helper tab to creative menu
- Added Direction option to Stamp Tool
- Added View > Block Version dropdown to highlight blocks incompatible with old versions
- Added opacity slider to reference image feature
- Added support for 1.21.4 custom_model_data resource pack format
- Added "Show Ruler" toggle to Main Menu Bar > View
- Added "Stamped Clipboard" mode to painter tool
- Sorted biomes in the Biome Painter alphabetically
- Ingame orbit camera now works with entities and other non-block targets
- Editor camera pan now works with entities and other non-block targets
- Fixed rendering not working in certain situations under Fabulous graphics in 1.21.4
- Fixed crash when using backported versions of the Fabric mod in a server-only environment
- Fixed crash when using pick-block and infinite reach in 1.21.4
- Fixed crash when removing blueprint from stamp tool
- Fixed issue when using type replace on blocks with no valid replacement
- Fixed page buttons and text being in the wrong place when left-handed
- Fixed minor visual artifacts when loading block icons in the editor mode
- Many other smaller bug fixes
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:6Pbt6YHj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N6n5dqoA:6Pbt6YHj"
}

