Releases: CottonMC/Epicurean
Releases · CottonMC/Epicurean
Clean-up
1.15 Update
- Fully update the mod to Minecraft 1.15!
- Natural regeneration no longer occurs when saturation-only mode is active and the player has 0 saturation.
Cloth Config, ModMenu, and SkillCheck integration has been removed while I work on updating it.
Fixes
- lowered the drop rate for tomato seeds
- update to the new Cotton API
Minor tweaks
- move tweaker for creating the Smoked Salmon recipe into an unused folder (because using a tweaker in a production mod is a really bad move)
- add support to AppleSkin for jellied foods and foods in omnivore mode
- fix yet another dupe bug with cooking recipes
Many, many bug fixes
- fix a crash from Fabric registry sync due to how mixins handled re-registering items
- fix config GUI so it actually saves changed configs
- add an option for meal recipes to accept any
c:salt
-tagged item instead of just Epicurean's salt - un-nest Cotton and Fabric API for the time being
- add Smoked Salmon, obtained* by cooking salmon in a Smoker, courtesy of @Draylar
- *due to existing data pack load order issues, this may not currently be working. a solution is being looked into.
- relicense to MIT
1.14.1 Update
- update for Minecraft 1.14.1 and modularized Fabric API
Clean-up and Compatibility
- fix a bug that would cause crashes if Mod Menu was not present
- fix a bug that caused "missing translation" errors to be spammed to the console
- fix a bug that caused duplication issues when adding jelly to foods
- fix a bug that allowed you to add infinite seasonings to a meal
- rebalance how much status effect seasonings add
- add an API for other mods to boost how much effect time, hunger, or saturation a meal will confer
- add integration for SkillCheck: the Artisan class will boost meal effect time
- add integration for AppleSkin: the AppleSkin tooltip for meals will now accurately display how much hunger and saturation the meal will restore.
- remove the legacy Edibles jelly and super-jelly items (convert them to the Epicurean forms before updating to avoid losing them)
- slow down tomato growth: it now takes twice as long for a tomato crop to grow from age 0 to age 7
Wow, Servers Really Don't Like Me
- fix a server crash due to Cloth config guis
- fix a mixin error due to a client-side-only class
Crash fix, config gui
- fix a server-side crash related to item tooltips
- add an in-game config display if ModMenu is present
Mutability Fix
- fix multiple issues related to the way item properties were set