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"; }); };