diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | gradle.properties | 8 | ||||
| -rw-r--r-- | src/main/java/de/hysky/skyblocker/skyblock/item/SkyblockCraftingTableScreen.java | 2 | ||||
| -rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
4 files changed, 9 insertions, 9 deletions
@@ -8,7 +8,7 @@ \ [](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": { |
