Skip to content

Commit

Permalink
Updated to 1.20.2
Browse files Browse the repository at this point in the history
- updated gradle properties 1.20.2
- updated fabric.mod.json for 1.20.2
- no compile errors to fix
  • Loading branch information
antD97 committed Dec 9, 2023
1 parent 4dbb172 commit 692e721
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.15.1

# Mod Properties
Expand All @@ -14,4 +14,4 @@ org.gradle.parallel=true
archives_base_name = rail-transport-plus

# Dependencies
fabric_version=0.91.0+1.20.1
fabric_version=0.91.2+1.20.2
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

"depends": {
"fabricloader": ">=0.15.1",
"fabric-api": ">=0.91.0",
"minecraft": "1.20.1",
"fabric-api": ">=0.91.2",
"minecraft": "1.20.2",
"java": ">=17"
}
}

0 comments on commit 692e721

Please sign in to comment.