Skip to content

Commit

Permalink
Update to Minecraft 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Oct 31, 2024
1 parent 785bcf3 commit 639d4ef
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.7-SNAPSHOT"
id "fabric-loom" version "1.8-SNAPSHOT"
id "com.modrinth.minotaur" version "2.+"
id "com.matthewprenger.cursegradle" version "1.4.0"
id "maven-publish"
Expand Down Expand Up @@ -94,7 +94,7 @@ modrinth {
changelog = "A changelog can be found at https://github.com/Grayray75/FPS-Display/blob/main/CHANGELOG.md"

uploadFile = remapJar
gameVersions = ["1.21", "1.21.1"]
gameVersions = ["1.21", "1.21.1", "1.21.2", "1.21.3"]
loaders = ["fabric", "quilt"]
dependencies {
optional.project "modmenu"
Expand All @@ -115,6 +115,8 @@ curseforge {

addGameVersion "1.21"
addGameVersion "1.21.1"
addGameVersion "1.21.2"
addGameVersion "1.21.3"
addGameVersion "Fabric"
addGameVersion "Quilt"
addGameVersion "Java 21"
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# https://fabricmc.net/develop/
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.3
minecraft_version=1.21.3
yarn_mappings=1.21.3+build.2
loader_version=0.16.9

# Mod Properties
mod_version=4.2.1
Expand All @@ -14,7 +14,7 @@ org.gradle.jvmargs=-Xmx2G

# Dependencies
# https://linkie.shedaniel.dev/
fabric_version=0.103.0+1.21.1
modmenu_version=11.0.2
cloth_config_version=15.0.130
yacl_config_version=3.5.0+1.21
fabric_version=0.107.0+1.21.3
modmenu_version=12.0.0-beta.1
cloth_config_version=16.0.141
yacl_config_version=3.6.1+1.21.2
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"depends": {
"fabricloader": ">=0.15.10",
"minecraft": ["1.21", "1.21.1"],
"minecraft": ["1.21", "1.21.1", "1.21.2", "1.21.3"],
"fabric-key-binding-api-v1": "*",
"fabric-lifecycle-events-v1": "*"
},
Expand Down

0 comments on commit 639d4ef

Please sign in to comment.