Remove some old stuff

This commit is contained in:
modmuss50 2019-02-21 22:54:09 +00:00
parent 61b6d30262
commit f51222ac3e
13 changed files with 25 additions and 662 deletions

View file

@ -61,7 +61,7 @@ public class EntityNukePrimed extends EntityTNTPrimed {
}
@Override
public void onUpdate() {
public void tick() {
this.prevPosX = this.posX;
this.prevPosY = this.posY;
this.prevPosZ = this.posZ;