Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-26 00:00:41 +01:00
Set can climb for entity to false
Dieser Commit ist enthalten in:
Ursprung
f87ff70369
Commit
720f69d913
@ -96,7 +96,7 @@ public class Entity {
|
||||
flags.setFlag(EntityFlag.HAS_GRAVITY, true);
|
||||
flags.setFlag(EntityFlag.HAS_COLLISION, true);
|
||||
flags.setFlag(EntityFlag.CAN_SHOW_NAME, true);
|
||||
flags.setFlag(EntityFlag.CAN_CLIMB, true);
|
||||
flags.setFlag(EntityFlag.CAN_CLIMB, false);
|
||||
metadata.putFlags(flags);
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren