End slime refactor & lake variant

This commit is contained in:
paulevsGitch 2021-01-13 03:55:47 +03:00
parent 605e33f32a
commit 878f4bbe63
11 changed files with 182 additions and 21 deletions

View file

@ -45,7 +45,6 @@ public class EntityCubozoa extends SchoolingFishEntity {
public EntityCubozoa(EntityType<EntityCubozoa> entityType, World world) {
super(entityType, world);
//this.moveControl = new CubozoaMoveControl(this);
}
@Override