Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 31 minutes ago
All versions
19.43.0.390
Beta
19.43.0.390 for NeoForge 1.21.15 days ago 20.2K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
- Require bot token for release comments - mezz
- Fix 1.21.11 backport version references - mezz
- add exception for api jar checker for new methods on nonextendable api classes - mezz
- Add Spotless rule for single-line if blocks - mezz
- Retry external publishing in Jenkins - mezz
- Add Jenkins GitHub release comments - mezz
- Use Java 21 in PR workflows - mezz
- Update sv_se.json (#4384) - A. Regnander
- Document contribution requirements - mezz
- Fix #4373 Search Tokenizer can't handle quote correctly (#4396) - VALK
- Run PR verification checks safely - mezz
- Check API compatibility in CI - mezz
- Avoid publishing for non-release Jenkins builds - mezz
- Split PR verification workflows - mezz
- Use ModShade for embedded libraries - mezz
- Forbid wildcard imports in Spotless - mezz
- Update to ModShade 0.3.0 - mezz
- Update/Correction es_ar.json (#4390) - Texaliuz
- Fix #4395 Avoid broken item default stack overrides - mezz
- Minor cleanup - mezz
- Add support for mods that debug or test the search storage performance - mezz
- Harden external client-server tests - mezz
- Wait for external test servers to accept connections - mezz
- fix nullability of ClientTestUtil#computeOnClient - mezz
- Feature: Share JEI items to chat (#4359) - Oleksii-Melashchenko
- Disable native transport in client game tests - mezz
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:u6dRKJwZ:8NaWgvrh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:u6dRKJwZ:8NaWgvrh"
}

