Fix Crash When using Debug Blocks.

Register Quartz/Fluix Blocks with BC Facades.
This commit is contained in:
AlgorithmX2
2014-02-23 14:06:07 -06:00
parent 15f300c553
commit 5e0bf9c5b9
6 changed files with 85 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class BlockItemGen extends AEBaseBlock
@Override
public void registerBlockIcons(IIconRegister iconRegistry)
{
return;
registerNoIcons();
}
}