Beta 4 of Version 1.6.0
- Fix food history stats diverting from food history - this lead to foods having only diminishing returns and not restoring their value at all. Only reloading the player data fixed that.
- Improvements to food containers with AppleSkin
- Remove REI compat for 1.19.2+ (Diet journal is no longer recognized by REI)
Release by Siphalor
Beta 3 of Version 1.6.0
- Fix nested food containers
- Fix various crashes
- Make Polymer usage explicitly specified in the config. You will now need to enable Polymer support explicitly in the config if you need it. This is to avoid several issues when running with Polymer in non-server-side scenarios.
- Add Chinese translations
- Internally now use Capsaicin - this means official compatibility with e.g. SpoiledZ
Release by Siphalor
Beta 1 of Version 1.6.0
Additions:
-
Food containers are now a thing! A feature that a lot of people asked for was an iteration on the original lunch boxes etc. You can enable the paper bag, the lunch box and the picnic basket in the config.
Food containers either require Polymer to be installed on the server or Spice of Fabric to be installed on all clients.
Changes:
- Nbt Crafting is no longer embedded. The Food Journal recipe is now done via vanilla mechanisms.
- The use of the
^
operator in formular is now deprecated, use the newpower
function instead. This is meant as a preparation towards using a different engine for the expressions. - The default health formular will no longer have steps at half hearts. Since half maximum hearts aren't displayed correctly in Vanilla, this was never intentional.
Fixes:
- KubeJS issues with the recipes are now resolved
Release by Siphalor