Skip to content

Commit

Permalink
forgot to make an instance off the class SculkDepthsSkyRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
warior456 committed Nov 27, 2023
1 parent 0abb913 commit b115cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/ugi/sculk_depths/SculkDepthsClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ public void onInitializeClient() {
ParticleFactoryRegistry.getInstance().register(ModParticleTypes.SURFACE_WIND, SurfaceWindParticle.Factory::new);


//DimensionRenderingRegistry.registerSkyRenderer(ModDimensions.SCULK_DEPTHS_LEVEL_KEY_IDK, SculkDepthsSkyRenderer);
DimensionRenderingRegistry.registerSkyRenderer(ModDimensions.SCULK_DEPTHS_LEVEL_KEY_IDK,new SculkDepthsSkyRenderer());
}
}

0 comments on commit b115cd8

Please sign in to comment.