1 parent 8c56232 commit 9053fe1Copy full SHA for 9053fe1
1 file changed
src/main/java/com/github/argon4w/acceleratedrendering/features/entities/mixins/InventoryScreenMixin.java
@@ -32,7 +32,6 @@ private static void renderEntityInInventoryFast(
32
|| !AcceleratedEntityRenderingFeature .isEnabled ()
33
|| !AcceleratedEntityRenderingFeature .shouldUseAcceleratedPipeline ()
34
|| !AcceleratedEntityRenderingFeature .shouldAccelerateInGui ()
35
- || !CoreFeature .isLoaded ()
36
) {
37
operation.call(
38
entityRenderDispatcher,
0 commit comments