Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
1.0-beta-1
Beta
Camouflage Blocks [1.0-beta-1]: NeoForge 1.21.13 months ago 51
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes

New:
- Added missing set of 'Bricks', 'Obsidian'.
- Added set 'Mossy Cobblestone'
Changes:
- All the contents of the secret camouflage blocks have been removed (In the future, all this content will be presented as a separate mod/addon).
- Global change of template textures. They have become smoother and more pleasing to the eye.
- The texture of the 'Piece Template' has been changed.
- Fixed the display of 'Azalea Leaves Cobweb' and changed the sound from vanilla leaves to Azalea Leaves.
- The model name End Rod > Rod has been changed (For example: Amethyst End Rod > Amethyst Rod).
- The display of the "Skull" model has been changed, it corresponds to the original model.
- All preview content has been removed from version 1.21.4 and will return in more recent versions.
- Removed the description of the templates
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:kQ3Y57j1:R4BHClbD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kQ3Y57j1:R4BHClbD"
}

