aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/crash_report.yml4
-rw-r--r--README.md2
-rw-r--r--gradle.properties6
-rw-r--r--src/main/resources/fabric.mod.json2
5 files changed, 9 insertions, 9 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 58182379..66960909 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -35,7 +35,7 @@ body:
label: Minecraft Version
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
options:
- - "1.21.0/1.21.1"
+ - "1.21.2/1.21.3"
validations:
required: true
- type: input
@@ -43,7 +43,7 @@ body:
attributes:
label: Skyblocker Version
description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
- placeholder: ex. skyblocker-1.21.0+1.21.0.jar
+ placeholder: ex. skyblocker-1.22.2+1.21.3.jar
validations:
required: true
- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/crash_report.yml b/.github/ISSUE_TEMPLATE/crash_report.yml
index 08dfa9d2..12522d5e 100644
--- a/.github/ISSUE_TEMPLATE/crash_report.yml
+++ b/.github/ISSUE_TEMPLATE/crash_report.yml
@@ -16,7 +16,7 @@ body:
label: Minecraft Version
description: What version of Minecraft are you running? If you do not know what version you are using, look in the bottom left corner of the main menu in game.
options:
- - "1.21.0/1.21.1"
+ - "1.21.2/1.21.3"
validations:
required: true
- type: input
@@ -24,7 +24,7 @@ body:
attributes:
label: Skyblocker Version
description: What version of Skyblocker are you running? Every part is important! If you do not know what version you are using, look at the file name in your "mods" folder.
- placeholder: ex. skyblocker-1.21.0+1.21.0.jar
+ placeholder: ex. skyblocker-1.22.2+1.21.3.jar
validations:
required: true
- type: textarea
diff --git a/README.md b/README.md
index 4c757bf2..a2152a94 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.2
+Hypixel Skyblock Mod for Minecraft 1.21.2 & 1.21.3
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 4eefa5ec..20844e8e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,13 +3,13 @@ org.gradle.parallel=true
# Fabric Properties (https://fabricmc.net/versions.html)
## 1.21.2
-minecraft_version=1.21.2
-yarn_mappings=1.21.2+build.1
+minecraft_version=1.21.3
+yarn_mappings=1.21.3+build.2
loader_version=0.16.7
#Fabric api
## 1.21.2
-fabric_api_version=0.106.0+1.21.2
+fabric_api_version=0.106.1+1.21.3
# Minecraft Mods
## YACL (https://github.com/isXander/YetAnotherConfigLib)
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 094108de..f9311b13 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -41,7 +41,7 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.16.7",
- "fabric-api": ">=0.106.0+1.21.2",
+ "fabric-api": ">=0.106.1+1.21.3",
"yet_another_config_lib_v3": ">=3.6.1+1.21.2",
"hm-api": ">=1.0.1+1.21.2",
"minecraft": "~1.21.2",