Update Science_mod.js

IDEKA AAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
My-school-account-ig 2024-06-10 13:52:31 +01:00 committed by GitHub
parent def17eb016
commit 9859281cca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 43 additions and 0 deletions

View File

@ -1615,3 +1615,46 @@ substance.Lithium_Aluminum_Deuteride = {
state: "null",
hidden:true
}
// Finally another one! Thank the ptable.com gods! :skull:
substance.Aluminum_Floride = {
behavior: behaviors.WALL,
color: "FFFFFF",
category: "lands",
state: "solid",
hidden:true
}
// AAAAAAAAAAAAAAAAAAAAAAAAAAA
substance.aluminum_Fluoride_Trihydrate = {
behavior: behaviors.NULL,
color: "000000",
category: "null",
state: "null",
hidden:true
}
// aight, i give up on the comments now but this is one that I can actually do
substance.Ammonium_Hexafluoroaluminate = {
behavior: behaviors.POWDER,
color: "FFFFFF",
category: "lands",
state: "powder",
hidden:true
}
substance.Potassium_Hexafluoroaluminate = {
behavior: behaviors.NULL,
color: "000000",
category: "null",
state: "null",
hidden:true
}
substance.Sodium_Hexafluoroaluminate = {
behavior: behaviors.POWDER,
color: "FFFFFF",
category: "lands",
state: "powder",
hidden:true
}