Cannot evaluate a package as expression
DarkTerraYT opened this issue ยท 2 comments
I have two .zs scripts, one called stagePROJECTE.zs and stagePROJECTEXPANSION.zs
the two contents of these files are
stagePROJECTEXPANSION.zs:
mods.ItemStages.stageModItems("projectExpansion", "projectexpansion");
and for stagePROJECTE.zs:
mods.ItemStages.stageModItems("stageProjecte", "projecte");
The script you have written is for Minecraft 1.12.2 but I am guessing you're using a newer version? For Minecraft 1.16.5 and up you should use this documentation.