-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Error parsing scripts.zs:10 -- ; expected #462
Comments
A semicolon was expected and not found. On line four, you are missing a semicolon at the end of the line. These two things are very closely related. |
now scripts is reloading, but I don't see changes |
Reloading has always been a bit finicky, and IIRC it was described - by the modder - as a bit of a hack. Also... I looked at your code again. There doesn't seem to be any reason to import NEI. You're using the base mod's vanilla Finally, these are FSP's recipes. I know IC2 uses a custom crafting manager for its recipes, not the vanilla one. Is FSP compatible with MT3, or does it do something like that? |
No, still basic crafts. |
soo... code looks rn https://pastebin.com/ud564krd |
ok, I have deleted all scripts, left only 1 line of craft - which deletes craft in botania "recipes.remove(Botania:lexicon);", but it's don't working :( |
|
|
trying to delete any craft and MT send me message with this error.
https://pastebin.com/ihmvs46b
The text was updated successfully, but these errors were encountered: