Latest progress - restored patches, some issues resolved
This commit is contained in:
@@ -23,6 +23,11 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
return (BlockPosition) this.datawatcher.get(EntityTurtle.bw);
|
||||
}
|
||||
@@ -0,0 +0,0 @@ public class EntityTurtle extends EntityAnimal {
|
||||
return (Boolean) this.datawatcher.get(EntityTurtle.bx);
|
||||
}
|
||||
|
||||
- private void setHasEgg(boolean flag) {
|
||||
+ public void setHasEgg(boolean flag) { // Paper
|
||||
this.datawatcher.set(EntityTurtle.bx, flag);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user