Version ["v0.7.0"] - 2024-07-29
Features
- Ducks can now dance constantly by the jukebox(#79)
- Ducks can be tamed now(#84)
- Ducks can fish now(#53)
- Tamed ducks can catch treasure when fishing
- Ducks can now spawn in swamps too
- Introduce the following tags: #untitledduckmod:ducks_spawnable_on, #untitledduckmod:geese_spawnable_on, #untitledduckmod:duck_breeding_food, #untitledduckmod:duck_taming_food, #untitledduckmod:goose_breeding_food, #untitledduckmod:goose_food, and #untitledduckmod:goose_taming_food
- Added blacklist list for intimidation potion effects, mobs in this list will be unaffected by intimidation effects
- Added Jade plugin for duck and goose laying time
Forge
- Forge can now change the spawn rate with config.
Bug fixes
- Fix baby still following parent when sitting
- Fix Duck sack error storing duck data
- Fix occupied duck sacks disappearing when in use(#85)
- Fix bug to spawn one variant from eggs by utsudashinou(#76)
Version ["v0.6.0"] - 2022-08-10 for 1.19
This version adds support for Minecraft 1.19, 1.19.1 and 1.19.2. In addition to that the spawning rules also changed a bit.
Ducks and geese will now only spawn near rivers. You can modify that behavior yourself though by adding biomes to the #untitledduckmod:duck_spawn
and #untitledduckmod:goose_spawn
using a data pack.
Note for Forge Users: You can also no longer change the spawn rates in the forge configs since those are configured using Biome Modifiers now. You can adjust the rates by overriding the corresponding modifier with a datapack.
Features
- Make ducks and geese spawn near rivers
- Introduce #untitledduckmod:duck_spawn and #untitledduckmod:goose_spawn biome tags
Bug fixes
- Fix duck animation standing in water after dive/clean
Version ["v0.4.1"] - 2022-07-09
Bug fixes
- Fix inspecio compatibility(#40)
Version ["v0.4.0"] - 2022-07-08
This release adds support for minecraft 1.18.2 on both fabric and forge again. It introduces configuration support for the spawn rate/weight which you can change now. Additionally, most of the annoying bugs were fixed now which is why I am going to release this as v1.0 soon.
Thanks for playing and providing your feedback!
Features
- Add cake recipe that uses a goose egg(#47)
- Implement forge config loading(#50,#38)
- Implement fabric config loading(#50,#38)
- Add fabric mod menu integration, update metadata(#50,#38)