Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 3 weeks ago
All versions
1.1.0
Release
Codecium 1.1.0 for 1.21.5-1.21.11last year 483
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.5–1.21.11
Platform
Fabric
Supported environments
Client-side
Server-side
Changes
Codecium 1.1.0 for 1.21.5 - 1.21.11
Comes with a couple of improved messages and a single bug fix.
Fixes
- Input is now no longer duplicated for list-related errors.
Changes
- Updated to 1.21.5
- Data component and registry entry error messages are now indented and on a new line. Note that these surrounding messages are translated and may differ based on your language used in the game. It also means that strange occurences with the messages themselves, such as the data component error message being surrounded by
', is not viably fixable. - Resource locations now have an improved error message. As a side effect, this change also improves resource location exception messages as a whole in places where it is still used.
Used commands:
/give @s minecraft:stick[minecraft:food={nutrition: "text"}]/loot give @s loot {pools: "text"}/item modify entity @s weapon {function: "example:INVALID_PATH"}

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:Hv68tUe1:1gcLlzdX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Hv68tUe1:1gcLlzdX"
}

