Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
v4-beta.4+1.21.1-neoforge
Beta
v4-beta.4 for 1.21.1-neoforge6 months ago 964
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
- added 1.21.11 support
- translations:
- updated simplified chinese translation (ty Sasaki-Akari)
- added translation keys for enum values
- refactors and code changes:
- replaced modstitch with split build scripts
- replaced yacl screens with config screen functionality already present in base game
- reverted implementation of ParticleGroup/ParticleLimit due to changes in mc 21.9 making it impossible to create multiple groups with the same limit value, leading to confusing config behaviour and potential mod conflicts
- dropped forge support
- forge is currently crashing in prod on part of the code that hasnt even changed.
- will bring it back if the issue gets resolved.
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:nrikgvxm:B15BENYO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nrikgvxm:B15BENYO"
}

