You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
okay so i am staging a mod and i am writing the script how it is on the wiki and it doesn't work. Every time i try it it will show this error
[INITIALIZATION][CLIENT][ERROR] StageInit.zs:17 > 2 methods available but none matches the parameters (string, any[])
This is usually an error in your script, not in the mod
addModId(string)
addModId(string[])
Here is my script;
var industrialstage = ZenStager.initStage("industrial");
ZenStager.addPackage("industrial", [industrialstage]);
industrialstage.addModId("immersiveengineering", [immersiveengineering:mold:4]);
The text was updated successfully, but these errors were encountered:
This is not currently implemented. A potential implementation is present (ab61e85), though I do not remember if there were any issues preventing it being merged.
okay so i am staging a mod and i am writing the script how it is on the wiki and it doesn't work. Every time i try it it will show this error
[INITIALIZATION][CLIENT][ERROR] StageInit.zs:17 > 2 methods available but none matches the parameters (string, any[])
This is usually an error in your script, not in the mod
addModId(string)
addModId(string[])
Here is my script;
var industrialstage = ZenStager.initStage("industrial");
ZenStager.addPackage("industrial", [industrialstage]);
industrialstage.addModId("immersiveengineering", [immersiveengineering:mold:4]);
The text was updated successfully, but these errors were encountered: