Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Camotoy committed Jun 11, 2024
1 parent 538e9f4 commit b78c7b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Chests have more block entity properties in Bedrock, which is solved by implementing the BedrockChunkWantsBlockEntityTag
*/
@BlockEntity(type = { BlockEntityType.CHEST, BlockEntityType.TRAPPED_CHEST })
public class DoubleChestBlockEntityTranslator extends BlockEntityTranslator {
public class DoubleChestBlockEntityTranslator extends BlockEntityTranslator implements RequiresBlockState {

@Override
public void translateTag(GeyserSession session, NbtMapBuilder bedrockNbt, NbtMap javaNbt, BlockState blockState) {
Expand Down

0 comments on commit b78c7b2

Please sign in to comment.