All versions
26.1.2.1+neoforge-26.1.2
Release
26.1.2.1+neoforge-26.1.23 months ago 65
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Added advancements for the first time each event is triggered
- Changed gold rushes to never trigger while multi-mining with FTB Ultimine
- Data Packs: Added
cannot_trigger_goldrushitem tag used in default event configs, restricting gold rushes from triggering when using Just Hammers hammers - Data Packs: Added
can_trigger_goldrushitem tag used in default event configs, limiting gold rushes to pickaxes - Data Packs: Added
notcondition - Data Packs: Added
is_toolcondition - Fixed gold rush desync on certain break events with mutable positions
- Fixed dig spots not actually being attributed to players
- Fixed gold rushes never deactivating on client when dimensions don't match
- Fixed potential crash when dimensions tick on different threads
- Fixed incorrect translation keys for item 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:v0j2ftEp:yMfU9ygu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v0j2ftEp:yMfU9ygu"
}


