Skip to content

Commit

Permalink
Bumped versions, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Faboslav committed Jun 21, 2022
1 parent 8bc1253 commit d8cfb83
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"1.19": "1.5.3",
"1.18.2": "1.4.4",
"1.19": "1.5.4",
"1.18.2": "1.4.5",
"1.18.1": "1.2.5",
"1.18": "1.2.5"
}
42 changes: 21 additions & 21 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
with:
name: "friends-and-foes"
path: |
fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.3.jar
forge/build/libs/friendsandfoes-forge-mc1.19-1.5.3.jar
quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.3.jar
fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.4.jar
forge/build/libs/friendsandfoes-forge-mc1.19-1.5.4.jar
quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.4.jar
LICENSE.txt
publish-license-to-release:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: "Publish Fabric to GitHub"
uses: AButler/[email protected]
with:
files: 'fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.3.jar'
files: 'fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.4.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

publish-fabric-to-curseforge:
Expand All @@ -108,11 +108,11 @@ jobs:
curseforge-id: 551364
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }}

files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.3.jar"
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.4.jar"
version-type: ${{ env.VERSION_TYPE }}
loaders: fabric
game-versions: 1.19
name: "Friends&Foes mc1.19-1.5.3 (Fabric)"
name: "Friends&Foes mc1.19-1.5.4 (Fabric)"
dependencies: ${{ env.FABRIC_DEPENDENCIES }}
java: ${{ env.JAVA_VERSIONS }}

Expand Down Expand Up @@ -140,12 +140,12 @@ jobs:
modrinth-unfeature-mode: version-intersection
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }}

files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.3.jar"
files-primary: "fabric/build/libs/friendsandfoes-fabric-mc1.19-1.5.4.jar"
version-type: ${{ env.VERSION_TYPE }}
loaders: fabric
game-versions: 1.19
name: "Friends&Foes mc1.19-1.5.3 (Fabric)"
version: "fabric-mc1.19-1.5.3"
name: "Friends&Foes mc1.19-1.5.4 (Fabric)"
version: "fabric-mc1.19-1.5.4"
dependencies: ${{ env.FABRIC_DEPENDENCIES }}
java: ${{ env.JAVA_VERSIONS }}
retry-attempts: ${{ env.RETRY_ATTEMPTS }}
Expand All @@ -167,7 +167,7 @@ jobs:
- name: "Publish Forge to GitHub"
uses: AButler/[email protected]
with:
files: 'forge/build/libs/friendsandfoes-forge-mc1.19-1.5.3.jar'
files: 'forge/build/libs/friendsandfoes-forge-mc1.19-1.5.4.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

publish-forge-to-curseforge:
Expand All @@ -188,11 +188,11 @@ jobs:
curseforge-id: 602059
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }}

files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.3.jar"
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.4.jar"
version-type: ${{ env.VERSION_TYPE }}
loaders: forge
game-versions: 1.19
name: "Friends&Foes mc1.19-1.5.3 (Forge)"
name: "Friends&Foes mc1.19-1.5.4 (Forge)"
dependencies: ${{ env.FORGE_DEPENDENCIES }}
java: ${{ env.JAVA_VERSIONS }}

Expand Down Expand Up @@ -220,12 +220,12 @@ jobs:
modrinth-unfeature-mode: version-intersection
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }}

files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.3.jar"
files-primary: "forge/build/libs/friendsandfoes-forge-mc1.19-1.5.4.jar"
version-type: ${{ env.VERSION_TYPE }}
loaders: forge
game-versions: 1.19
name: "Friends&Foes mc1.19-1.5.3 (Forge)"
version: "forge-mc1.19-1.5.3"
name: "Friends&Foes mc1.19-1.5.4 (Forge)"
version: "forge-mc1.19-1.5.4"
dependencies: ${{ env.FORGE_DEPENDENCIES }}
java: ${{ env.JAVA_VERSIONS }}
retry-attempts: ${{ env.RETRY_ATTEMPTS }}
Expand All @@ -248,7 +248,7 @@ jobs:
- name: "Publish Quilt to GitHub"
uses: AButler/[email protected]
with:
files: 'quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.3.jar'
files: 'quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.4.jar'
repo-token: ${{ secrets.GITHUB_TOKEN }}

publish-quilt-to-curseforge:
Expand All @@ -269,11 +269,11 @@ jobs:
curseforge-id: 628248
curseforge-token: ${{ secrets.CURSEFORGE_RELEASE_TOKEN }}

files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.3.jar"
files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.4.jar"
version-type: ${{ env.VERSION_TYPE }}
loaders: quilt
game-versions: 1.19
name: "Friends&Foes mc1.19-1.5.3 (Quilt)"
name: "Friends&Foes mc1.19-1.5.4 (Quilt)"
dependencies: ${{ env.QUILT_DEPENDENCIES }}
java: ${{ env.JAVA_VERSIONS }}

Expand Down Expand Up @@ -301,12 +301,12 @@ jobs:
modrinth-unfeature-mode: version-intersection
modrinth-token: ${{ secrets.MODRINTH_RELEASE_TOKEN }}

files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.3.jar"
files-primary: "quilt/build/libs/friendsandfoes-quilt-mc1.19-1.5.4.jar"
version-type: ${{ env.VERSION_TYPE }}
loaders: quilt
game-versions: 1.19
name: "Friends&Foes mc1.19-1.5.3 (Quilt)"
version: "quilt-mc1.19-1.5.3"
name: "Friends&Foes mc1.19-1.5.4 (Quilt)"
version: "quilt-mc1.19-1.5.4"
dependencies: ${{ env.QUILT_DEPENDENCIES }}
java: ${{ env.JAVA_VERSIONS }}
retry-attempts: ${{ env.RETRY_ATTEMPTS }}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## mc1.19-1.5.4, June 21, 2022

- Fixed bug when copper blocks can not be waxed

## mc1.18.2-1.4.5, June 21, 2022

- Fixed bug when copper blocks can not be waxed

## mc1.19-1.5.3, June 20, 2022

- Improved code compatibility between all mod loaders
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public final class FriendsAndFoes
private static final FriendsAndFoesConfig CONFIG = OmegaConfig.register(FriendsAndFoesConfig.class);
private static final Logger LOGGER = LoggerFactory.getLogger(FriendsAndFoes.MOD_ID);
public static final String MOD_ID = "friendsandfoes";
public static final String MOD_VERSION = "1.5.3";
public static final String MOD_VERSION = "1.5.4";
public static final ServerTickDeltaCounter serverTickDeltaCounter = new ServerTickDeltaCounter(20.0F, 0L);

public static Identifier makeID(String path) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.configureondemand=false
# Mod
mod_name=Friends&Foes
mod_id=friendsandfoes
mod_version=1.5.3
mod_version=1.5.4
mod_author=Faboslav
mod_description=Adds all eliminated mobs from the minecraft mob votes along with the forgotten mobs like the Illusioner.
maven_group=com.faboslav.friendsandfoes
Expand Down

0 comments on commit d8cfb83

Please sign in to comment.