1.13.7
This commit is contained in:
parent
b1c638aff5
commit
b1c59dbe58
|
|
@ -4,7 +4,7 @@ Thanks to RealerRaddler <@914371295561535508>, Alice <@697799964985786450>, nous
|
||||||
Compatibility with plants.js coming soon
|
Compatibility with plants.js coming soon
|
||||||
Works well with community_desserts.js
|
Works well with community_desserts.js
|
||||||
|
|
||||||
v1.13.5
|
v1.13.7
|
||||||
|
|
||||||
you can support me at my youtube: https://youtube.com/@sqec
|
you can support me at my youtube: https://youtube.com/@sqec
|
||||||
|
|
||||||
|
|
@ -31,7 +31,9 @@ Upcoming Features:
|
||||||
- dates
|
- dates
|
||||||
- figs
|
- figs
|
||||||
- avocados
|
- avocados
|
||||||
- apricots and plums
|
- apricots and almonds (roasted)
|
||||||
|
- hazelnuts
|
||||||
|
- plums
|
||||||
- curry/chicken tikka masala
|
- curry/chicken tikka masala
|
||||||
- raisins
|
- raisins
|
||||||
- peaches
|
- 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.stateLow = "hard_jelly"
|
||||||
elements.jelly.stateLowColorMultiplier = 1.2
|
elements.jelly.stateLowColorMultiplier = 1.2
|
||||||
elements.jelly.temp = 0
|
elements.jelly.temp = 0
|
||||||
|
|
||||||
|
elements.nut.name = "peanut";
|
||||||
|
elements.nut_meat.name = "peanut_meat";
|
||||||
|
elements.nut_butter.name = "peanut_butter";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue