Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 18 hours ago
All versions
2.8.10+1.20.6
Release
Blockus 2.8.10+1.20.62 years ago 467
Compatibility
Minecraft: Java Edition
1.20.5–1.20.6
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Last 1.20.6 update
- Changed Rainbow Rose & Rainbow Petals textures
- Rainbow Petals can now be placed in the same way as Pink Petals.
- Can be bonemealed
- Changed Rainbow Asphalt, Rainbow Glass & Rainbow Beveled Glass textures
- Improved Rainbow Asphalt placement.
- Rainbow Block can now be placed in every direction
- Now use "facing" state instead of "axis".
- Animation direction now changes depending on facing.
- Changed Neon Blocks (x8) recipes
- Now 2x Amethyst Shard & 2x Glow Ink Sac around 1x Dye
- Require less dye & amethyst but one more glow ink sac
- Changed/Fixed Rainbow Glowstone Recipe
- Now 1x Glowstone & 1x Rainbow Petals or 4x Glowstone Dusts around 1x Rainbow Petals, and gives one.
- Breaking a Rainbow Glowstone (without Silk Touch) no longer returns the Rainbow Petals.
- Added Golden Chains & Bars to c:chains & c:bars tags (legoatoom)
- Fixed Rainbow Glass and Rainbow Glass Pane not being in Creative Inventory.
- Fixed interaction with Legacy Stonecutter, Cookie Block & Weight Storage Cube
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:zFiY2Go0:JiKd0uZv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zFiY2Go0:JiKd0uZv"
}

