Add files via upload

This commit is contained in:
Mecoolnotcool 2024-03-10 15:26:35 -05:00 committed by GitHub
parent e99c2a0154
commit a6ad482686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

19
mods/modM.js Normal file
View File

@ -0,0 +1,19 @@
console.log("run mod")
elements.turbine = { color: "#524945",
behavior: behaviors.WALL
category: "solids",
state: "solid",
density: 720,
};
elements.coolant = { color: "#16c1db",
behavior: behaviors.WALL
category: "liquids",
state: "liquid",
density: 720,
tempHigh: 1000,
};
elements.unstable_coolant = { color: "#16c1db",
behavior: behaviors.DGAS,
category: "gases",
state: "gas",
};