aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2024-10-22 16:44:35 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2024-10-22 16:44:35 -0400
commit4f132003ef13ae5ba1b7964d28de25fe41b38b6e (patch)
treeba93abbc91678f8a6b33c788e0f94fba081b8327
parentcd6f6f42c7eb4d8088c9e0d1bdcf2bf486ba3e94 (diff)
downloadSkyblocker-4f132003ef13ae5ba1b7964d28de25fe41b38b6e.tar.gz
Skyblocker-4f132003ef13ae5ba1b7964d28de25fe41b38b6e.tar.bz2
Skyblocker-4f132003ef13ae5ba1b7964d28de25fe41b38b6e.zip
1.21.2
-rw-r--r--README.md2
-rw-r--r--gradle.properties8
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/item/SkyblockCraftingTableScreen.java2
-rw-r--r--src/main/resources/fabric.mod.json6
4 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index fc4c086e..4c757bf2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
\
[![Discord](https://img.shields.io/discord/879732108745125969?logo=discord&labelColor=cecece&color=7289DA&label=)](https://discord.com/invite/aNNJHQykck)
-Hypixel Skyblock Mod for Minecraft 1.21 & 1.21.1
+Hypixel Skyblock Mod for Minecraft 1.21.2
Installation guide is [here](https://github.com/SkyblockerMod/Skyblocker/wiki/installation) or use our [Modpack](https://modrinth.com/modpack/skyblocker-modpack)
## Features
diff --git a/gradle.properties b/gradle.properties
index a7d7e7ed..4eefa5ec 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,8 +3,8 @@ org.gradle.parallel=true
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.21.2
-minecraft_version=1.21.2-rc1
-yarn_mappings=1.21.2-rc1+build.1
+minecraft_version=1.21.2
+yarn_mappings=1.21.2+build.1
loader_version=0.16.7
#Fabric api
@@ -13,9 +13,9 @@ fabric_api_version=0.106.0+1.21.2
# Minecraft Mods
## YACL (https://github.com/isXander/YetAnotherConfigLib)
-yacl_version=3.6.0+1.21.2
+yacl_version=3.6.1+1.21.2
## HM API (https://github.com/AzureAaron/hm-api)
-hm_api_version=1.0.1+1.21.1
+hm_api_version=1.0.1+1.21.2
## Mod Menu (https://modrinth.com/mod/modmenu/versions)
mod_menu_version = 12.0.0-beta.1
## REI (https://modrinth.com/mod/rei/versions?l=fabric)
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/item/SkyblockCraftingTableScreen.java b/src/main/java/de/hysky/skyblocker/skyblock/item/SkyblockCraftingTableScreen.java
index 1deb029a..53c82d2c 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/item/SkyblockCraftingTableScreen.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/item/SkyblockCraftingTableScreen.java
@@ -97,7 +97,7 @@ public class SkyblockCraftingTableScreen extends HandledScreen<SkyblockCraftingT
int i = this.x;
int j = (this.height - this.backgroundHeight) / 2;
context.drawTexture(RenderLayer::getGuiTextured, TEXTURE, i, j, 0, 0, this.backgroundWidth, this.backgroundHeight, 256, 256);
- if (!handler.mirrorverse) context.drawGuiTexture(RenderLayer::getGuiTextured, QUICK_CRAFT, i + 173, j, 0, 25, 84);
+ if (!handler.mirrorverse) context.drawGuiTexture(RenderLayer::getGuiTextured, QUICK_CRAFT, i + 173, j, 25, 84);
}
@Override
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index e8af5d6c..094108de 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -42,9 +42,9 @@
"depends": {
"fabricloader": ">=0.16.7",
"fabric-api": ">=0.106.0+1.21.2",
- "yet_another_config_lib_v3": ">=3.6.0+1.21.2",
- "hm-api": ">=1.0.1+1.21.1",
- "minecraft": "~1.21.2-rc.1",
+ "yet_another_config_lib_v3": ">=3.6.1+1.21.2",
+ "hm-api": ">=1.0.1+1.21.2",
+ "minecraft": "~1.21.2",
"java": ">=21"
},
"conflicts": {