Skip to content

Commit

Permalink
chore: update neogradle and neo
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Aug 12, 2024
1 parent 8594f50 commit de71f79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
neoforge
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21.1
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand All @@ -150,6 +151,7 @@ jobs:
forge
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21.1
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand All @@ -174,6 +176,7 @@ jobs:
version-type: ${{ steps.get_release_type.outputs.result }}
game-versions: |
${{ steps.get_mc_version.outputs.result }}
1.21.1
changelog: |-
${{ steps.changelog.outputs.changes }}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ minecraft_version_range=[1.21,1.22)

## Neo
# The neo version must agree with the Minecraft version to get a valid artifact
neo_version=21.0.114-beta
neo_version=21.0.146
# The neo version range can use any version of neo as bounds or match the loader version range
neo_version_range=[21.0.110-beta,)
# The loader version range can only use the major version of Neo/FML as bounds
neo_loader_version_range=[3,)
neogradle_version=7.0.153
neogradle_version=7.0.158

## Forge
# The Forge version must agree with the Minecraft version to get a valid artifact
Expand Down

0 comments on commit de71f79

Please sign in to comment.