Update paperweight to 1.1.12 (#6653)

This commit is contained in:
Jason Penilla
2021-10-02 20:42:30 -05:00
parent 61252d4a4b
commit a91e5803cd
10 changed files with 9 additions and 61 deletions

View File

@@ -29,15 +29,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
import net.minecraft.server.level.ServerLevel;
import net.minecraft.server.level.ServerPlayer;
import net.minecraft.sounds.SoundEvent;
@@ -0,0 +0,0 @@ public class Turtle extends Animal {
this.entityData.set(Turtle.HOME_POS, pos);
}
- BlockPos getHomePos() {
+ public BlockPos getHomePos() { // Paper - public
return (BlockPos) this.entityData.get(Turtle.HOME_POS);
}
@@ -0,0 +0,0 @@ public class Turtle extends Animal {
if (!this.turtle.isInWater() && this.isReachedTarget()) {