mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-22 19:29:18 +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
|
@ -3,16 +3,16 @@
|
||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=1.20
|
minecraft_version=1.20.1
|
||||||
loader_version=0.14.21
|
loader_version=0.14.21
|
||||||
fabric_version=0.83.0+1.20
|
fabric_version=0.83.0+1.20
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 1.2.0
|
mod_version = 1.2.1
|
||||||
maven_group = codes.ztereohype
|
maven_group = codes.ztereohype
|
||||||
archives_base_name = nicer-skies
|
archives_base_name = nicer-skies
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
modmenu_version = 7.0.0-beta.2
|
modmenu_version = 7.0.0
|
||||||
# lithium_version = mc1.19.3-0.10.4
|
# lithium_version = mc1.19.3-0.10.4
|
||||||
# spark_version = 1.9.26-fabric
|
# spark_version = 1.9.26-fabric
|
||||||
|
|
|
@ -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.CallbackInfo;
|
||||||
import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
import org.spongepowered.asm.mixin.injection.callback.LocalCapture;
|
||||||
|
|
||||||
@Mixin(LevelRenderer.class)
|
@Mixin(value = LevelRenderer.class, priority = 999)
|
||||||
public abstract class LevelRendererMixin {
|
public abstract class LevelRendererMixin {
|
||||||
@Shadow private VertexBuffer starBuffer;
|
@Shadow private VertexBuffer starBuffer;
|
||||||
@Shadow private int ticks;
|
@Shadow private int ticks;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue