| Updated NBT library to get new ListTag handling features
| 7 个月前 |
| Use BedrockDataFiles in more places
| 3 年前 |
| ItemDeserializer: fix doc comment typo
| 1 年前 |
| ItemSerializer: avoid slow NBT check
hasNamedTag() rebuilds the NBT from item properties to decide if there's any NBT.
This is a waste of resources when we then fetch the tag to encode anyway.
| 8 个月前 |
| Implemented bamboo material blocks
this required a hack for all-sided logs, since bamboo doesn't have any such block
| 4 个月前 |
| ItemDeserializer: throw a more specific exception on unknown items
| 3 年前 |
| Fix CS according to new rules
| 3 年前 |
| ÂInsert PM data version into blockstates, chunks, entities, tiles and level.dat
this information will allow us to correct for any bugs introduced by past versions.
however, we still need to propagate this information to permit actually using it when loading data.
| 2 年前 |
| First (untested) look at hooking all the itemstack serializer/deserializer stuff together
this should address #5063 and related issues, if it works correctly.
| 3 年前 |
| ItemDeserializer: throw a more specific exception on unknown items
| 3 年前 |