Parser bug when declaring value type:(ABCD:XXs|ABCD:XXb)
k1rowashere opened this issue ยท 1 comments
Issue Description:
Adding value type in NBT data of an item (e.i. lvl:1s (short)).
Then reloading the script it prints: Parser error in lineXX ] or , expected.
What happens:
prints: Parser error in lineXX ] or , expected.
What you expected to happen:
It should work the same as if they are not present.
This makes crafting using specific enchanted books impossible, as it will not recognise the in-game enchanted book because the in-game book nbt is: "lvl:1s,id:70s", meanwhile the one in the script is "lvl:1,id:70".
Script used:
https://pastebin.com/raw/JpWgu5N0
Minetweaker.log:
Affected Versions:
- Minecraft: 1.10.2
- Forge: 12.189.3.2281
- Crafttweaker: 3.0.24