Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
2.0.0-beta.4
Beta
CodeClient 2.0.0-beta.4last year 1,116
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.3
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
2.0.0 Beta 4
Features
- /search revamp
- Shows every instance of the given action in chat
- Click on the action name to teleport
- Click on the little [O] icon to highlight the action
- Advanced middle click
- When enabled, middle clicking items in inventories will add 1 to your cursors stack instead of a stack.
- Holding shift while copying an item will give you the full stack.
Removals
- Chest peeker no longer shows "Didn't fetch items yet" for a split second
Fixes
- Sometimes getting kicked due to chest peeker
- Ascending via jumping doesn't work outside the area of a basic plot
- /node not updating autocomplete dev nodes when changing config, needing to restart instead
- variten not set correctly in codeclient-generated values
- Chest peeker not working when Figura is on
- Formatting of the lore of items inserted by the insert overlay is wrong
Found a bug?
Please report it on our issues page.
Optional dependencies
Any compatible version
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:Ti8mtFQn:3O2sJEMc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ti8mtFQn:3O2sJEMc"
}

