Skip to content

Commit

Permalink
fix: added 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Aug 20, 2023
1 parent 434bfcc commit 9f8c96d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ matrix.java == '17' && runner.os == 'Linux' && (steps.get-next-version.outputs.new-release-published == 'true') }}
with:
version-type: ${{ env.RELEASE_TYPE }}
name: "SoundsBeGone ${{ needs.get-next-version.outputs.new-release-version }} for Minecraft 1.20"
name: "SoundsBeGone ${{ needs.get-next-version.outputs.new-release-version }} for Minecraft 1.19.2"
version: ${{ needs.get-next-version.outputs.new-release-version }}
modrinth-id: ${{ vars.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
Expand All @@ -95,7 +95,7 @@ jobs:
fabric
quilt
game-versions: |
>=1.20
1.19.2
java: |
17
dependencies: |
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"^MC-+([0-9])(\\.+([0-9])+)(\\.+([0-9])+)?$",
"main",
{
"name": "beta",
Expand All @@ -11,7 +12,7 @@
"prerelease": true
}
],
"tagFormat": "v${version}-MC1.20",
"tagFormat": "v${version}-MC1.19.2",
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.8
loader_version=0.14.21
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.28
loader_version=0.14.22

# Mod Properties
mod_version=VERSION
maven_group=gg.meza
archives_base_name=soundsbegone

# Dependencies
fabric_version=0.84.0+1.20.1
modmenu_version=7.0.1
cloth_version=11.0.99
fabric_version=0.76.1+1.19.2
modmenu_version=4.1.2
cloth_version=8.3.103
8 changes: 4 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
}
],
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": ["~1.20"],
"fabricloader": ">=0.14.22",
"minecraft": ["1.19.2"],
"java": ">=17",
"fabric-api": "*",
"modmenu": ">=7.0.1",
"cloth-config": ">=11.0.99"
"modmenu": "*",
"cloth-config": "*"
}
}

0 comments on commit 9f8c96d

Please sign in to comment.