Skip to content

Releases: YanisBft/Mooblooms

1.6.4 (Minecraft 1.20.4)

10 Dec 10:47
Compare
Choose a tag to compare
  • Updated to Minecraft 1.20.4
  • Added German translation by Dev0Louis

1.6.3 (Minecraft 1.20.2)

11 Oct 13:40
Compare
Choose a tag to compare
  • Fixed Azalea and Dripleaf Mooblooms not respecting mob caps

1.6.2 (Minecraft 1.20.1)

11 Oct 13:39
Compare
Choose a tag to compare
  • Fixed Azalea and Dripleaf Mooblooms not respecting mob caps

1.6.1

27 Sep 14:27
Compare
Choose a tag to compare
  • Updated to Minecraft 1.20.2

1.6.0

25 Sep 19:26
Compare
Choose a tag to compare
  • 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

1.5.4

05 Aug 20:42
Compare
Choose a tag to compare
  • 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)

1.5.3

05 Aug 19:40
Compare
Choose a tag to compare
  • 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)

1.5.2

05 Aug 17:15
Compare
Choose a tag to compare
  • Updated to Minecraft 1.18.2
  • Added missing French translations (#13)

1.3.1

15 Jul 16:42
Compare
Choose a tag to compare
  • Fixed a crash when launching a server with the mod
  • Increased tracking distance of mooblooms and cluckshrooms to match cows and chickens

1.3.0

30 Jun 17:03
Compare
Choose a tag to compare
  • Updated to 1.16.1
  • Changed Mooblooms logo
  • Added Brown Cluckshroom, Crimson Cluckshroom and Warped Cluckshroom
  • Added an API for mod developers to easily add mooblooms and cluckshrooms in their mod
  • Added a config screen, accessible on the mod menu screen
  • Config is now a toml file instead of a json5 file
  • Renamed Cluckshroom to Red Cluckshroom
  • Attempted to fix entity generation
  • Fixed crimson and warped mooshrooms not having loot tables and tags