Update Science_mod.js

Did this during my break (only 20 minutes long) and this computer is really slow, next update during break
This commit is contained in:
ThatOtherProto 2024-06-07 11:18:34 +01:00 committed by GitHub
parent 1480a2fd3a
commit 5b84e9de36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 3 deletions

View File

@ -1,8 +1,8 @@
// Science mod for Sandboxels
// (Inspired by survival.js)
// Build 27 (version alpha 0.0.27)
console.log("version alpha 0.0.27")
console.log("build 27")
// Build 28 (version alpha 0.0.28)
console.log("version alpha 0.0.28")
console.log("build 28")
// This used to be a full time thing, but now it's basically just half-time now.
// If there is anything you want to suggest or there's a bug then just dm me on discord (@a_british_proto)
// I've decided to start doing this project on my schools computer's (because they don't crash all the time) so there will be long delays in updates, sorry!
@ -1538,3 +1538,11 @@ substance.Aluminum_Chlorate_Nonahydrate= {
state: "null",
hidden:true
}
substance.Aluminum_Perchlorate = {
behavior: behaviors.NULL,
color: "000000",
category: "null",
state: "null",
hidden:true
}