Tags
Creators
Details
All versions
1.0.7
Release
[1.21.5 Fabric] v 1.0.7last year 36.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client and server
Required content
Changes
iChunUtil
1.0.7 (1.21.3+ only)
- Added Argentinian Spanish translation by Texaliuz. (Thank you!)
- NeoForge only: Fixed crash when attempting to save configs in-game.
1.0.6 (1.21.4+ only)
- Re-add Access Transformers/Wideners required by Content Creator Integration 1.X.
- Tooltip for lists in config now state if the list is empty.
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.
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:BEq7Tobw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:W6ROj0Hl:BEq7Tobw"
}

