Update Science_mod.js

Still not finished (Check to-do list to see the things I have to-do before the main release)
This commit is contained in:
ThatOtherProto 2024-04-08 20:00:28 +01:00 committed by GitHub
parent 23a26d24d5
commit b39dd218d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,6 @@
// Science mod for Sandboxels
// (Inspired by survival.js)
// Build 10
// By: Lucifer (@a_british_proto (Discord))
// If there is anything you want to suggest or there's a bug then just dm me on discord
// Todo:
@ -1109,4 +1110,20 @@ substance.Cinnamaldehyde = {
hidden:true
}
// Doing more tmrw
substance.Acetone = {
behavior: behaviors.LIQUID,
color:"DADEDF",
category:"liquids",
state:"liquid",
hidden:true
}
substance.Methane = {
behavior: behaviors.GAS,
color:"C1C7C9",
category:"gases",
state:"gas",
hidden:true
}
// Doing more later