-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block entity support #134
Comments
I don't remember the last status, but I think this was almost done by @u9g |
The name of the property should be the same as the one created by mineflayer block at Dump and load should put in internal storage |
#162 adds block entity read/writing for anvil provider through the .entity property. I don’t think .blockEntity can be used (like in mineflayer) since it returns simplified NBT data, which can’t be written back to disk later on. So to keep things api compatible both .entity and blockEntity could exist, the former being the un-simplified NBT and the latter being simplified (.blockEntity can be a getter to nbt.simplify(block.entity)) |
No description provided.
The text was updated successfully, but these errors were encountered: