Tags
Creators
Details
0.2.6-1.20.1-forge
Compatibility
Changes
v.0.2.6
-
Added Map Colors
-
Added New Cyber Light Cycle Rainbow
-
Added 4 CTM Variant for Synth Alloy: 10 11 12 13
-
Ambercore CTM support for variant 7, 8, 9, 10(retexture), New CTM variants: 11, 12 & 13
-
Korp: New Variant 17 and CTM support for variant 3, 6, 9 (retexture), 14
-
Pillar Conversion: Tank Variants 5 & 6, Iron Slate 13 (supports vertical & horizontal alignment)
-
Reactor 7 Colored variants texture adjustment: lighten bolt colors
-
BlockZ Cycler Area Mode: Only Cycles non-occluded blocks (covered by non-full blocks will still cycle)
-
Added set Pillar Orientation for BlockZ Cycler default Keybind: (R)
-
Backported Tools: BlockZ Pattern Randomizer, Checkered Cycler, Pallete (Creative)
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:oPU4euBQ:8bxRXIeB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oPU4euBQ:8bxRXIeB"
}

