Readd configurable max chunk gens per tick

This commit is contained in:
Aikar
2018-07-21 17:24:18 -04:00
parent d6293c533d
commit 1db0b7ed58
19 changed files with 148 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ Update adjacent blocks of doors, double plants, pistons and beds
when cancelling interaction.
diff --git a/src/main/java/net/minecraft/server/PlayerInteractManager.java b/src/main/java/net/minecraft/server/PlayerInteractManager.java
index e34198e4..e375e255 100644
index e34198e40..e375e2556 100644
--- a/src/main/java/net/minecraft/server/PlayerInteractManager.java
+++ b/src/main/java/net/minecraft/server/PlayerInteractManager.java
@@ -0,0 +0,0 @@ public class PlayerInteractManager {