Modifier are now using a consistent order based on the java conventions
This commit is contained in:
@@ -36,7 +36,7 @@ import appeng.core.AEConfig;
|
||||
public class StorageChunkProvider extends ChunkProviderGenerate
|
||||
{
|
||||
public static final int SQUARE_CHUNK_SIZE = 256;
|
||||
private final static Block[] BLOCKS;
|
||||
private static final Block[] BLOCKS;
|
||||
|
||||
static
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user