Skip to content

Commit

Permalink
Update to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCarlos26 committed Dec 11, 2023
1 parent 17cd8d5 commit 9dff24c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
}

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties (https://fabricmc.net/develop/)
minecraft_version=1.20.2
yarn_version=1.20.2+build.1
loader_version=0.14.22
minecraft_version=1.20.4
yarn_version=1.20.4+build.1
loader_version=0.15.1

# Mod Properties
mod_version=1.0.0+1.20.2
mod_version=1.0.0+1.20.4
maven_group=dev.redcarlos26
archives_base_name=widertab
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
7 changes: 3 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "widertab",
"name": "WiderTab",
"version": "1.0.0+1.20.2",
"version": "1.0.0+1.20.4",
"description": "Extends the tablist to fit more players.",
"authors": [
"RedCarlos26"
Expand All @@ -26,9 +26,8 @@
"widertab.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.21",
"fabric": ">=0.89.2+1.20.2",
"minecraft": [ "1.20.2" ],
"fabricloader": ">=0.15.0",
"minecraft": "1.20.4",
"java": ">=17"
}
}

0 comments on commit 9dff24c

Please sign in to comment.