-
Hey, I was trying to install this locally using https://github.com/nvim-treesitter/nvim-treesitter?tab=readme-ov-file#adding-parsers. However, when I run `tree-sitter generate` I see the following err…
-
I have this [NBT Explorer-like printing](https://github.com/MestreLion/mcworldlib/blob/main/mcworldlib/nbt.py#L261) and when re-implementing it using my [generic tree walker](https://github.com/Mestre…
-
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…
-
When using nbt to search an inventory via Inventory[{}] or adding display nbt to an item, it is highlighted as an error. Additionally, when there are many such errors (150+ lines), there is an extreme…
ghost updated
5 years ago
-
Starting from 1.18.30, Bedrock Edition uses a binary string tag to store entity storageKey data, which cannot be displayed correctly by this software and cannot be edited
A example data:
![image…
-
… to support inputs like `300k €` or `20k people`?
We could easily achieve this by setting `unit k = 1000`, but that would reduce the number of available one-character variable names even further.
-
I can't tell if I'm missing something, but the API for `nbt::Blob` doesn't let you enumerate keys, or remove them, or even read its name. It's okay for writing output, but you can't use it for process…
-
### Expected behavior
The "internal" tag will continue to work...
### Observed/Actual behavior
The tag is lost upon loading and storing the ItemStack, as it now seems to be renamed to "custom" with…
-
This tracks a number of issues that should be resolved before making 2.x releases stable. I think the recent feedback shows that `nbtlib` could benefit from a little revamp. Proper static typing is lo…
-
Would building a WASM binary from the same TypeScript code, by way of AssemblyScript, provide any noticeable performance gains I wonder? I haven't had any challenges with speed at all with how the lib…