Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 weeks ago
All versions
1.5.0-alpha
Alpha
Camouflage Blocks 1.5.0 [Alpha]last year 435
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes

Pre-beta Update
New:
- Added missing blocks in some kits
- Added basic sets of 'Concrete Powder' blocks in all colors
- Added a new type of camouflage unit 'Cobweb'. A template for this model has also been added.
- Redstone Lantern has been added to the creative mode 'Camouflage Blocks' tab
- Added particles for Redstone Torches
- Added a description for the templates
Changes:
- The strength and explosion resistance of the 'Creaking Heart' block has been changed
- All localizations except Russian and English have been removed (Some will be returned with a full translation in the release)
- Incorrect sorting has been changed in the creative mode tab 'Game Drop 1.21.4'
- Candles and Torches cannot be placed on the water now. Carpets can now be placed on the water
- Increased the number of received Piece Template in the recipe to 2 pieces
- All template recipes have been changed
- Changed the texture of the 'Piece Template'
- The 'secrets_blocks' tag has been removed
Bug fixes:
- Fixed incorrect translation of 'Dripstone Chest' and 'Dripstone Anvil' in Russian
- Fixed an error with tags in the EMI, REI, and JEI mods, which was displayed due to errors in finding the path to the block tags.
- Fixed a bug that did not allow the Decorated Pot type blocks to be filled with water.
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:NRbGKFP5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kQ3Y57j1:NRbGKFP5"
}

