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

Update to 1.20.1 #3

Merged
merged 7 commits into from
Jun 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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