mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
Update to Minecraft 1.16.1
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
--- a/net/minecraft/server/EntityTurtle.java
|
||||
+++ b/net/minecraft/server/EntityTurtle.java
|
||||
@@ -255,7 +255,9 @@
|
||||
protected void l() {
|
||||
super.l();
|
||||
@@ -252,7 +252,9 @@
|
||||
protected void m() {
|
||||
super.m();
|
||||
if (!this.isBaby() && this.world.getGameRules().getBoolean(GameRules.DO_MOB_LOOT)) {
|
||||
+ this.forceDrops = true; // CraftBukkit
|
||||
this.a((IMaterial) Items.SCUTE, 1);
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
@@ -282,7 +284,9 @@
|
||||
@@ -279,7 +281,9 @@
|
||||
|
||||
@Override
|
||||
public void onLightningStrike(EntityLightning entitylightning) {
|
||||
@@ -20,8 +20,8 @@
|
||||
}
|
||||
|
||||
static class g extends NavigationGuardian {
|
||||
@@ -443,8 +447,12 @@
|
||||
} else if (this.g.bD > 200) {
|
||||
@@ -438,8 +442,12 @@
|
||||
} else if (this.g.bC > 200) {
|
||||
World world = this.g.world;
|
||||
|
||||
+ // CraftBukkit start
|
||||
@@ -30,10 +30,10 @@
|
||||
world.setTypeAndData(this.e.up(), (IBlockData) Blocks.TURTLE_EGG.getBlockData().set(BlockTurtleEgg.b, this.g.random.nextInt(4) + 1), 3);
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
this.g.r(false);
|
||||
this.g.s(false);
|
||||
this.g.setHasEgg(false);
|
||||
this.g.u(false);
|
||||
this.g.setLoveTicks(600);
|
||||
@@ -530,7 +538,7 @@
|
||||
@@ -519,7 +527,7 @@
|
||||
--this.e;
|
||||
return false;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user