Skip to content

Commit

Permalink
Set config icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Feb 3, 2025
1 parent 62066f3 commit 8dd7561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod.name = Hytils Reborn
mod.id = hytils-reborn
mod.version = 1.7.2-alpha.1
mod.version = 1.7.2-alpha.2
# Sets the name of the jar file that you put in your 'mods' folder.
mod.group=org.polyfrost

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ public class HytilsConfig extends Config {


public HytilsConfig() {
super("hytilsreborn.json", "Hytils Reborn", Category.HYPIXEL); // new VigilanceMigrator(new File(HytilsReborn.INSTANCE.oldModDir, "hytilsreborn.toml").getAbsolutePath()))
super("hytilsreborn.json", "/assets/hytils/hypixel.png", "Hytils Reborn", Category.HYPIXEL); // new VigilanceMigrator(new File(HytilsReborn.INSTANCE.oldModDir, "hytilsreborn.toml").getAbsolutePath()))
try {
File modDir = HytilsReborn.INSTANCE.oldModDir;
File oldModDir = new File(modDir.getParentFile(), "Hytilities Reborn");
Expand Down

0 comments on commit 8dd7561

Please sign in to comment.