From 03cfacb4cbfb6941f5e05204d004628b81086a46 Mon Sep 17 00:00:00 2001 From: O-01-67 <68935009+O-01-67@users.noreply.github.com> Date: Fri, 2 Sep 2022 14:19:56 -0400 Subject: [PATCH] Update reference to merged mod --- mods/boiling_rock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/boiling_rock.js b/mods/boiling_rock.js index b08a655f..1910882b 100644 --- a/mods/boiling_rock.js +++ b/mods/boiling_rock.js @@ -551,7 +551,7 @@ runAfterLoad(function() { elements.concoction.reactions.cold_salt_cloud = { "elem1": "mistake", "elem2": null } }; - if(enabledMods.includes("mods/dry_dirt.js")) { + if(enabledMods.includes("mods/the_ground.js")) { elements.molten_dirt = { //added manually because the change to dirt will prevent molten_dirt from being auto-generated "behavior": behaviors.MOLTEN, "hidden": true,