From f691ba02f2e529f3b7c383983bb717f5f54ed271 Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:20:12 +0100 Subject: [PATCH] Update Science_mod.js --- mods/Science_mod.js | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index 6f2383c6..28f359c9 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1,6 +1,6 @@ // Science mod for Sandboxels // (Inspired by survival.js) -// Build 18 +// Build 19 // 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: @@ -1438,4 +1438,19 @@ substance.Aluminum_Arsenide = { hidden:true } -// Doing more tmrw I guess, I'm tired +substance.Aluminum_Diboride = { + behavior: behaviors.WALL, + color: "CB6D51", + category: "lands", + state: "solid", + hidden:true +} + +// Doing this later as my schools blocked chatgpt and the definition is not on Ptable.com :/ +// substance.Aluminum_Dodecaboride = { +// behavior: behaviors.NULL, +// color: "000000", +// category: "null", +// state: "null", +// hidden:true +// }