Links
Tags
Creators
Details
1.7.0
Compatibility
Required content
Changes
New pen texture, held with a pencil-style grip in first and third person. First person now renders the player's arm gripping the pen -- correct skin and slim/wide arm variant, equip and swing animations preserved -- instead of a floating sprite.
Printed books can now be placed in chiseled bookshelves. Fixed thick printed books z-fighting when held (page edges now keep stable depth separation, also under shaders). Fixed paging through a printout faster than the server round trip snapping back to stale pages; the viewer is now client-authoritative and draws pen ink directly.
Added the Camo Network Cable: joins CC:T wired networks like a cable and can be disguised as any full opaque block (right-click with the block, sneak-punch to strip). Uses CC:T's cable model and textures with a matching hitbox, and the disguise renders as real terrain geometry so resource packs and shader material maps apply. Fixed the disguise not appearing until a neighbouring block update.
Optional dependencies
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:KurlZDEX:BCUic4dl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KurlZDEX:BCUic4dl"
}

