sbstuff 2.7.1

veri small update and select grass
This commit is contained in:
sb 2024-02-21 12:45:07 -03:00 committed by GitHub
parent fc7e6510b0
commit e471d926f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -1736,12 +1736,28 @@ elements.unstain = {
state: "solid",
};
elements.antmatter = {
color: "#5f4a4a",
behavior: [
"M2|DB%50 AND M2 AND EX:8>ant%10|M2",
"M1|XX|M1",
"M1|DB%50 AND M1 AND EX:8>ant%10|M1",
],
category: "others",
state: "gas",
density: 6.9,
desc: "first ever others category element i guess"
};
elements.incinerate.category = "tools",
elements.cook.category = "tools",
elements.room_temp.category = "tools",
elements.beans.tempHigh = 349,
elements.beans.stateHigh = "burnt_beans"
elements.grass.onSelect = function() {
logMessage("go touch this");
}
if (!elements.radiation.reactions) elements.egg.reactions = {};
elements.radiation.reactions.meat = { elem1: null, elem2: "radioactive_meat" },