Skip to content

Commit

Permalink
Bump required Carpet version
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi committed Nov 4, 2022
1 parent b9c1057 commit 0296790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: Update README with changes to rules
- name: Update README page
run: |
chmod +x gradlew
./gradlew runServer --args="-- -carpetDumpRules -dumpFilter=extras -dumpPath ../rules.md"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

"depends": {
"fabricloader": ">=0.11.6",
"carpet": ">=1.4.69",
"carpet": ">=1.4.84",
"minecraft": "1.19.x",
"java": ">=17"
},
Expand Down

0 comments on commit 0296790

Please sign in to comment.