Skip to content

Commit

Permalink
Allow any remote versions (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecdcaeb authored May 17, 2024
1 parent 03750eb commit 765cc80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;
import java.util.Set;

@Mod(modid = "configanytime", name = "ConfigAnytime", version = "3.0")
@Mod(modid = "configanytime", name = "ConfigAnytime", version = "3.0", acceptableRemoteVersions = "*")
public class ConfigAnytime {

// Lookup#findStatic is used as getDeclaredMethod forcefully loads in classes related to any methods in the class body
Expand Down

0 comments on commit 765cc80

Please sign in to comment.