Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 months ago
All versions
2.0.0-beta.3
Beta
CodeClient 2.0.0-beta.32 years ago 321
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 3
Features
- First revision of Auto Update functionality has been added
- It is off by default
- Can either notify or update on launch
- Generally useless at the moment as beta 3 is the latest release.
Fixes
- Fixed CodeClient not noticing that you switched to spawn
- Fixed insert overlays being impossible to type in
Known issues
- Ascending via jumping doesn't work outside the area of a basic plot
- Formatting of the lore of items inserted by the insert overlay is wrong
- Custom inserted values cannot be updated in the custom chest menu
- Scrolling whilst hovering over fields that aren't numerical or enumerable prevents scrolling anyway
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:4L9so8DX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ti8mtFQn:4L9so8DX"
}

