Recipe not being removed
StrangerSon71 opened this issue ยท 14 comments
Issue description
Despite copy-pasting the remove a stick recipe, a bunch of errors show up.
Steps to reproduce
No response
Script used
The crafttweaker.log file
Minecraft version
1.16
Forge version
36.1.65
CraftTweaker version
7.1.0.350
Other relevant information
My first script, probably missed something on the documentation (although I did check several times)
The latest.log file
Too big for the Pastebin character limit
We asked for a link to the script. Not for you to post the script in the text field just to have literally all the formatting that we care about be removed.
If I open it with Text Wrangler instead of TextEdit (Using Mac), I see this: https://pastebin.com/KTkmvMFg
Your log is complaining about a file called Untitled.zs
, is that the one that you've uploaded?
Not sure what to tell you, the log is 100% complaining about lines that don't exist in the script you gave:
Parser Exception @ Untitled.zs:20:51
That is line 20, character 51
Parser Exception @ Untitled.zs:17:0
Line 17, character 0
etc
So you must have other content in the script that has not been uploaded.
If there is any error in the script, none of it is ran.
So are you 1000% sure that the file you gave is the ONLY script and there is nothing left out of it?
There might have been something else, will try to delete and see if it persists.
I have never used Mac or even heard of TextEdit, but I personally suggest that you use VSCode.
https://code.visualstudio.com/download
It is what I use.
all that other text is what is tripping the parser, delete it and it should work perfectly fine.