Update to 1.20.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user