Skip to content

Commit 6993308

Browse files
committed
Remove hanging entity direction
1 parent a69b0b4 commit 6993308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/src/main/java/com/viaversion/viabackwards/protocol/v1_21_6to1_21_5/rewriter/EntityPacketRewriter1_21_6.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ protected void registerRewrites() {
7878
entityDataTypes.optionalComponentType
7979
);
8080

81+
filter().type(EntityTypes1_21_6.HANGING_ENTITY).removeIndex(8); // Direction
8182
filter().type(EntityTypes1_21_6.HAPPY_GHAST).cancel(17); // Leash holder
8283
filter().type(EntityTypes1_21_6.HAPPY_GHAST).cancel(18); // Stays still
8384
}

0 commit comments

Comments
 (0)