From 51436c18ba6eec596dc65091182cc437e9c32d5c Mon Sep 17 00:00:00 2001 From: Yedel <158670400+Yedelo@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:54:57 -0400 Subject: [PATCH 1/2] Update mod version 1.0.2 -> 1.0.2.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9234de..4d3373c 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle.forge' allprojects { apply plugin: 'maven-publish' - version = "1.0.2" // First 3 numbers should correspond to the version of the API, last number is for the mod itself for any changes/fixes + version = "1.0.2.1" // First 3 numbers should correspond to the version of the API, last number is for the mod itself for any changes/fixes group = "net.hypixel" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "HypixelModAPI" From 070ec635dd50177ec697a79f40f54acc19c770fd Mon Sep 17 00:00:00 2001 From: Yedel <158670400+Yedelo@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:55:41 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21a6bee..48e9e68 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ repositories { Then depend on the Forge Mod API. This will automatically pull in dependencies too. ```kotlin -val version = "1.0.2" +val version = "1.0.2.1" dependencies { modImplementation("net.hypixel:mod-api-forge:$version") // If you use ForgeGradle 2 you might need to use fg.deobf or deobfCompile instead. Consult your MDK for tips on how @@ -77,4 +77,4 @@ If IntelliJ still shows unknown symbol errors after running the command, you may ### Testing Your Changes -You can enable DevAuth to log in to the Hypixel server with your Minecraft account. Please see the [DevAuth docs](https://github.com/DJtheRedstoner/DevAuth) for more details. \ No newline at end of file +You can enable DevAuth to log in to the Hypixel server with your Minecraft account. Please see the [DevAuth docs](https://github.com/DJtheRedstoner/DevAuth) for more details.