Update Science_mod.js
Forgot the "Nitrogen" in the part of the code
This commit is contained in:
parent
b3bb63719d
commit
90479db528
|
|
@ -1,6 +1,6 @@
|
||||||
// Science mod for Sandboxels
|
// Science mod for Sandboxels
|
||||||
// (Inspired by survival.js)
|
// (Inspired by survival.js)
|
||||||
// Build 16
|
// Build 17
|
||||||
// By: Lucifer (@a_british_proto (Discord))
|
// 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
|
// If there is anything you want to suggest or there's a bug then just dm me on discord
|
||||||
// Todo:
|
// Todo:
|
||||||
|
|
@ -19,6 +19,7 @@ if (!settings.Science_mod) {
|
||||||
"Beryllium": 9.223372036854776e+18,
|
"Beryllium": 9.223372036854776e+18,
|
||||||
"Boron": 9.223372036854776e+18,
|
"Boron": 9.223372036854776e+18,
|
||||||
"Carbon": 9.223372036854776e+18,
|
"Carbon": 9.223372036854776e+18,
|
||||||
|
"Nitrogen": 9.223372036854776e+18,
|
||||||
"Oxygen": 9.223372036854776e+18,
|
"Oxygen": 9.223372036854776e+18,
|
||||||
"Flourine": 9.223372036854776e+18,
|
"Flourine": 9.223372036854776e+18,
|
||||||
"Neon": 9.223372036854776e+18,
|
"Neon": 9.223372036854776e+18,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue