Closed JohOply closed 5 years ago
Ah, I didn't realize from our previous conversation that this was just an NSFE. I'll fix it as soon as I can, shouldn't be a problem. It's definitely my fault, just an oversight as I'm a bit new to handling multi-version code.
By the way, it should only be an issue with the command. If anything else is broken let me know, but I don't think it's likely.
What is NSFE?
I probably explained with more details here, no worries
NoSuchFieldError
Should be fixed in the latest development build.
Seems fixed yeah :)
LWC Version (/lwc admin version): 2.1.8 (and dev builds) Server version (/version): git-Spigot-1a3504a-84f3da3 (MC: 1.13.2)
Short five word summary of issue: Materials for which the name was change in 1.14 are not recognized in previous versions
Detailed description of problem:
In your latest versions, materials seems not be recognized by limitsv2.yml if they don't have 1.14 minecraft format.
For instance "sign" item changed in 1.14, with many types of wood. If I just use "SIGN" in limitsv2.yml, there is an internal error when I use /climits.
/climits in 2.1.2 (before update Modern LWC to LWCX) : https://i.imgur.com/CBwXeMv.png /climits in 2.1.8 (has to work, but it doesn't) : https://i.imgur.com/JWrhlTO.png
If I use "OAK_SIGN", there isn't error but nothing is displayed, because item doesn't exist in 1.13.
/climits modified in 2.1.8 : https://i.imgur.com/etF9jzO.png
Could you fix it to be able to still use 1.13.2 with latest versions please?
Thanks for reading