CraftTweaker

CraftTweaker

151M Downloads

1.10.2 Shapeless recipe parsing error

NightW0lf93 opened this issue ยท 2 comments

commented

Issue Description:

Trying to get some shapeless scripts to work, I followed the wiki point to point, and the parsing error I get confuses me. I only had one ) and a ; at the end to begin with.

What happens:

Parsing error of the scripts

What you expected to happen:

Working scripts

Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):

Two different scripts https://pastebin.com/QWvX9eg6

Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):

https://pastebin.com/k299JKc9


Affected Versions (Do not use "latest"):

  • Minecraft: 1.10.2
  • Forge: 12.18.3.2488
  • Crafttweaker: 1.10.2-3.0.26

Your most recent log file where the issue was present:

https://pastebin.com/47rfAjNP

commented

your lines need to end with ";"
and you are missing your angled brackets < and >

commented

Alright, thank you!