mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 11:49:17 +02:00
fix: compatibility with Spyglass Astronomy
This commit is contained in:
parent
f1f564bd04
commit
a010e8c4eb
2 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ import org.spongepowered.asm.mixin.injection.ModifyArg;
|
|||
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
||||
import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
||||
|
||||
@Mixin(LevelRenderer.class)
|
||||
@Mixin(value = LevelRenderer.class, priority = 999)
|
||||
public abstract class LevelRendererMixin {
|
||||
@Shadow private VertexBuffer starBuffer;
|
||||
@Shadow private int ticks;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue