Block tech tree mods

This commit is contained in:
Anuken
2019-10-01 21:47:02 -04:00
parent 5b8c237a1e
commit d9b8335e0e
3 changed files with 20 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ import static io.anuke.arc.Core.*;
public class Vars implements Loadable{
/** Whether to load locales.*/
public static boolean loadLocales = true;
/** Maximum number of broken blocks.*/
/** Maximum number of broken blocks. TODO implement or remove.*/
public static final int maxBrokenBlocks = 256;
/** IO buffer size. */
public static final int bufferSize = 8192;