Version 1.6.2
- Fixes to the internal stats building. Should resolve some issues with the food history and the actual diminishing returns getting out of sync.
- Some internal code improvements
- Translation updates:
- Small adjustments to Chinese by Rad233
- Russian translations by AVA-lol
Release by Siphalor
Version 1.6.0
Additions
- Introduce Food containers.
Server-side-only installations can enable them by installing Polymer on the server and enabling the
use-polymer
configuration. A feature that a lot of people asked for was an iteration on the lunch boxes etc. of the original Spice of Fabric mod. They allow you to store multiple foods in a single slot like a small backpack. You can directly eat from these lunch boxes by right-clicking. You can enable the paper bag, the lunch box and the picnic basket in the config. - Chinese and German translations. You can submit further translations at https://weblate.siphalor.de/engage/spice-of-fabric.
Changes
- The
^
operator in formulas has been replaced by thepower()
function - Changed the default health formula to only change the max health in steps of full hearts.
- The Diet journal has been completely revamped into a custom chest-based UI.
You can also now switch to different views:
- Last eaten foods
- Unique foods eaten (carrot mode)
- Unique foods not eaten yet
- Optionally you can now enable access to the diet journal via a command:
spiceoffabric:journal
- Extract the food modification logic into a library "Capsaicin". This allows other mods to apply their own food modifications without conflicts.
Fixes
- Fixed various food history issues.
- Fixed issue with the refresh command not considering the max health in the config properly.
- Fixed food journal recipe incompatibility with KubeJS. Spice Of Fabric is no longer dependent on Nbt Crafting.
Release by Siphalor