-
I would really appreciate indentation option for SNBT format, just like with JSON.
-
The nether seed quest in resourceful ways lets me choose the farmland type when all other seeds are random. Checked the config and it is still the only one set to choice.
https://github.com/AllTheM…
-
Traceback (most recent call last):
File "C:\Users\kidsr\AppData\Local\AmuletTeam\AmuletMapEditor\plugins\operations\NBT_Import_export_plus.py", line 113, in _export_nbt
{'Properties': amulet_n…
-
"麻将牌 JSON"或"Minecraft style json"似乎并不是一个合适的说法. 更加精确的来说, 在Minecraft 中它被称为"SNBT格式".
使用"麻将牌 JSON"这样带有戏谑意味的词的确是可以理解的, 这确实体现了幽默感. 但是 MCDR 作为一个被广泛接受的服务器工具, 它的插件系统中包括了许多插件, 这其中有相当一部分插件都使用了您的MinecraftDataAPI…
-
Currently the encoder is happy to print out `NaNd`, `-Infinityd`, etc. but there's nothing in the decoder to pick those up. It gets read in as `NbtString`s.
And interestingly, Java Minecraft seems …
-
A reference to the discussion from https://github.com/Offroaders123/Dovetail/issues/5:
> I also think I need to look into improving the error messages with as to what part of the SNBT content isn't…
-
### Mod
FTB Library
### Description
The formatted .snbt file in FTB Quests uses `\n` instead of commas to split different elements, which is not in standard SNBT format, and will confuses parser/fo…
-
Title...
Attempting to parse an integer array fails with a SyntaxError if the array contains a negative number.
This effectively means that any SNBT containing a UUID fails as those are length 4 I…
-
If you have a string tag with the value "true" or "false" and you write it to SNBT, it's read as a byte when parsed again. This is problematic when trying to manipulate gamerules using SNBT.
Potenti…
-
Usually, sNBT data minified and stored as one-line, that hard to read.
![Word wrapping with one line file](https://i.imgur.com/ilVJncR.png)
Please add VSC `Format Document` feature to automatica…