- fix subtitle translations
- perform an exorcism in my screens (fix translations)
- decrease saturation values of juices
- improve wording of subtitle translations
- improve lithium compatibility (fix entities pathfinding through bushes when lithium is installed)
- fix startup crash by including nightconfig in built jar
highlights
- bodacious berries has received a visual overhaul!
- new models for bushes, including colour providers so the colour of your berry bushes matches that biome's leaf colour
- lots of new textures, for grapes, strawberries, gooseberries, lingonberries and rainberries
- added a built-in "classic" resource pack if people want to use the pre-2.0 look
breaking changes
- new mod id (
bodaciousberries
->bodacious_berries
) - drop REI support and implement new, better EMI support
- drop cloth config in favour of a system using nightconfig and spruceui, inspired by lamdaurora's mods
- reworked juicer recipe format
things that will not be migrated
- contents of block entities: move important items out of your juicers and berry harvesters before updating
- juicer recipes: you will need to rewrite your custom juicer recipes, documentation for this can be found here
- your configuration files: you will need to update your configuration files with new names, documentation can be found here
other feature changes
- added tooltip hints in juice bottles for blends that can be created
- pluralised strawberries and rainberries for consistency across all berry items
- added a "refreshed" effect when drinking a berry blend, as suggested by nova on discord
- update 1.5.0 to 1.19.1
- remove all usages of fabric api impl
- straightforward port of 1.5.0 to 1.19
- add config for berry bush rarities; fixes #46
- improve modmenu support
- refactor juice recipes to work off of tags; improving mod compatibility
- internal cleanups for better code
- fix quick insertion to final juicer ingredient slot
- use machete once again as the model issues were fixed
- minor optimisations to juicer
- make REI screen prettier
- disable berry harvester when powered
- backport 1.4.4 to mc 1.18.1
- add basic REI compatibility
- fix running with Quilt
- backport 1.4.3 to 1.18.1
- greatly improve compatibility by using tags
- add dehydration compat
- internal refactors and optimisations
- stop using overwrite mixins for greater compatibility
- increase all berry bush rarities
- final release for fabric
- change juicer progress bar colour based on what you're brewing: normal juice, dubious juice, or a berry blend
- refactor sounds and add subtitles
- misc optimisations
- fix logging empty message on start
- update deprecated code: BiomeCategories -> BiomeTags, update for FAPI 0.50
- add cloudberries, a new berry which gives slow falling and levitation in its juice form, but will also die below y = 150
- big texture improvements
- add loot tables and tools for berry harvester and juicer: fixes github #42 (thank you milkev!)
- internal refactors and cleaups
- backport 1.3.3 to 1.18.1
- fix crash when drinking goji berry blend
- fix crash on server start: particles were being registered on the server and the client, which caused a crash