Geyser/connector/src/main/java/org/geysermc/connector/network/translators/world/block
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
..
entity Fix block entities on older versions (#756) 2020-06-10 18:02:29 -05:00
BlockStateValues.java Add visual support for double chests (#523) 2020-05-10 14:26:00 -05:00
BlockTranslator.java Fix display of some more entities (#726) 2020-06-02 18:16:04 -05:00
DoubleChestValue.java Add visual support for double chests (#523) 2020-05-10 14:26:00 -05:00