forked from GeyserMC/Geyser
Set can climb for entity to false
This commit is contained in:
parent
f87ff70369
commit
720f69d913
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue