Fix glow squid index shift

This commit is contained in:
Nassim Jahnke 2024-10-24 16:51:20 +02:00
parent ecb241c187
commit fc07601f24
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -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
}