File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/main/java/com/github/simulatan/meteornotificationsaddon Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' fabric-loom' version ' 0.12 -SNAPSHOT'
2+ id ' fabric-loom' version ' 1.5 -SNAPSHOT'
33 id ' maven-publish'
44}
55
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =-Xmx2G
22
33# Fabric (https://fabricmc.net/versions.html)
4- minecraft_version =1.19.2
5- yarn_mappings =1.19.2 +build.8
6- loader_version =0.14.9
4+ minecraft_version =1.20.4
5+ yarn_mappings =1.20.4 +build.3
6+ loader_version =0.15.2
77
88# Mod Properties
9- mod_version =2 .0.0
9+ mod_version =3 .0.0
1010maven_group =com.github.simulatan
1111archives_base_name =notifications-addon
1212
1313# Dependency Versions
1414
1515# Meteor (https://maven.meteordev.org/)
16- meteor_version =0.5.1 -SNAPSHOT
16+ meteor_version =0.5.6 -SNAPSHOT
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 44import com .github .simulatan .meteornotificationsaddon .hud .NotificationsHudElement ;
55import com .mojang .logging .LogUtils ;
66import meteordevelopment .meteorclient .addons .MeteorAddon ;
7- import meteordevelopment .meteorclient .systems . commands .Commands ;
7+ import meteordevelopment .meteorclient .commands .Commands ;
88import meteordevelopment .meteorclient .systems .hud .Hud ;
99import meteordevelopment .meteorclient .systems .hud .HudGroup ;
1010import org .slf4j .Logger ;
@@ -18,7 +18,7 @@ public class NotificationsAddon extends MeteorAddon {
1818 public void onInitialize () {
1919 LOG .info ("Initializing Meteor Notifications Addon by SIMULATAN" );
2020
21- Commands .get (). add (new NotificationsCommand ());
21+ Commands .add (new NotificationsCommand ());
2222
2323 // HUD
2424 Hud .get ().register (NotificationsHudElement .INFO );
Original file line number Diff line number Diff line change 1111import com .mojang .brigadier .exceptions .DynamicCommandExceptionType ;
1212import com .mojang .brigadier .suggestion .Suggestions ;
1313import com .mojang .brigadier .suggestion .SuggestionsBuilder ;
14- import meteordevelopment .meteorclient .systems . commands .Command ;
14+ import meteordevelopment .meteorclient .commands .Command ;
1515import meteordevelopment .meteorclient .utils .player .ChatUtils ;
1616import net .minecraft .command .CommandSource ;
1717
You can’t perform that action at this time.
0 commit comments