edit references to merged mod

This commit is contained in:
O-01-67 2022-09-08 14:15:53 -04:00 committed by GitHub
parent d4006b6720
commit e042d87dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ runAfterLoad(function() {
if(enabledMods.includes("mods/Neutronium Mod.js")) {
elements.coal.breakInto = "coal_dust"
}
if(enabledMods.includes("mods/more_worlds.js")) {
if(enabledMods.includes("mods/the_ground.js")) {
elements.irradiated_rock_dust = {
color: "#839e78",
behavior: behaviors.RAD_GAS,
@ -403,7 +403,7 @@ runAfterLoad(function() {
if(enabledMods.includes("mods/boiling_rock.js")) {
elements.rock_dust.tempHigh = 3000
elements.rock_dust.stateHigh = "vaporized_rock"
if(enabledMods.includes("mods/more_worlds.js")) {
if(enabledMods.includes("mods/the_ground.js")) {
elements.irradiated_rock_dust.tempHigh = 3000
elements.irradiated_rock_dust.stateHigh = "vaporized_rock"
}