CraftTweaker

CraftTweaker

151M Downloads

Recipe not being removed

StrangerSon71 opened this issue ยท 14 comments

commented

Issue description

Despite copy-pasting the remove a stick recipe, a bunch of errors show up.

Steps to reproduce

No response

Script used

https://pastebin.com/CUF2RM3x

The crafttweaker.log file

https://pastebin.com/567g87WE

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

commented

Edited

commented

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.

commented

That's all there is to the script

commented

Should I resubmit this with the link to the script?

commented

Github strips formatting.

<item:minecraft:dirt>

in not a code block looks like:

item:minecraft:dirt

pictured:
image

See what I mean?

Your log always mentions stuff all the way up to line 20.

You do not need to remake an issue, you can just give a link to the script file and I'll re-open this one.

commented

If I open it with Text Wrangler instead of TextEdit (Using Mac), I see this: https://pastebin.com/KTkmvMFg

commented

Your log is complaining about a file called Untitled.zs, is that the one that you've uploaded?

commented

Yes.

commented

Isn't a problem with the site, I can't remove any recipes,

commented

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?

commented

There might have been something else, will try to delete and see if it persists.

commented

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.

commented

Thank you very very much!