From 90479db528de65e3e0a33104679d44f41c05c80c Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:04:55 +0100 Subject: [PATCH] Update Science_mod.js Forgot the "Nitrogen" in the part of the code --- mods/Science_mod.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index 9910a969..1ddb65d4 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1,6 +1,6 @@ // Science mod for Sandboxels // (Inspired by survival.js) -// Build 16 +// Build 17 // 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: @@ -19,6 +19,7 @@ if (!settings.Science_mod) { "Beryllium": 9.223372036854776e+18, "Boron": 9.223372036854776e+18, "Carbon": 9.223372036854776e+18, + "Nitrogen": 9.223372036854776e+18, "Oxygen": 9.223372036854776e+18, "Flourine": 9.223372036854776e+18, "Neon": 9.223372036854776e+18,