Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Update to 1.20.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyDevT authored Jun 17, 2023
1 parent 7a82736 commit c4829df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Gradle Build

on:
workflow_dispatch:
push:
branches:
- '*'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20
quilt_mappings=4
minecraft_version=1.20.1
quilt_mappings=1
loader_version=0.14.21
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_api_version=0.83.0+1.20
fabric_api_version=0.83.1+1.20.1

# Mod Properties
mod_version = 2.3.1
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"depends": {
"fabricloader": ">=0.14.21",
"fabric": ">=0.83.0+1.20",
"minecraft": "1.20",
"fabric": ">=0.83.1+1.20.1",
"minecraft": "1.20.1",
"spruceui": ">=5.0.0",
"java": ">=17"
},
Expand Down

0 comments on commit c4829df

Please sign in to comment.