Add curseforge badges

This commit is contained in:
Marcel Konrad
2022-09-23 19:07:06 +02:00
parent a5cdbb1ee6
commit c83a63f8a8
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# World Handler - Command GUI #
# World Handler - Command GUI </br> [![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.

View File

@@ -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