-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
52 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,9 +45,9 @@ jobs: | |
with: | ||
name: "friends-and-foes" | ||
path: | | ||
fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar | ||
forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar | ||
quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.0.jar | ||
fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar | ||
forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar | ||
quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.1.jar | ||
LICENSE.txt | ||
publish-license-to-release: | ||
|
@@ -83,7 +83,7 @@ jobs: | |
- name: "Publish Fabric to GitHub" | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar' | ||
files: 'fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
publish-fabric-to-curseforge: | ||
|
@@ -104,11 +104,11 @@ jobs: | |
curseforge-id: 551364 | ||
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} | ||
|
||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar" | ||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: fabric | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Fabric)" | ||
name: "Friends&Foes mc1.19-1.5.1 (Fabric)" | ||
dependencies: ${{ env.FABRIC_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
|
||
|
@@ -134,12 +134,12 @@ jobs: | |
modrinth-id: POQ2i9zu | ||
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }} | ||
|
||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar" | ||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: fabric | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Fabric)" | ||
version: "fabric-mc1.19-1.5.0" | ||
name: "Friends&Foes mc1.19-1.5.1 (Fabric)" | ||
version: "fabric-mc1.19-1.5.1" | ||
dependencies: ${{ env.FABRIC_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
retry-attempts: ${{ env.RETRY_ATTEMPTS }} | ||
|
@@ -161,7 +161,7 @@ jobs: | |
- name: "Publish Forge to GitHub" | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar' | ||
files: 'forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
publish-forge-to-curseforge: | ||
|
@@ -182,11 +182,11 @@ jobs: | |
curseforge-id: 602059 | ||
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} | ||
|
||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar" | ||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: forge | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Forge)" | ||
name: "Friends&Foes mc1.19-1.5.1 (Forge)" | ||
dependencies: ${{ env.FORGE_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
|
||
|
@@ -212,12 +212,12 @@ jobs: | |
modrinth-id: BOCJKD49 | ||
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }} | ||
|
||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar" | ||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: forge | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Forge)" | ||
version: "forge-mc1.19-1.5.0" | ||
name: "Friends&Foes mc1.19-1.5.1 (Forge)" | ||
version: "forge-mc1.19-1.5.1" | ||
dependencies: ${{ env.FORGE_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
retry-attempts: ${{ env.RETRY_ATTEMPTS }} | ||
|
@@ -240,7 +240,7 @@ jobs: | |
- name: "Publish Quilt to GitHub" | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.0.jar' | ||
files: 'quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.1.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
publish-quilt-to-curseforge: | ||
|
@@ -261,11 +261,11 @@ jobs: | |
curseforge-id: 628248 | ||
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} | ||
|
||
files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.0.jar" | ||
files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: quilt | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Quilt)" | ||
name: "Friends&Foes mc1.19-1.5.1 (Quilt)" | ||
dependencies: ${{ env.QUILT_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
|
||
|
@@ -291,12 +291,12 @@ jobs: | |
modrinth-id: NxP9xmhw | ||
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }} | ||
|
||
files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.0.jar" | ||
files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: quilt | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Quilt)" | ||
version: "quilt-mc1.19-1.5.0" | ||
name: "Friends&Foes mc1.19-1.5.1 (Quilt)" | ||
version: "quilt-mc1.19-1.5.1" | ||
dependencies: ${{ env.QUILT_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
retry-attempts: ${{ env.RETRY_ATTEMPTS }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,8 +46,8 @@ jobs: | |
with: | ||
name: "friends-and-foes" | ||
path: | | ||
fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar | ||
forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar | ||
fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar | ||
forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar | ||
LICENSE.txt | ||
publish-license-to-release: | ||
|
@@ -83,7 +83,7 @@ jobs: | |
- name: "Publish Fabric to GitHub" | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar' | ||
files: 'fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
publish-fabric-to-curseforge: | ||
|
@@ -104,11 +104,11 @@ jobs: | |
curseforge-id: 551364 | ||
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} | ||
|
||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar" | ||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: fabric | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Fabric)" | ||
name: "Friends&Foes mc1.19-1.5.1 (Fabric)" | ||
dependencies: ${{ env.FABRIC_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
|
||
|
@@ -134,12 +134,12 @@ jobs: | |
modrinth-id: POQ2i9zu | ||
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }} | ||
|
||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.0.jar" | ||
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: fabric | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Fabric)" | ||
version: "fabric-mc1.19-1.5.0" | ||
name: "Friends&Foes mc1.19-1.5.1 (Fabric)" | ||
version: "fabric-mc1.19-1.5.1" | ||
dependencies: ${{ env.FABRIC_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
retry-attempts: ${{ env.RETRY_ATTEMPTS }} | ||
|
@@ -161,7 +161,7 @@ jobs: | |
- name: "Publish Forge to GitHub" | ||
uses: AButler/[email protected] | ||
with: | ||
files: 'forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar' | ||
files: 'forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar' | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
publish-forge-to-curseforge: | ||
|
@@ -182,11 +182,11 @@ jobs: | |
curseforge-id: 602059 | ||
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }} | ||
|
||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar" | ||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: forge | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Forge)" | ||
name: "Friends&Foes mc1.19-1.5.1 (Forge)" | ||
dependencies: ${{ env.FORGE_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
|
||
|
@@ -212,12 +212,12 @@ jobs: | |
modrinth-id: BOCJKD49 | ||
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }} | ||
|
||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.0.jar" | ||
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.1.jar" | ||
version-type: ${{ env.VERSION_TYPE }} | ||
loaders: forge | ||
game-versions: 1.19 | ||
name: "Friends&Foes mc1.19-1.5.0 (Forge)" | ||
version: "forge-mc1.19-1.5.0" | ||
name: "Friends&Foes mc1.19-1.5.1 (Forge)" | ||
version: "forge-mc1.19-1.5.1" | ||
dependencies: ${{ env.FORGE_DEPENDENCIES }} | ||
java: ${{ env.JAVA_VERSIONS }} | ||
retry-attempts: ${{ env.RETRY_ATTEMPTS }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## mc1.19-1.5.1, June 11, 2022 | ||
|
||
- Fixed natural mob spawning | ||
|
||
## mc1.19-1.5.0, June 11, 2022 | ||
|
||
- Ported to 1.19 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters