Skip to content

Commit 9e7fad2

Browse files
committed
Update minecart held block states in 1.17->1.16
Fixes #958
1 parent 2f3c869 commit 9e7fad2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/src/main/java/com/viaversion/viabackwards/protocol/v1_17to1_16_4/rewriter/EntityPacketRewriter1_17.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ protected void registerRewrites() {
214214

215215
filter().type(EntityTypes1_17.SHULKER).addIndex(17); // TODO Handle attachment pos?
216216

217+
registerBlockStateHandler(EntityTypes1_17.ABSTRACT_MINECART, 11);
218+
217219
filter().removeIndex(7); // Ticks frozen
218220
}
219221

0 commit comments

Comments
 (0)