Skip to content

Commit

Permalink
Merge Staff Mod 0.11.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
opekope2 authored Feb 8, 2024
2 parents 8a2bab2 + 9e03411 commit 766dfbd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:

name: Staff Mod ${{ github.ref_name }} for Fabric
files: |
dist/fabric/!(*-@(dev|sources|javadoc)).jar
dist/fabric/*-@(dev|sources|javadoc).jar
dist/fabric/!(*-@(dev|dev-shadow|sources|javadoc)).jar
dist/fabric/*-@(dev|dev-shadow|sources|javadoc).jar
changelog-file: CHANGELOG.g.md
game-version-filter: releases
java: ${{ steps.load-versions.outputs.JAVA_VERSION }}
Expand All @@ -69,8 +69,8 @@ jobs:

name: Staff Mod ${{ github.ref_name }} for Forge
files: |
dist/forge/!(*-@(dev|sources|javadoc)).jar
dist/forge/*-@(dev|sources|javadoc).jar
dist/forge/!(*-@(dev|dev-shadow|sources|javadoc)).jar
dist/forge/*-@(dev|dev-shadow|sources|javadoc).jar
changelog-file: CHANGELOG.g.md
game-version-filter: releases
java: ${{ steps.load-versions.outputs.JAVA_VERSION }}
Expand Down
7 changes: 7 additions & 0 deletions FabricMod/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,12 @@
"architectury": ">=$architectury",
"minecraft": ">=$minecraft",
"java": ">=$java"
},
"custom": {
"mc-publish": {
"dependencies": [
"architectury-api@$architectury"
]
}
}
}
6 changes: 6 additions & 0 deletions ForgeMod/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ mandatory = true
versionRange = "[$architectury,)"
ordering = "AFTER"
side = "BOTH"

[mc-publish]
dependencies = [
"architectury-api@$architectury",
"kotlin-for-forge@$kotlin_for_forge"
]
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fabric_api_version=0.91.3+1.20.4
java_version=17
##########################################################################
# Mod Properties
mod_version=0.11.0-beta
mod_version=0.11.0-beta.2
maven_group=opekope2.avm_staff
archives_name=staff-mod
##########################################################################
Expand Down

0 comments on commit 766dfbd

Please sign in to comment.