Update other reference to merged mod
This commit is contained in:
parent
03cfacb4cb
commit
845b2db9ff
|
|
@ -630,9 +630,9 @@ worldgentypes.dark = {
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
//Money World (requires gems.js)
|
//Money World (requires the_ground.js)
|
||||||
|
|
||||||
if(enabledMods.includes("mods/gems.js")) {
|
if(enabledMods.includes("mods/the_ground.js")) {
|
||||||
worldgentypes.money = {
|
worldgentypes.money = {
|
||||||
layers: [
|
layers: [
|
||||||
[0.9, "emerald"],
|
[0.9, "emerald"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue