File tree Expand file tree Collapse file tree
java/meanwhile131/elytrainfinite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ repositories {
2424 name = " Terraformers"
2525 url = " https://maven.terraformersmc.com/"
2626 }
27+ maven {
28+ name = " pb4"
29+ url = " https://maven.nucleoid.xyz/"
30+ }
2731}
2832
2933dependencies {
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ org.gradle.caching=true
66
77# Fabric Properties
88# check these on https://fabricmc.net/develop
9- minecraft_version =26.1-snapshot-2
9+ minecraft_version =26.1
1010loader_version =0.18.4
11- loom_version =1.14 -SNAPSHOT
11+ loom_version =1.15 -SNAPSHOT
1212
1313# Mod Properties
1414mod_version =1.5.0
1515maven_group =meanwhile131.elytrainfinite
1616archives_base_name =elytra-infinite
1717
1818# Dependencies
19- fabric_api_version =0.141.2 +26.1
20- yacl_version =3.8.2 +26.1.0 -fabric
21- modmenu_version =18.0.0-alpha.4
19+ fabric_api_version =0.144.3 +26.1
20+ yacl_version =3.9.0 +26.1-fabric
21+ modmenu_version =18.0.0-alpha.7
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public void onEndTick(@NotNull Minecraft client) {
115115 ModConfig .HANDLER .save ();
116116 msg .append (Component .translatable ("message.elytrainfinite.off" ).withStyle (ChatFormatting .RED ));
117117 }
118- client .player .displayClientMessage (msg , true );
118+ client .player .sendOverlayMessage (msg );
119119 }
120120 }
121121
Original file line number Diff line number Diff line change 2828 ],
2929 "depends" : {
3030 "fabricloader" : " >=0.18.4" ,
31- "minecraft" : " ~26.1-alpha.2 " ,
31+ "minecraft" : " ~26.1" ,
3232 "java" : " >=25" ,
3333 "fabric-api" : " *" ,
3434 "yet_another_config_lib_v3" : " *"
You can’t perform that action at this time.
0 commit comments