All versions
21.0.12-beta
Beta
More Colorful 21.0.12-beta6 months ago 130
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
21.0.12-beta
- Added Music Box.
- Insert a piece of Sheet Music into it and it will automatically play music when powered.
- The instrument type depends on the block below it, just like Note Blocks.
- Right click to open the music box. However, this is purely a visual change.
- Hoppers or Droppers can insert Sheet Music into the Music Box.
- Redstone Comparator can detect the music playing progress and output as signal (from 1 - 15). Output 0 when the music box has no sheet or the music has been over.
- Added Sheet Music.
- Similar to a book and quill, use a piece of paper, ink sac, feather and note block to craft a Sheet Music and Quill (Note Block won't be consumed).
- Right click to open the gui, then you can write your own music. Supporting select, copy, cut and paste notes.
- Finally, you can sign the sheet music, after that it can't be edited any more.
- Sheet Music can be cloned with Sheet Musics and Quills.
- Added Confetti. A crafting ingredient, crafted by paper, red, yellow and blue dyes.
- Added Party Poppers (with 16 colors). Use paper, confetti and string to craft the white one, and you can dye it to any color.
- When used, it will shoot lots of confetti particles. It can also be used by Dispenser.
- By default, confetti particles stay on the ground for a while. You can change their behaviors in the config, making them disappear when touching ground.
- Added Sparklers (with 13 colors, without light gray, gray and black ones).
- To use a sparkler, holding it while holding a firestarter item (like Flint and Steel or Fire Charge) in the other hand.
- When in hand, lit sparkler will constantly emit sparkle particles and fizzing sounds. Its durability meter depletes while the sparkler is burning and it takes 60 seconds to burn out.
- If the player has a lit sparkler in their inventory and goes into the water, the sparkler extinguishes and is destroyed immediately.
- Note: Orange, Green and Pink Sparklers don't have the crafting recipe currently. They will be added in the future.
- Added Pinwheels (17 colors in total; 16 colors + a multicolored one). Use paper and stick to craft the white pinwheel. Crafting a multicolored pinwheel need red, yellow and blue dyes.
- When holding in hand, pinwheel will spin if you are facing the wind. The spinning speed depends on the wind strength and the angle between your facing and wind direction.
- Pinwheels can also be placed down as a block. Similarly, it will spin if it's facing the wind.
- Added Ribbons (with 16 colors). They are blocks acting like ladders or vines that you can climb on.
- You can crafting them with corresponding wools or dyeing them to another color.
- Placed Ribbon will automatically connect to adjacent ribbons, regardless of the color. However, you can change the connection manually with empty hand while pressing Shift (create more connections) or shears (cut off connections). This also make the ribbon lost its auto-connecting ability.
- Ribbons don't need a block to cling to, so long as they are connected to another ribbon.
- Added Paper Boat. Right click to place down. Can float on water. Attacking makes it drop the paper boat item. They have a lifespan of 5 minutes, then they despawn and only have a chance (1/3) to drop the item.
- The creative tab "Musical Instruments" has been renamed to "Entertainment & Novelties", to fit the newly added items.
- Fixed the abnormal cloud movement when affected by the wind.
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:dlqqn3v9:QwtBViPV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlqqn3v9:QwtBViPV"
}

