From 161e1cb59ca2ba6f010a930e655df46dee50981b Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Thu, 11 Apr 2024 07:54:55 +0100 Subject: [PATCH 1/5] Comment update Science_mod.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Edited from my phone 💀 --- 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 1519b005..dce0c58e 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1,6 +1,6 @@ // Science mod for Sandboxels // (Inspired by survival.js) -// Build 13 +// Build 14 // 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: @@ -1358,3 +1358,4 @@ substance.Silver_Subfluoride = { } // Doing more later (let's hope my phone is charged in the morning :skull:) +// Yep it's charged! :) (I can't multitask on my phone than on my computer :/) From fd0be17b104d5e3c6ab98d25cb8d9b452026cdf5 Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:20:18 +0100 Subject: [PATCH 2/5] Update Science_mod.js Done in school :/ --- mods/Science_mod.js | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index dce0c58e..ccd94e5d 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1,6 +1,6 @@ // Science mod for Sandboxels // (Inspired by survival.js) -// Build 14 +// Build 15 // 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: @@ -1357,5 +1357,30 @@ substance.Silver_Subfluoride = { hidden:true } -// Doing more later (let's hope my phone is charged in the morning :skull:) -// Yep it's charged! :) (I can't multitask on my phone than on my computer :/) +substance.Silver_Sulfide = { + behavior: behaviors.WALL, + color: "3f3f3f", + category: "lands", + state: "solid", + hidden:true +} + +substance.Silver_Oxzide = { + behavior: behaviors.POWDER, + color: "000002", + category: "lands", + state: "powder", + hidden:true +} + +// Editing this later on when I get back home +substance.Silver_Sulfate = { + behavior: behaviors.POWDER, + color: (Unsure), + category: "lands" + state: "powder", + hidden:true +} + +// I done this on my school computers :skull: +// doing more later From b3bb63719d5e37f6a869c0a99ba018f1cc9cb937 Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:35:49 +0100 Subject: [PATCH 3/5] Update Science_mod.js --- mods/Science_mod.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index ccd94e5d..9910a969 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1,6 +1,6 @@ // Science mod for Sandboxels // (Inspired by survival.js) -// Build 15 +// Build 16 // 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: @@ -1384,3 +1384,5 @@ substance.Silver_Sulfate = { // I done this on my school computers :skull: // doing more later + +// I accidentally pressed Ctrl+V instead of Ctrl+C so it deleted my work D: 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 4/5] 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, From 91e3be140722447e39a7c41ca858d55a05a7956b Mon Sep 17 00:00:00 2001 From: ThatOtherProto <127895014+ThatOtherProto@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:08:36 +0100 Subject: [PATCH 5/5] Update Science_mod.js forgot to update a part of it --- mods/Science_mod.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/Science_mod.js b/mods/Science_mod.js index 1ddb65d4..47f8b3b4 100644 --- a/mods/Science_mod.js +++ b/mods/Science_mod.js @@ -1376,10 +1376,10 @@ substance.Silver_Oxzide = { // Editing this later on when I get back home substance.Silver_Sulfate = { - behavior: behaviors.POWDER, - color: (Unsure), + behavior: behaviors.WALL, + color: "FFFFFF", category: "lands" - state: "powder", + state: "solid", hidden:true }