Skip to content

Commit

Permalink
Disable blackhole shader
Browse files Browse the repository at this point in the history
  • Loading branch information
igentuman committed Dec 31, 2024
1 parent 3c7782c commit 60b8177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/igentuman/nc/setup/ClientSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
public class ClientSetup {

public static void init(FMLClientSetupEvent event) {
new BlackHoleShaderManager();
//new BlackHoleShaderManager();
event.enqueueWork(() -> {
MinecraftForge.EVENT_BUS.addListener(LOWEST, SoundHandler::onTilePlaySound);
BlockEntityRenderers.register(FUSION_BE.get("fusion_core").get(), FusionCoreRenderer::new);
Expand Down

0 comments on commit 60b8177

Please sign in to comment.