All versions
0.4.0-mod
Release
0.4.0 - Full HDlast week 1,201
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
📝Developer Notes
- Known issue: Some toasts are not rendered. Will be fixed in the next release, alongside the addition of all the missing toasts for all commands.
⚙️Technical
- German localization by Corrwinn!
- New "Regen(erate)" command - allows you to revert everything within the selection box to its original state based on the world seed!
- Boost-flight in all six directions (+up, +down)
- Zoom by pressing CTRL while holding "Axe","Resize","Paintbrush","Pastebrush","String" tools in your hand. (Togglable in Settings>Utility>Zoom)
- A reinstall button has been added to the new uninstallation menu.
- Added alias "we:unins" for command "we:uninstall"
- Added alias "del" for command "delete"
- The accuracy of the axe's raycast has been increased fivefold compared to the previous value.
- Macro-driven toasts, tooltips, and new dialogs
- The range of negative characters in the resource pack has been reduced: previously -8192 to +8192, now -200 to -1. As a result, performance and loading speed have improved, and the resource pack's file size has decreased.
- Removed a lot of clutter (outdated commented-out commands) from functions left over from previous versions.
- Removed fonts "axis_higher" axis "axis_half_higher"
- Removed several unused PNGs
- De-scaled some empty/transparent textures so they take up less disk space
👁️Visual
- Full UI and Font rework: now HD, and with custom tooltips!
- The selection box now appears by smoothly expanding, rather than simply popping into view.
- The selection box now smoothly shrinks along with the region corners when using the 'clear' command, instead of simply vanishing abruptly.
- Redesigned the datapack uninstallation menu
- The styling and positioning of toasts have been modified: instead of the top-right corner, they now appear in the area between the HUD and the action bar.
- Some buttons in the chat menu have been rearranged to be more ergonomic.
- All Axis fonts now use (kinda) ClearType technology
- The visual switches in the settings were also moved to a tooltip so they remain visible, even if the expanded description covers the button.
- The main menu banners have been updated to match the thickness and style of the new interface.
- The sound for the toast appearing and disappearing is now also centered and follows the player.
- A "Libraries used" section has been added to the Creators page.
🛠️Fixes
- Fixed constant spam of mathematical operations while the player is holding any axe. (Passive performance significantly improved.)
- Fixed an old bug where the region's visual box would stretch from the zero coordinates if the region's second corner had not yet been set.
- Selection box could go past world height limit if you used Resize tool
- The position-setting sound played twice if the position was set via a command.
- The axe on the square logo had been mirrored incorrectly the whole time.
- Fixed a single missing pixel from the Axis logo in the main menu
- Fixed the issue where sound was not muffled when the region corner was set below ground.
- Resetting settings on the Visuals and Color theme pages played a sound, even if all settings already matched the defaults.
- The history was cleared anyway, even if it was already empty.
🙏Special Thanks to
- Corrwinn
- MrPingouin
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:mmDrugUv:D8ls3Hxb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mmDrugUv:D8ls3Hxb"
}

