9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

fix: fix bed easy place (#710)

This commit is contained in:
MC_XiaoHei
2025-08-20 16:41:04 +08:00
committed by GitHub
parent f0de3ecd91
commit 13c4e25e4b
2 changed files with 2 additions and 3 deletions

View File

@@ -31,12 +31,12 @@ public class LitematicaEasyPlaceProtocol {
BlockStateProperties.OPEN,
BlockStateProperties.BELL_ATTACHMENT,
BlockStateProperties.AXIS,
BlockStateProperties.BED_PART,
BlockStateProperties.HALF,
BlockStateProperties.ATTACH_FACE,
BlockStateProperties.CHEST_TYPE,
BlockStateProperties.MODE_COMPARATOR,
BlockStateProperties.DOOR_HINGE,
BlockStateProperties.FACING,
BlockStateProperties.FACING_HOPPER,
BlockStateProperties.HORIZONTAL_FACING,
BlockStateProperties.ORIENTATION,

View File

@@ -105,7 +105,6 @@ public class ServuxLitematicsProtocol implements LeavesProtocol {
case PACKET_C2S_ENTITY_REQUEST -> onEntityRequest(player, payload.getEntityId());
case PACKET_C2S_BULK_ENTITY_NBT_REQUEST -> onBulkEntityRequest(player, payload.getChunkPos(), payload.getCompound());
case PACKET_C2S_NBT_RESPONSE_DATA -> {