From be82a1519e8568e116bbf069d8b050c9de597d27 Mon Sep 17 00:00:00 2001 From: Buuz135 Date: Sat, 10 Aug 2024 11:42:21 +0200 Subject: [PATCH] Changed fabric version filter, closes #114 --- .github/workflows/publish.yaml | 8 ++++++-- Fabric/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4f9c93d..87891f9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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" @@ -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" \ No newline at end of file diff --git a/Fabric/src/main/resources/fabric.mod.json b/Fabric/src/main/resources/fabric.mod.json index 59bf3a4..8a3bb5d 100644 --- a/Fabric/src/main/resources/fabric.mod.json +++ b/Fabric/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { "fabricloader": ">=0.14", - "minecraft": "1.21", + "minecraft": ">=1.21", "fabric" : "*", "java": ">=17" }, diff --git a/gradle.properties b/gradle.properties index 3beab35..e116f19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project -version=5.1.4 +version=5.1.5 group=com.hrznstudio.emojiful #Parchment