All versions
21.0.15-beta
Beta
More Colorful 21.0.15-beta3 months ago 262
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
21.0.15-beta
- Added Butterflies and Moths. They naturally spawn in many biomes, with diverse variants. They are ambient mobs, mainly intended to add atmosphere. They belong to arthropods.
- They can be attracted and fed with flowers. When breeding, they spawn caterpillars.
- Butterflies are diurnal while moths are nocturnal. They fly around randomly, finding flowers and rest from time to time.
- Moths have a bias to fly towards light sources.
- Added Caterpillars. They are the baby form of Butterflies or Moths. After a while, they will form a cocoon.
- Added Coccon. A block similar to sniffer egg, can hatch butterflies or moths. It drops nothing if without silk touch.
- Added Bug Net. A tool can be used to catch small mobs, such as bees, butterflies, moths, and caterpillars. The caught mob items act like spawn eggs, using it to release the mob.
- Angry bees or bees that have lost their stingers cannot be caught.
- Added Smoke Bombs (with 16 colors). Can be thrown to release dense colored smoke on impact. The smoke makes angry bees calm down, and reduces the range of being detected for mobs in it.
- Added Straw Hat. Can be crafted with wheats or found in chests of plains village. Basically a leather cap with less durability.
- Added Beekeeping Hat. Similar to straw hat, but wearing it can protect you from bee stinging and make bees keep their stingers.
- Added 3 new villager professions:
- Beekeeper (work station: beehive), trading about flowers, honeycombs, honey bottles, bees, butterflies, moths and beekeeping hats.
- Pyrotechnician (work station: pyrotechnics table), trading about gunpowers, sparklers, firework stars, firework rockets, bombs and firework shape templates.
- Paper Artisan (work station: papercraft table), trading about paper, cardboards, confetti, party poppers, paper toys and papercuttings.
- Added new profession huts for the 3 new professions in village.
- Now in windy days, zombies, skeletons and creepers may spawn with balloons attached to them and fall from sky.
- Fixed a bug that sometimes placing down a heat source doesn't change the temperature.
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:pw9LW0ye"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dlqqn3v9:pw9LW0ye"
}

