Where'd that ++ come from? That shouldn't be there.
This commit is contained in:
@@ -73,7 +73,7 @@ public class Schematic {
|
||||
Block[] blockObjPalette = new Block[blockPalette.length];
|
||||
|
||||
for (int i = 0; i < blockPalette.length; i++) {
|
||||
blockObjPalette[i++] = (Block)Block.blockRegistry.getObject(blockPalette[i]);
|
||||
blockObjPalette[i] = (Block)Block.blockRegistry.getObject(blockPalette[i]);
|
||||
}
|
||||
|
||||
for (int i = 0; i < blockIds.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user