We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
llse NBT.parseSNBT() 无法正常识别空的ByteArray(SNBT格式: [B;])
NBT.parseSNBT('{data:[B;]}'); 或者输入有颜色无渐变的烟花的item.getNBT().toSNBT() 因为对应的SNBT中存在 [B;] 均输出 null
NBT.parseSNBT()在处理空的ByteArray的SNBT时应正确输出相应的NBT
Windows 11
1.20.81.01
0.12.3
0.7.11
No response
The text was updated successfully, but these errors were encountered:
fix: fix empty numarray parse #1552
04040ca
No branches or pull requests
Describe the bug
llse NBT.parseSNBT() 无法正常识别空的ByteArray(SNBT格式: [B;])
To Reproduce
NBT.parseSNBT('{data:[B;]}');
或者输入有颜色无渐变的烟花的item.getNBT().toSNBT() 因为对应的SNBT中存在 [B;]
均输出 null
Expected behavior
NBT.parseSNBT()在处理空的ByteArray的SNBT时应正确输出相应的NBT
Screenshots
Platform
Windows 11
BDS Version
1.20.81.01
LeviLamina Version
0.12.3
LegacyScriptEngine Version
0.7.11
Additional context
No response
The text was updated successfully, but these errors were encountered: