mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-21 12:07:38 +01:00
Remove baby index via parent type
This commit is contained in:
parent
b1f4a88050
commit
0a6d143d92
@ -575,9 +575,7 @@ public final class EntityPacketRewriter1_21_2 extends EntityRewriter<Clientbound
|
||||
|
||||
filter().type(EntityTypes1_21_2.ABSTRACT_BOAT).addIndex(11); // Boat type
|
||||
filter().type(EntityTypes1_21_2.SALMON).removeIndex(17); // Data type
|
||||
filter().type(EntityTypes1_21_2.DOLPHIN).removeIndex(16); // Baby
|
||||
filter().type(EntityTypes1_21_2.GLOW_SQUID).removeIndex(16); // Baby
|
||||
filter().type(EntityTypes1_21_2.SQUID).removeIndex(16); // Baby
|
||||
filter().type(EntityTypes1_21_2.AGEABLE_WATER_CREATURE).removeIndex(16); // Baby
|
||||
|
||||
filter().type(EntityTypes1_21_2.ABSTRACT_ARROW).removeIndex(10); // In ground
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user