Skip to content

Commit

Permalink
Update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCarlos26 committed Sep 27, 2023
1 parent a9a045a commit 17cd8d5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.2-SNAPSHOT'
id 'fabric-loom' version '1.3-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.1
yarn_version=1.20.1+build.8
loader_version=0.14.21
minecraft_version=1.20.2
yarn_version=1.20.2+build.1
loader_version=0.14.22

# Mod Properties
mod_version=1.0.0+1.20+
mod_version=1.0.0+1.20.2
maven_group=dev.redcarlos26
archives_base_name=widertab
6 changes: 3 additions & 3 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+",
"version": "1.0.0+1.20.2",
"description": "Extends the tablist to fit more players.",
"authors": [
"RedCarlos26"
Expand All @@ -27,8 +27,8 @@
],
"depends": {
"fabricloader": ">=0.14.21",
"fabric": ">=0.84.0+1.20.1",
"minecraft": [ "1.20", "1.20.1" ],
"fabric": ">=0.89.2+1.20.2",
"minecraft": [ "1.20.2" ],
"java": ">=17"
}
}

0 comments on commit 17cd8d5

Please sign in to comment.