Skip to content

Commit

Permalink
Changed fabric version filter, closes #114
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Aug 10, 2024
1 parent 0a21d30 commit be82a15
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
loaders: |
fabric
quilt
game-versions: 1.21
game-versions: |
1.21
1.21.1
java: 21
name: ""
changelog: "https://github.com/InnovativeOnlineIndustries/Emojiful/commits/1.21"
Expand All @@ -53,7 +55,9 @@ jobs:
NeoForge/build/libs/!(*-@(all)).jar
version-type: beta
loaders: neoforge
game-versions: 1.21
game-versions: |
1.21
1.21.1
java: 21
name: ""
changelog: "https://github.com/InnovativeOnlineIndustries/Emojiful/commits/1.21"
2 changes: 1 addition & 1 deletion Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"depends": {
"fabricloader": ">=0.14",
"minecraft": "1.21",
"minecraft": ">=1.21",
"fabric" : "*",
"java": ">=17"
},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=5.1.4
version=5.1.5
group=com.hrznstudio.emojiful

#Parchment
Expand Down

0 comments on commit be82a15

Please sign in to comment.