Links
Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
All versions
1.3.5.a
Release
RainbowCompound-forge-1.20.1-1.3.5.a2 months ago 3,244
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
- Fixed numerous data pack bugs and optimized the data pack structure.
- Fixed a bug where the effect updated too slowly when the Shadow Ring and Radiance Ring were removed.
- Fixed a bug where Obsidianite tools added via linking could not properly protect against fire-destroying effects.
- The recipe structure has been optimized, and the previously incorrect Zinc Handle alternative has been changed to the correct zinc_rod-like item.
- Adjusted the attributes of the Tetra linkage. Enhanced the attributes of Netherstar Ingot as a socket slot and ensured that the attack power bonus is implemented correctly.
- Adjusted Dynamic Elytra items so that all elytras added in this mod will not lose durability upon use, and slightly increased the speed of Rainbow Elytra as compensation.
- The recipe for Overcharged Alloy (linked item) has been adjusted, and a version that requires very little power but consumes Rainbow Compound has been added.
- Added armor attribute implementation for Elytra in the curios slot. (Versions 1.20.1 & 1.21.1 only)
- Added a mod link to Kaleidoscope Cookery, which includes several corresponding kitchen utensils. (Versions 1.20.1 & 1.21.1 only)
- From the current version onwards, version 1.18.2 will no longer be maintained, and version 1.19.2 will not add any new items.
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:DNwAgUpx:hV5kcWnX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DNwAgUpx:hV5kcWnX"
}

