test (mod order?)
This commit is contained in:
parent
5af7863653
commit
6a4cf5a6e7
|
|
@ -1,9 +1,3 @@
|
|||
if(enabledMods.includes("mods/fey_and_more.js")) {
|
||||
elements.birthpool.density = 1250
|
||||
elements.primordial_soup.density = 1250
|
||||
elements.birthpool.state = "liquid";
|
||||
};
|
||||
|
||||
runAfterLoad(function() {
|
||||
if(enabledMods.includes("mods/fey_and_more.js")) {
|
||||
elements.birthpool.density = 1250
|
||||
|
|
|
|||
Loading…
Reference in New Issue