Skip to content

Commit

Permalink
allow 1.19.3 and java > 17 (fix #3 and #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed Jan 16, 2023
1 parent e017f7e commit 9baae22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
name: fabric
path: download

- uses: Kir-Antipov/mc-publish@v3.1
- uses: Kir-Antipov/mc-publish@v3.2
with:
modrinth-id: EjH4M3L1
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -58,6 +58,7 @@ jobs:
1.19
1.19.1
1.19.2
1.19.3
modrinth-dependencies: |
fabric-api | depends
java: 17
Expand Down
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 '0.12-SNAPSHOT'
id 'fabric-loom' version '1.0-SNAPSHOT'
id 'maven-publish'
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.1
loader_version=0.14.8
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.12

# Mod Properties
mod_version = 1.0.0
maven_group = de.mari_023
archives_base_name = pressalttomeow

# Dependencies
fabric_version=0.58.6+1.19.2
fabric_version=0.72.0+1.19.3
5 changes: 3 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
"~1.16",
"~1.17",
"~1.18",
"~1.19"
"~1.19",
"1.19.3"
],
"java": "17"
"java": ">=17"
}
}

0 comments on commit 9baae22

Please sign in to comment.