File tree Expand file tree Collapse file tree
java/com/as9929/display/netease/mixin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A Minecraft Fabric mod that displays the current playing song in Netease Music o
44
55## Dependencies
66
7- - Minecraft 26.1. 2 w/ Fabric
7+ - Minecraft 26.2 w/ Fabric
88- Fabric API
99- Fabric Language Kotlin
1010
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ org.gradle.configuration-cache=false
77
88# Fabric Properties
99# check these on https://fabricmc.net/develop
10- minecraft_version =26.1. 2
11- loader_version =0.19.2
10+ minecraft_version =26.2
11+ loader_version =0.19.3
1212loom_version =1.17.0-alpha.7
1313fabric_kotlin_version =1.13.11+kotlin.2.3.21
1414
@@ -18,4 +18,4 @@ maven_group=com.as9929.display.netease
1818archives_base_name =netease-music-display
1919
2020# Dependencies
21- fabric_api_version =0.147 .0+26.1 .2
21+ fabric_api_version =0.153 .0+26.2
Original file line number Diff line number Diff line change 22
33import com .as9929 .display .netease .TextRender ;
44import net .minecraft .client .DeltaTracker ;
5- import net .minecraft .client .gui .Gui ;
65import net .minecraft .client .gui .GuiGraphicsExtractor ;
6+ import net .minecraft .client .gui .Hud ;
77import org .spongepowered .asm .mixin .Mixin ;
88import org .spongepowered .asm .mixin .injection .At ;
99import org .spongepowered .asm .mixin .injection .Inject ;
1010import org .spongepowered .asm .mixin .injection .callback .CallbackInfo ;
1111
12- @ Mixin (Gui .class )
12+ @ Mixin (Hud .class )
1313public class InGameHudMixin {
1414
1515 @ Inject (
Original file line number Diff line number Diff line change 3232 " netease-music-display.mixins.json"
3333 ],
3434 "depends" : {
35- "fabricloader" : " >=0.19.2 " ,
36- "minecraft" : " ~26.1. 2" ,
35+ "fabricloader" : " >=0.19.3 " ,
36+ "minecraft" : " ~26.2" ,
3737 "java" : " >=25" ,
3838 "fabric-api" : " *" ,
3939 "fabric-language-kotlin" : " *"
Original file line number Diff line number Diff line change 11{
22 "required" : true ,
33 "package" : " com.as9929.display.netease.mixin" ,
4- "compatibilityLevel" : " JAVA_21 " ,
4+ "compatibilityLevel" : " JAVA_25 " ,
55 "mixins" : [
66 " InGameHudMixin"
77 ],
You can’t perform that action at this time.
0 commit comments