-
I am trying to use quartz_nbt to read nbt data from Bedrock files but I can't seem to get it to work.
Im getting an ``Error: TagTypeMismatch { expected: 10, found: 8 }`` with this code:
```rust
use…
-
Hi, I was wondering if in 1.7 there would be a possibility for a basic Api. By this, I mean static access to the blocks and items in extra utilities. This would mostly be useful for adding custom reci…
ghost updated
10 years ago
-
An immutable item API is necessary for us to replace bukkit's item api.
We should use inheritance, so items inherit from an abstract 'Item' class, avoiding the ItemMeta disaster.
With builders and wit…
-
NBT uses MUTF-8, not UTF-8. Valid game-generated files will result in `UnicodeDecodeErrors `when using Twoolie's NBT. Minimal reproduction file with an embedded MUTF-8 `NULL`: [encoded.dat.gz](https:/…
-
The names of materials in the NBT-tags CanDestroy and CanPlaceOn are not translated.
For example, name of Dandelion is not translates from minecraft:horn_coral (in 1.13) to minecraft:yellow_flower …
-
API: Paper 1.20.6-149
Magic: 10.9.2
In previous versions the capture action would keep the nbt data of the mob it was used on but now it seems to give spawn eggs with random nbt data.
-
Minecraft 1.8 now supports adding BlockEntityTag to the list of custom tags. This will cause these tags to be merged into a block's data once placed.
This tag should be supported on a broad level (ie…
-
With our Schematic format needing an update to support EntityArchetypes and Minecraft's Data Version to pipe not through DataFixers (which Mojang has not implemented yet on their own schematic format,…
-
Add a packet serial format to network module and use it instead of cbor.
And maybe the network should register channel standalone instead of "subchannel" of silk
-
_Please paste the output from `/usb version` below_
```
[08:02:44 WARN]: Unexpected exception while parsing console command "usb version"
org.bukkit.command.CommandException: Cannot execute command…