Making charged certus ore glow again (#3035)

This commit is contained in:
fscan
2017-08-17 11:01:31 +02:00
committed by yueh
parent 04d2b06c0d
commit 098ee2f000
4 changed files with 109 additions and 6 deletions
@@ -246,6 +246,7 @@ public final class ApiBlocks implements IBlocks
.build();
this.quartzOreCharged = registry.block( "charged_quartz_ore", BlockChargedQuartzOre::new )
.features( AEFeature.CERTUS_ORE, AEFeature.CHARGED_CERTUS_ORE )
.useCustomItemModel()
.bootstrap( ( block, item ) -> (IOreDictComponent) side -> OreDictionary.registerOre( "oreCertusQuartz", new ItemStack( block ) ) )
.build();
this.matrixFrame = registry.block( "matrix_frame", BlockMatrixFrame::new ).features( AEFeature.SPATIAL_IO ).build();