Tags
Creators
Details
All versions
1.0.5
Release
[1.21.4 NeoForge] v 1.0.5last year 1,287
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes
iChunUtil
1.0.5
- 1.21.3/4 Forge only: Fixed crash on Forge due to modContainer still being null when registering configs.
- 1.21.3/4 NeoForge only: Updated NeoForge's Loader and Config Handler to reflect Forge's changes.
- Internal changes during the development of Content Creator Integration 2.0 that will be documented in a later changelog.
1.0.4
- Ported to MC 1.21.3.
- Significant internal event changes due to change of MC rendering system.
- Significant internal changes to the B&S GUI system.
- Fixed Minecraft Style BNS UIs rendering with stretched textures.
- Removed Access Wideners/Transformers used by Better Than Llamas.
1.0.3
- Forge only: Register new key mappings in RegisterKeyMappingsEvent event.
- NeoForge only: Fixed registration of key mappings using the wrong event bus.
- Changes to config handling due to the key mapping registrations above.
1.0.2
- Forge only: Fixed config crashes when NightConfigFixes is also installed.
- NeoForge only: Register new key mappings in RegisterKeyMappingsEvent event.
- NeoForge only: Added fake player detection with NeoForge's FakePlayer class.
- Fixed crash when using navigation keys in B&S UIs.
- Fixed text box selector in Config UI snapping to middle of text box when clicked.
1.0.1
- 1.21 NeoForge only: Fixed load issue caused by config changes in NeoForge 21.0.82.
- 1.20.4 NeoForge only: Fixed packet handler issue causing MC to freeze when loading.
- Added file name as tooltip when mousing over the config types in the Config Editor GUI.
This changelog only lists at most the 5 most recent changes since its implementation.
Ports to new MC versions will not be included in the changelog unless the version is also updated.
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:W6ROj0Hl:hqXJBQrO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W6ROj0Hl:hqXJBQrO"
}

