Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 08:10:09 +01:00
Fix glow squid index shift
Dieser Commit ist enthalten in:
Ursprung
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
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren