Skip to content

Commit

Permalink
* fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
bioastroiner committed May 19, 2024
1 parent 5d0eea0 commit 6f3427c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bioast/mods/gt6scan/ScannerMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@Mod(modid = MODID, version = VERSION, name = MODNAME, dependencies = DEPENDENCIES)
public class ScannerMod extends Abstract_Mod {
public static final String DEPENDENCIES = "after:modularui@[2.0.9-1.7.10);required-after:gregapi";
public static final String DEPENDENCIES = "after:modularui@[2.0.9-1.7.10];required-after:gregapi";
public static final String MODID = "GRADLETOKEN_MODID";
public static final String MODNAME = "GRADLETOKEN_MODNAME";
public static final String VERSION = "GRADLETOKEN_VERSION";
Expand Down

0 comments on commit 6f3427c

Please sign in to comment.