From b1c59dbe58be2fce6f598bcad4de2830ecc4c8c4 Mon Sep 17 00:00:00 2001 From: SquareScreamYT <134925668+SquareScreamYT@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:43:31 +0800 Subject: [PATCH] 1.13.7 --- mods/aChefsDream.js | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/mods/aChefsDream.js b/mods/aChefsDream.js index a88ba401..94574ee9 100644 --- a/mods/aChefsDream.js +++ b/mods/aChefsDream.js @@ -4,7 +4,7 @@ Thanks to RealerRaddler <@914371295561535508>, Alice <@697799964985786450>, nous Compatibility with plants.js coming soon Works well with community_desserts.js -v1.13.5 +v1.13.7 you can support me at my youtube: https://youtube.com/@sqec @@ -31,7 +31,9 @@ Upcoming Features: - dates - figs - avocados -- apricots and plums +- apricots and almonds (roasted) +- hazelnuts +- plums - curry/chicken tikka masala - raisins - peaches @@ -452,6 +454,16 @@ Changelog (v1.13.5) +Changelog (v1.13.7) + - rename nut to peanut + + + + + + + + */ /* @@ -7822,3 +7834,7 @@ elements.hard_jelly = { elements.jelly.stateLow = "hard_jelly" elements.jelly.stateLowColorMultiplier = 1.2 elements.jelly.temp = 0 + +elements.nut.name = "peanut"; +elements.nut_meat.name = "peanut_meat"; +elements.nut_butter.name = "peanut_butter";