Skip to content

Releases: CottonMC/Epicurean

Clean-up

10 Feb 21:30
Compare
Choose a tag to compare
  • fix a crash on dedicated servers
  • fix a bug with recipe remainders not working
  • move MealBooster and Seasoning classes into an api package for addon makers

1.15 Update

06 Feb 08:25
Compare
Choose a tag to compare
  • 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

22 Jun 21:33
Compare
Choose a tag to compare
  • lowered the drop rate for tomato seeds
  • update to the new Cotton API

Minor tweaks

14 Jun 04:36
Compare
Choose a tag to compare
  • 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

11 Jun 04:05
Compare
Choose a tag to compare
  • 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

14 May 03:11
Compare
Choose a tag to compare
  • update for Minecraft 1.14.1 and modularized Fabric API

Clean-up and Compatibility

12 May 00:57
Compare
Choose a tag to compare
  • 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

26 Apr 23:16
Compare
Choose a tag to compare
  • fix a server crash due to Cloth config guis
  • fix a mixin error due to a client-side-only class

Crash fix, config gui

24 Apr 21:40
Compare
Choose a tag to compare
  • fix a server-side crash related to item tooltips
  • add an in-game config display if ModMenu is present

Mutability Fix

24 Apr 04:38
Compare
Choose a tag to compare
  • fix multiple issues related to the way item properties were set