From b845c1eda46f57ac43ee522119b28b9e73398eef Mon Sep 17 00:00:00 2001
From: nahkd123 <nahkd123@gmail.com>
Date: Wed, 23 Oct 2024 00:57:32 +0700
Subject: [PATCH] Java Edition 1.21.2

---
 fabric/build.gradle                      |  2 +-
 gradle.properties                        | 10 +++++-----
 gradle/wrapper/gradle-wrapper.properties |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/fabric/build.gradle b/fabric/build.gradle
index 42295ee..7840c85 100644
--- a/fabric/build.gradle
+++ b/fabric/build.gradle
@@ -1,5 +1,5 @@
 plugins {
-    id 'fabric-loom' version '1.6-SNAPSHOT'
+    id 'fabric-loom' version '1.8-SNAPSHOT'
     id 'com.diffplug.eclipse.apt' version '3.42.2'
 }
 
diff --git a/gradle.properties b/gradle.properties
index d932a84..6fc2b65 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,15 +7,15 @@ maven_group=me.nahkd
 # Fabric Properties
 # check these on https://fabricmc.net/develop
 # Loader 0.15.0 includes MixinExtras, pretty based indeed
-minecraft_version=1.21
-yarn_mappings=1.21+build.1
-loader_version=0.15.11
+minecraft_version=1.21.2
+yarn_mappings=1.21.2+build.1
+loader_version=0.16.7
 
 # Spigot Plugin Dependencies
 # <Not available yet>
 
 # Fabric Mod Dependencies
 nahara_toolkit_version=b6ff2e287b
-fabric_version=0.100.1+1.21
+fabric_version=0.106.1+1.21.2
 common_economy_version=1.1.1
-sgui_version=1.6.0+1.21
+sgui_version=1.7.1+1.21.2
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 509c4a2..707e499 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
 networkTimeout=10000
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists