Bump version
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# WorldHandler
|
||||
mod_id = worldhandler
|
||||
mod_name = WorldHandler
|
||||
mod_version = 3.4.3
|
||||
mod_version = 3.4.4
|
||||
minecraft_version = 1.20.1
|
||||
group = exopandora.worldhandler
|
||||
main_class = exopandora.worldhandler.Main
|
||||
author = Exopandora
|
||||
|
||||
# Forge
|
||||
forge_version = 47.0.1
|
||||
forge_version = 47.0.35
|
||||
forge_compatible_minecraft_versions = 1.20,1.20.1
|
||||
|
||||
# Publishing
|
||||
|
||||
@@ -12,7 +12,7 @@ public class Main
|
||||
public static final String NAME = "World Handler";
|
||||
public static final String MODID = "worldhandler";
|
||||
public static final String MC_VERSION = "1.20.1";
|
||||
public static final String MOD_VERSION = "3.4.3";
|
||||
public static final String MOD_VERSION = "3.4.4";
|
||||
public static final String URL = "https://minecraft.curseforge.com/projects/world-handler-command-gui";
|
||||
|
||||
public static void main(String[] args)
|
||||
|
||||
Reference in New Issue
Block a user