Update Science_mod.js

Forgot the "Nitrogen" in the part of the code
This commit is contained in:
ThatOtherProto 2024-04-11 17:04:55 +01:00 committed by GitHub
parent b3bb63719d
commit 90479db528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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,