hovering, flying npc
This commit is contained in:
parent
5300c9e4fc
commit
103e4d35f5
7 changed files with 111 additions and 28 deletions
|
@ -2551,6 +2551,14 @@ public class NetHandlerPlayServer extends NetHandler implements ICrafting, Scrip
|
|||
this.entity.setSprinting(false);
|
||||
break;
|
||||
|
||||
case START_HOVER:
|
||||
this.entity.setHovering(true);
|
||||
break;
|
||||
|
||||
case STOP_HOVER:
|
||||
this.entity.setHovering(false);
|
||||
break;
|
||||
|
||||
// case STOP_SLEEPING:
|
||||
// this.playerEntity.wakeUpPlayer();
|
||||
// this.hasMoved = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue