Fixes #418 Fixes #417 Fixes #408

This commit is contained in:
boy0001
2015-07-18 21:18:45 +10:00
parent ec204bb4c4
commit 31eee609a6
8 changed files with 33 additions and 228 deletions

View File

@ -65,6 +65,7 @@ public class Settings {
public static boolean CHUNK_PROCESSOR = false;
public static int CHUNK_PROCESSOR_MAX_BLOCKSTATES = 4096;
public static int CHUNK_PROCESSOR_MAX_ENTITIES = 512;
public static boolean CHUNK_PROCESSOR_DISABLE_PHYSICS = false;
/**
* TNT listener
*/