@@ -1,16 +1,16 @@
|
||||
--- a/net/minecraft/server/EntityTurtle.java
|
||||
+++ b/net/minecraft/server/EntityTurtle.java
|
||||
@@ -258,7 +258,9 @@
|
||||
@@ -254,7 +254,9 @@
|
||||
protected void l() {
|
||||
super.l();
|
||||
if (!this.isBaby() && this.world.getGameRules().getBoolean("doMobLoot")) {
|
||||
if (!this.isBaby() && this.world.getGameRules().getBoolean(GameRules.DO_MOB_LOOT)) {
|
||||
+ this.forceDrops = true; // CraftBukkit
|
||||
this.a((IMaterial) Items.SCUTE, 1);
|
||||
+ this.forceDrops = false; // CraftBukkit
|
||||
}
|
||||
|
||||
}
|
||||
@@ -285,7 +287,9 @@
|
||||
@@ -281,7 +283,9 @@
|
||||
|
||||
@Override
|
||||
public void onLightningStrike(EntityLightning entitylightning) {
|
||||
@@ -20,8 +20,8 @@
|
||||
}
|
||||
|
||||
static class g extends NavigationGuardian {
|
||||
@@ -445,8 +449,12 @@
|
||||
} else if (this.g.bH > 200) {
|
||||
@@ -441,8 +445,12 @@
|
||||
} else if (this.g.bG > 200) {
|
||||
World world = this.g.world;
|
||||
|
||||
+ // CraftBukkit start
|
||||
@@ -33,7 +33,7 @@
|
||||
this.g.r(false);
|
||||
this.g.s(false);
|
||||
this.g.setLoveTicks(600);
|
||||
@@ -532,7 +540,7 @@
|
||||
@@ -528,7 +536,7 @@
|
||||
--this.e;
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user