All versions
1.0.6
Release
Create: Covered 1.0.6last month 278
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Added
- Holding Create's Wrench and pressing Alt outlines every covered mechanism within 24 blocks in green. A cover is meant to be indistinguishable from an ordinary block, which otherwise leaves no way to tell a covered shaft from the wall it is hiding in. Releasing Alt clears the outlines.
Fixed
- Brackets attached to a mechanism were invisible. Create draws a bracket through the mechanism's static block model rather than in the block-entity pass, and this mod's model wrapper never passed the model data request down to the model it wrapped - so Create never got the chance to resolve which bracket was attached, and its model then contributes no geometry at all. The bracket was really there the whole time (breaking the mechanism returned it), it just had nothing to draw. This affected every block the mod wraps, not only shafts, and any other model detail Create resolves the same way.
- Brackets, metal girders and casings can no longer be used as a cover, so right-clicking a mechanism with one again does what Create means it to do - attach the bracket, encase the shaft - instead of being swallowed as a camouflage.
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:HcNVSR4n:aqomuzcR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HcNVSR4n:aqomuzcR"
}

