Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-08 17:20:20 +01:00
Geyser end of https://github.com/GeyserMC/GeyserOptionalPack/pull/34
Dieser Commit ist enthalten in:
Ursprung
3716b7a84f
Commit
a3b1cf61ad
@ -106,6 +106,9 @@ public class LivingEntity extends Entity {
|
||||
|
||||
// Riptide spin attack
|
||||
setFlag(EntityFlag.DAMAGE_NEARBY_MOBS, (xd & 0x04) == 0x04);
|
||||
|
||||
// OptionalPack usage
|
||||
setFlag(EntityFlag.EMERGING, isUsingItem && isUsingOffhand);
|
||||
}
|
||||
|
||||
public void setHealth(FloatEntityMetadata entityMetadata) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren