Skip to content

Commit

Permalink
Port to 1.21.3 (my dumb ass hardcoded the 1.21.2 version ( ⌯᷄ ·̫ ⌯᷅ก ))
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBeliik committed Oct 23, 2024
1 parent 2b1a353 commit 11c6f1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/mod-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
declare -g $1="$2"
}
set_var JAR_FILE $(eval echo fabric/build/libs/ExtremeSoundMuffler-*_*-*.jar)
set_var MOD_VERSION $(echo ${JAR_FILE%.*} | cut -d- -f2)
set_var V1=$(echo "$JAR_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | head -1)
set_var V2=$(echo "$JAR_FILE" | grep -oE '[0-9]+\.[0-9]+\.[0-9]+' | tail -1)
set_var MOD_VERSION $(echo "${V1}-${V2}")
- name: Publish Minecraft Mods NeoForge Edition
uses: Kir-Antipov/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@

port to 1.21.2(3)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description=This mod allows you to muffle (almost) any sound selectively,\n\
allowing you to choose the volume of the sound you want between mute and 90%.\n\
This mod also works Clientside only.

minecraft_version_range=[1.21.2]
minecraft_version_range=[1.21.2,)
parchment_minecraft=1.21
parchment_version=2024.07.28

Expand Down

0 comments on commit 11c6f1f

Please sign in to comment.