Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
lowercasebtw committed Dec 19, 2024
1 parent 62fca3a commit 1762fa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(value = WorldRenderer.class, priority = Integer.MAX_VALUE)
@Mixin(WorldRenderer.class)
public abstract class MixinWorldRenderer {
// TODO: Iris functionality/support?
// TODO: Make blue void work in FabricSkyBoxes/Nuit
Expand Down

0 comments on commit 1762fa4

Please sign in to comment.