DarkPacks / ZenStages

Advanced CraftTweaker Classes to allow making Staged Modpacks that much easier.
GNU General Public License v3.0
3 stars 2 forks source link

bug #4

Open avidgamer5918 opened 6 years ago

avidgamer5918 commented 6 years ago

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", []);

BasieBrinkie commented 4 years ago

+1

sam-kirby commented 4 years ago

This is not currently implemented. A potential implementation is present (ab61e85b), though I do not remember if there were any issues preventing it being merged.