Skip to content

Commit 567bfa9

Browse files
committed
Update to 1.21.3
1 parent 5ab2bdc commit 567bfa9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'fabric-loom' version '1.7-SNAPSHOT'
2+
id 'fabric-loom' version '1.10-SNAPSHOT'
33
}
44

55
archivesBaseName = project.archives_base_name

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
org.gradle.jvmargs=-Xmx2G
22

33
# Fabric Properties (https://fabricmc.net/develop/)
4-
minecraft_version=1.21.1
5-
yarn_version=1.21.1+build.3
6-
loader_version=0.15.11
4+
minecraft_version=1.21.3
5+
yarn_version=1.21.3+build.2
6+
loader_version=0.16.10
77

88
# Mod Properties
9-
mod_version=1.0.0+1.21.1
9+
mod_version=1.0.0+1.21.3
1010
maven_group=dev.redcarlos26
1111
archives_base_name=widertab
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"schemaVersion": 1,
33
"id": "widertab",
44
"name": "WiderTab",
5-
"version": "1.0.0+1.21.1",
5+
"version": "1.0.0+1.21.3",
66
"description": "Extends the tablist to fit more players.",
77
"authors": [
88
"RedCarlos26"

0 commit comments

Comments
 (0)