Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
15.3.4+neoforge
Beta
[NeoForge 1.21.1] 15.3.4last year 1,528
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
15.3.4
- fix(customization): loading order
15.3.3
- improve: f3CopyInInventory option (close #76)
- feat: EMI integration
15.3.2
- improve: #74
- improve: faster & stricter lenient BE type
15.3.1
- fix: try to fix publish task
15.3.0
- feat: option to disable cosmetic screen keybind (close #71)
- feat: Util.friendlyText snake case support
- NeoForge - tr_tr.json Turkish Localization (#73)
15.2.2
- fix: do not call super in ModBlockEntity#onDataPacket
- fix: Platform#isModLoaded NPE
Optional dependencies
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:ufdDoWPd:GjElIJ7a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:GjElIJ7a"
}


