All versions
21.0.14-beta
Beta
More Colorful 21.0.14-beta4 months ago 205
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
21.0.14-beta
- Added Kite. Crafted by paper, sticks and lead.
- Right click to release the kite. Then right click to unreel the kite, right click + shift to reel the kite.
- Kite can be dyed. Similar to the umbrella, 5 sections of kite can be dyed separately.
- A ribbon can be also attached to the kite (via crafting). Use shears to the kite to remove the ribbon.
- When it's windy, baby villagers sometimes may fly kites.
- Baby villagers now have bigger heads. (Can be turned off in config)
- Added Creeper Balloon, Heart Balloon, Star Balloon and Rabbit Balloon.
- Added Pyrotechnics Table, which provides a simpler way to craft firework rockets and firework stars.
- Added Firework Shape Templates. Used on the Pyrotechnics Table to add shape effect to Fireworks stars. Templates won't be consumed.
- Added 8 new firework shape: Cube, Heart, Planet, Jellyfish, Clock, Axis, Tetrahedron and Hyperboloid.
- Added Cardboard and Cardboard block. Currently no special use.
- Added Papercraft Table and Papercutting. You can use the Papercraft Table to create your own Papercutting.
- Added Underwater TNT. A type of TNT which can explode and destroy blocks underwater.
- Added Bomb. Right click to throw it. A bomb explodes when it hit a block or an entity.
- Added Dripleaf Umbrella. Similar to the ordinal umbrella, but with less durability.
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:aiF8D2Ca"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlqqn3v9:aiF8D2Ca"
}

