Skip to content

Commit

Permalink
Thaumcraft deepslate ores don't work if AE2 isn't present
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed Oct 29, 2023
1 parent 6947092 commit 417d62b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,7 @@ private void registerBlockRenderers() {
RenderingRegistry.registerBlockHandler(new BlockAzaleaRenderer(RenderIDs.AZALEA));
}

if (ModBlocks.DEEPSLATE_CERTUS_QUARTZ_ORE.isEnabled()) {
RenderingRegistry.registerBlockHandler(new BlockEmissiveLayerRenderer(RenderIDs.EMISSIVE_DOUBLE_LAYER, false));
}
RenderingRegistry.registerBlockHandler(new BlockEmissiveLayerRenderer(RenderIDs.EMISSIVE_DOUBLE_LAYER, false));
}

private void registerEntityRenderers() {
Expand Down

0 comments on commit 417d62b

Please sign in to comment.