A Chef's Dream v1.3.1!

This commit is contained in:
SquareScreamYT 2024-01-25 18:02:08 +08:00 committed by GitHub
parent fec4ac7b75
commit dc831edc57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Created by SquareScreamYT and RealerRaddler Created by SquareScreamYT and RealerRaddler
Thanks to Alice, nousernamefound and Fioushemastor for helping :) Thanks to Alice, nousernamefound and Fioushemastor for helping :)
v1.3 v1.1
Changelog (v1.0) Changelog (v1.0)
- added chickens - added chickens
@ -157,6 +157,11 @@ Changelog (v1.3)
- added carrot seeds and leaves - added carrot seeds and leaves
- added carrot juice - added carrot juice
- added dry icing - added dry icing
Changelog (v1.3.1)
- added lemonade
*/ */
/* /*
@ -2173,6 +2178,26 @@ elements.lemon_juice = {
hidden: true, hidden: true,
temp: 30, temp: 30,
hidden: true, hidden: true,
tempLow: 0,
reactions: {
"sugar": {elem1:"lemonade", elem2: "null", chance:0.35}
}
};
elements.lemonade = {
color: "#fff378",
behavior: behaviors.LIQUID,
category: "liquids",
tempHigh: 100,
stateHigh: ["steam","sugar"],
burn: 70,
burnTime: 300,
burnInto: ["steam", "smoke"],
state: "liquid",
density: 825,
hidden: true,
temp: 30,
hidden: true,
tempLow: 0 tempLow: 0
}; };