@@ -11,7 +11,7 @@
|
||||
@@ -56,6 +57,11 @@
|
||||
public void tick() {
|
||||
if (!this.world.isClientSide && this.isConverting()) {
|
||||
int i = this.dL();
|
||||
int i = this.dK();
|
||||
+ // CraftBukkit start - Use wall time instead of ticks for villager conversion
|
||||
+ int elapsedTicks = MinecraftServer.currentTick - this.lastTick;
|
||||
+ this.lastTick = MinecraftServer.currentTick;
|
||||
|
||||
Reference in New Issue
Block a user