Update Science_mod.js

This commit is contained in:
ThatOtherProto 2024-04-26 13:55:02 +01:00 committed by GitHub
parent f691ba02f2
commit af607009e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

View File

@ -1454,3 +1454,19 @@ substance.Aluminum_Diboride = {
// state: "null",
// hidden:true
// }
// substance.Aluminum_Bromate_Nonahydrate = {
// behavior: behaviors.NULL,
// color: "000000",
// category: "null",
// state: "null",
// hidden:true
// }
substance.Aluminum_Tribromide = {
behavior: behavior.NULL, // It's meant to be a powder but I'm too tired to go look plus I need to go to my next lesson now
color: "FF0000",
category: "lands",
state: "powder",
hidden:true
}