Moved blueprint init
This commit is contained in:
parent
cbc8dbb8b4
commit
7929afd912
1 changed files with 7 additions and 1 deletions
|
@ -24,5 +24,11 @@ public class BlueprintManager {
|
|||
public static BlockSignature getBlockSignature(Block block) {
|
||||
return BlueprintManager.blockBptProps[0].getSignature(block);
|
||||
}
|
||||
|
||||
|
||||
static {
|
||||
// Initialize defaults for block properties.
|
||||
for (int i = 0; i < BlueprintManager.blockBptProps.length; ++i) {
|
||||
new BptBlock(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue