Geyser/connector/src/main/java/org/geysermc/connector/network/translators/world
Camotoy 7fcd8f2daf
Fix block entities on older versions (#756)
* Fix block entities on older versions

This commit solves two problems related to block entities on older versions:

- Occasionally, tags would contain the ID under a StringTag with an empty value, and not the ID tag.
- The block entity regex did not account for block entity tags that were already in a Bedrock-compatible format (BlockEntity)

* Move BLOCK_ENTITY_TRANSLATIONS to BlockEntityTranslator
2020-06-10 18:02:29 -05:00
..
block Fix block entities on older versions (#756) 2020-06-10 18:02:29 -05:00
chunk Add block break sounds for blocks with 0 hardness, and refactor some things 2020-04-29 15:01:53 -05:00
CachedChunkManager.java Add block break sounds for blocks with 0 hardness, and refactor some things 2020-04-29 15:01:53 -05:00
WorldManager.java Fix block breaking animations when in water (Closes #494) 2020-05-23 18:29:11 -05:00