Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 5 days ago
All versions
15.8.7+neoforge
Release
[NeoForge 1.21.1] 15.8.73 weeks ago 23.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
15.8.7
- fix: data module toggle
15.8.6
- feat: disable data module by default (close #79)
- fix: cloth config mod id on NeoForge
15.8.5
- fix: Pressing F3 to display info on some items crashes the game (close #111)
15.8.4
- improve(ksit): now you can't sit when there is a solid block above the seat (close #109)
15.8.3
- feat: JEI support for KSwitch groups
- feat: EMI support for KSwitch groups
- feat: add configure command
15.8.2
- fix: crash with XKDeco (close #92)
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:tfwJWC8g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:tfwJWC8g"
}


