diff --git a/README.md b/README.md index 741ca8c..9ee24e8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# World Handler - Command GUI # +# World Handler - Command GUI
[![badge](https://cf.way2muchnoise.eu/title/228970.svg)](https://www.curseforge.com/minecraft/mc-mods/world-handler-command-gui) [![badge](https://cf.way2muchnoise.eu/full_228970_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/world-handler-command-gui) # 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. diff --git a/gradle.properties b/gradle.properties index 5483e95..47b21ef 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,11 +3,13 @@ mod_id = worldhandler mod_name = WorldHandler version = 3.4.1 minecraft_version = 1.19.2 -forge_version = 43.0.0 group = exopandora.worldhandler main_class = exopandora.worldhandler.Main author = Exopandora +# Forge +forge_version = 43.0.0 + # Gradle org.gradle.jvmargs = -Xmx3G org.gradle.daemon = false