90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
1.20.4 1.20.2 1.20.1 1.20 1.19.4 1.18.2 1.17.1 1.17 1.16.5 1.16.4 No elements found. Consider changing the search query. List is empty.
Release Beta No elements found. Consider changing the search query. List is empty. Clear filters
Updated to Minecraft 1.20.4
Added German translation by Dev0Louis
Fixed Azalea and Dripleaf Mooblooms not respecting mob caps
Updated to Minecraft 1.20.2
Added the Cherry Moobloom , which spawns in cherry blossoms
Added the Azalea Moobloom , which spawns in lush caves
Added the Dripleaf Moobloom , which spawns in lush caves
Blue Orchid Mooblooms now spawn in swamps
Wither Rose Mooblooms no longer spawn in crimson and warped forests
Spawn biomes are now configurable with biome tags
Increased the default spawn rate of some mooblooms
Added a config option to hide Mooblooms API logs
Fixed and completed the French translation
[API] Added blockState(Block) to builders
[API] Added spawnGroup(SpawnGroup) to builders
[API] Added spawnPredicate(SpawnPredicate) to builders
[API] SpawnEntry constructors no longer take a biome selector as a parameter
Updated to Minecraft 1.20.1
API breakage:
spawnEgg(int primaryColor, int secondaryColor, RegistryKey<ItemGroup> group)
instead of spawnEgg(int primaryColor, int secondaryColor, ItemGroup group)
Updated to Minecraft 1.19.4
API breakages:
blockStateRenderer(Vector3f scale, Vec3d translation)
instead of blockStateRenderer(Vec3f scale, Vec3d translation)
validBlocks(Tag<Block> blocks)
removed for now
ignoredDamageTypes(List<RegistryKey<DamageType>> damageTypes)
instead of ignoredDamageSources(List<DamageSource> damageSources)
Updated to Minecraft 1.18.2
Added missing French translations
Updated to 1.17.1
Improved spawning of creatures, especially chorus mooblooms
Creatures which were spawning on grass blocks can now spawn on every block in the #minecraft:dirt
block tag
Fixed hitboxes of baby creatures
Changed license to LGPLv3
Updated to Minecraft 1.17
Updated to Java 16
Added the Chorus Moobloom , a moobloom spawning in end islands and dropping chorus plants
Added a "can spawn " config option for each moobloom
Fixed cowctus moobloom not using its config
[API] Added blockStateRenderer(float scaleX, float scaleY, float scaleZ, double translationX, double translationY, double translationZ) setting
[API] Added blockStateRenderer(Vec3f scale, Vec3d translation) setting
Updated to 1.16.4
Added the Cowctus , a new moobloom spawning in badlands and dropping cactus
Fixed the config not working and resetting
Fixed wither mooblooms damaging players from too far away
[API] Added spawnEntry setting
[API] Added ignoredDamageSources setting
[API] Added lootTable setting
[API] Added configCategory setting
[API] Removed configClass setting
Global cleanup of the code