From 2c2685ce6d5e9516f4e9d280c8ce6010ee0b85be Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Sat, 3 Sep 2022 13:43:13 -0400 Subject: [PATCH] Irradiation table updates --- mods/more_worlds.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mods/more_worlds.js b/mods/more_worlds.js index 2e0c91c6..d2b3317c 100644 --- a/mods/more_worlds.js +++ b/mods/more_worlds.js @@ -886,5 +886,10 @@ if(enabledMods.includes("mods/the_ground.js")) { ], temperature: -13 }; + + //Irradiation table updates + + irradiatedObject.sandstone = "irradiated_sandstone"; + irradiatedObject.sand_sediment = "irradiated_sand_sediment"; }); };