diff --git a/gradle.properties b/gradle.properties index 7877987..a22b74b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,14 +2,14 @@ mod_id = worldhandler mod_name = WorldHandler mod_version = 3.4.3 -minecraft_version = 1.20 +minecraft_version = 1.20.1 group = exopandora.worldhandler main_class = exopandora.worldhandler.Main author = Exopandora # Forge -forge_version = 46.0.12 -forge_compatible_minecraft_versions = 1.20 +forge_version = 47.0.1 +forge_compatible_minecraft_versions = 1.20,1.20.1 # Publishing curse_project_id = 228970 diff --git a/src/main/java/exopandora/worldhandler/Main.java b/src/main/java/exopandora/worldhandler/Main.java index f453707..04747d3 100644 --- a/src/main/java/exopandora/worldhandler/Main.java +++ b/src/main/java/exopandora/worldhandler/Main.java @@ -11,7 +11,7 @@ public class Main { public static final String NAME = "World Handler"; public static final String MODID = "worldhandler"; - public static final String MC_VERSION = "1.19.4"; + public static final String MC_VERSION = "1.20.1"; public static final String MOD_VERSION = "3.4.3"; public static final String URL = "https://minecraft.curseforge.com/projects/world-handler-command-gui"; diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 3c1c8b6..18e11ab 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -11,7 +11,7 @@ license="GPL v3.0" [[mods]] modId="worldhandler" - version="1.20-${version}" + version="1.20.1-${version}" displayName="World Handler" description="The World Handler provides a simple and easy to use graphical user interface for commands. It lets you create powerful and complex sub-commands alongside NBT-structures within seconds."