File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
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.9 -SNAPSHOT'
33}
44
5- sourceCompatibility = targetCompatibility = JavaVersion . VERSION_17
5+ sourceCompatibility = targetCompatibility = JavaVersion . VERSION_21
66
77archivesBaseName = project. archives_base_name
88version = project. mod_version
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.4
6- loader_version =0.14 .9
4+ minecraft_version =1.21.3
5+ yarn_mappings =1.21.3 +build.2
6+ loader_version =0.16 .9
77
88# Mod Properties
9- mod_version =0.1
9+ mod_version =0.2
1010maven_group =anticope
1111archives_base_name =e621-addon
1212
1313# Dependency Versions.
1414
1515# Meteor (https://maven.meteordev.org/)
16- meteor_version =0.5.1 -SNAPSHOT
16+ meteor_version =0.5.9 -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.3.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 2525import anticope .esixtwoone .sources .Source .Size ;
2626import anticope .esixtwoone .sources .Source .SourceType ;
2727
28- import static baritone . api . utils . Helper .mc ;
28+ import static meteordevelopment . meteorclient . MeteorClient .mc ;
2929import static meteordevelopment .meteorclient .utils .Utils .WHITE ;
3030
3131public class ImageHUD extends HudElement {
@@ -36,7 +36,7 @@ public class ImageHUD extends HudElement {
3636 private int ticks = 0 ;
3737 private Source source ;
3838
39- private static final Identifier TEXID = new Identifier ("e621" , "tex" );
39+ private static final Identifier TEXID = Identifier . of ("e621" , "tex" );
4040
4141 private final SettingGroup sgGeneral = settings .getDefaultGroup ();
4242
Original file line number Diff line number Diff line change 33 "id" : " e621-hud" ,
44 "version" : " ${version}" ,
55 "name" : " E621 hud" ,
6- "description" : " An addon template for the Meteor addons ." ,
6+ "description" : " Admire great artworks from the comfort of Meteor Client ." ,
77 "authors" : [
88 " AntiCope"
99 ],
2222 "github:sha" : " @gh_hash@"
2323 },
2424 "depends" : {
25- "java" : " >=17 " ,
25+ "java" : " >=21 " ,
2626 "minecraft" : " >=@mc_version@" ,
2727 "meteor-client" : " *"
2828 }
You can’t perform that action at this time.
0 commit comments