From f6734da4e55bdb20e730a4d9b9b9ced0ac232dbe Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Sun, 21 May 2023 15:45:55 -0400 Subject: [PATCH 1/3] random_things.js Banana --- mods/random_things.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/random_things.js b/mods/random_things.js index d1ed8e04..4b51d9a6 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -36,7 +36,7 @@ runAfterLoad(function() { reactions" { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null } - } + }, elements.banana_juice = { name: "banana juice", color: "#e0f542", From 5be471c3ce0635f64f5ee0beb014ebf2d1bca9e3 Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Sun, 21 May 2023 15:53:34 -0400 Subject: [PATCH 2/3] random_things.js but banana juice Banana --- mods/random_things.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mods/random_things.js b/mods/random_things.js index 4b51d9a6..3c56734f 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -16,6 +16,7 @@ elements.legendary_energy = { reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, + }, } runAfterLoad(function() { @@ -33,10 +34,11 @@ runAfterLoad(function() { state: "liquid", density: 2000, excludeRandom: true, - reactions" { + reactions { "magma": { "elem1": "armageddon", "elem2": null }, - "void": { "elem1": "light", "elm2": null } - }, + "void": { "elem1": "light", "elm2": null }, + }, + }, elements.banana_juice = { name: "banana juice", color: "#e0f542", From 8d9d075693e6317f61a3fe307a19c9145ccc5e5a Mon Sep 17 00:00:00 2001 From: PumpkinPriest <104536541+PumpkinPriest@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:53:29 -0400 Subject: [PATCH 3/3] random_things.js fixed reaction error (probably) --- mods/random_things.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/random_things.js b/mods/random_things.js index 3c56734f..6c7755ee 100644 --- a/mods/random_things.js +++ b/mods/random_things.js @@ -34,7 +34,7 @@ runAfterLoad(function() { state: "liquid", density: 2000, excludeRandom: true, - reactions { + reactions: { "magma": { "elem1": "armageddon", "elem2": null }, "void": { "elem1": "light", "elm2": null }, },