Add support for block entities to level#213
Conversation
|
@OmniacDev @xRookieFight Do you guys know any block entities that are still missing in the list? |
|
I wonder if we should really hardcode what kind of block entities exist or if thats more of a server specific thing |
For most people just trying to edit regular worlds this will be a lot easier than having to match all the structures manually. You can also just parse it as an untyped |
|
maybe we should have a |
I don't see anything missing, also CI failing |
|
Hello there! This PR is very helpful for my project. I tried it with my world and noticed that the fields in Noteblock and ShulkerBox seem to be private. |
Thank you, they should be public now. |
Implements block/tile entities in the level crate, including definitions for the entities in the latest version of the game.