Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
15.2.2+neoforge
Beta
[NeoForge 1.21.1] 15.2.22 years ago 2,503
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
15.2.2
- fix: do not call super in ModBlockEntity#onDataPacket
- fix: Platform#isModLoaded NPE
15.2.1
- No changelog provided
15.2.0
- feat(customization): allow MouldingComponent connecting to other blocks
- feat: kSwitchCreativeOnly
- fix: copy the mixin code from the 1.20-forge branch
- fix(customization): item cannot be created correctly
- feat: data-driven glass type
- fix: ModBlockEntity.onDataPacket
- improve: we try to minimize the differences between versions
- fix: metadata loader and cloth config integration
- all: randomly change things
- feat: get block codec from vanilla's block types
- fix: KiwiModule.ClientCompanion not working
- fix: ConvertScreen
- port: more things. fix more mixins
- chore: add testing assets
- chore: codec stuff clean-up
- improve: more ap features. persist yaml order
- chore: reformat code
- fix: build and eclipse debugging
- Merge pull request #65 from 3TUSK/1.21-neoforge
- merge two render type enums; remove superfluous logging
- A horrible port of kiwi.customization. Lots of wax fixes. Lots of dark magic. I would never try this again.
- Merge remote-tracking branch 'origin/1.21-neoforge' into 1.21-neoforge
- Merge branch '1.21-neoforge' of https://github.com/Snownee/Kiwi into 1.21-neoforge
- fix: build
- Fix build script
- build(annotation): add snakeyaml
- port: 1.21
11.8.12
- fix (kswitch): incompatibility with botania
- feat: print families command
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:AhP0x6rX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufdDoWPd:AhP0x6rX"
}


