mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-21 17:45:36 +01:00
Fix glow squid index shift
This commit is contained in:
parent
ecb241c187
commit
fc07601f24
@ -336,9 +336,7 @@ public final class EntityPacketRewriter1_21_2 extends EntityRewriter<Clientbound
|
||||
filter().type(EntityTypes1_21_2.ABSTRACT_BOAT).removeIndex(11); // Goodbye boat type
|
||||
|
||||
filter().type(EntityTypes1_21_2.SALMON).addIndex(17); // Data type
|
||||
filter().type(EntityTypes1_21_2.DOLPHIN).addIndex(16); // Baby
|
||||
filter().type(EntityTypes1_21_2.GLOW_SQUID).addIndex(16); // Baby
|
||||
filter().type(EntityTypes1_21_2.SQUID).addIndex(16); // Baby
|
||||
filter().type(EntityTypes1_21_2.AGEABLE_WATER_CREATURE).addIndex(16); // Baby
|
||||
|
||||
filter().type(EntityTypes1_21_2.ABSTRACT_ARROW).addIndex(10); // In ground
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user