ZenStages

ZenStages

10M Downloads

bug

avidgamer5918 opened this issue ยท 2 comments

commented

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]);

commented

+1

commented

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.