Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
11.8.11+forge
Beta
[Forge 1.20.1] 11.8.112 years ago 12.6K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
11.8.11
- refactor: FrontAndTopShape
11.8.10
- fix: no occlusion for glass blocks
11.8.9
- fix: an oversight causing KSwitch working correctly
- feat: OneTimeLoader loading condition
11.8.8
- No changelog provided
11.8.7
- fix: defer item decoding
11.8.6
- fix: leaves template
11.8.5
- fix: crash with other mods (close #31)
11.8.4
- improve: only register KeyMapping when necessary
11.8.3
- feat: add KSit mod
11.8.2
- fix: move some mixins out of customization package to make ColorProviderUtil works properly
- fix: build
11.8.1
- No changelog provided
11.8.0
- feat: BlockFamilyInferrer, part 4. add lowcode mods
- build: exclude excludes from jarJar
- build: shadowJar include jarJar
- feat: BlockFamilyInferrer, part 3
- feat: BlockFamilyInferrer, part 2
- feat: persistent creative inventory
- feat: BlockFamilyInferrer, part 1
- feat: placement flow
- improve: creative tab sorting
- feat: creative tab content insertion
- feat: item color provider & food block
- fix: some missing stuff
- feat: customization
- improve: contributors system
11.6.2
- feat: yaml utils, part 2
11.6.1
- feat: yaml utils
- fix: datagen in test
11.6.0
- fix: LocalizableItem NPE
- feat: disable trader and phantom spawning in debugLevelRules
- improve: make registration logging more compact
- fix: creative tab display name
- improve: more flexible language provider
11.5.5
- improve: change the time of showing tooltip hint
- fix: crash if config file is empty (close #53)
- improve: repository filtering for jitpack
- feat: use our own source of EvalEx
11.5.3
- fix: cannot join server (#50)
11.5.2
- fix: AlternativesIngredient
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:D7i9bX9a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:D7i9bX9a"
}


