All versions
2.3.0+mc26.3
Release
2.3.0+mc26.32 days ago 8
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client and server
Changes
Changed
- Updated for Minecraft 26.3 (Fabric Loader 0.19.5+ / Fabric API 0.161.0+; NeoForge
26.3.0.7-beta+). Requires Minecraft 26.3.
Fixed
- Omnitool right-click actions on 26.3. Minecraft 26.3 made tool right-click behaviour (stripping, tilling, path-making, dousing campfires) data-driven and reads it off the item being held, so the Omnitool's old approach of borrowing the vanilla tools' behaviour stopped working. It now applies the vanilla axe, hoe and shovel transformations directly, in the same order as before (axe first; till by default, sneak to path).
- Ported the axe, shovel and hoe to the 26.3 item API (the dedicated tool classes were removed from the game). Stats are unchanged.
Notes
- NeoForge for 26.3 is still in beta; this build targets
26.3.0.7-beta. - No world changes; existing gear carries over with its durability and enchantments.
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:ZTleks5T:RZKamtLy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZTleks5T:RZKamtLy"
}

