pakku
This commit is contained in:
parent
27e8140ccb
commit
4eade4c034
3 changed files with 8 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -11,7 +11,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
RELEASE_TYPE: "release"
|
||||
RELEASE_TYPE: "alpha"
|
||||
MINECRAFT_VERSION: "1.20.1"
|
||||
RELEASE_ON_GITHUB: "true"
|
||||
RELEASE_ON_CURSEFORGE: "true"
|
||||
|
|
@ -147,7 +147,7 @@ jobs:
|
|||
id: determine_version
|
||||
shell: bash
|
||||
run: |
|
||||
if [ ${{ steps.check_tag.outputs.exists }} ]; then
|
||||
if [ ${{ github.env.DEV_ENVIRONMENT }} ]; then
|
||||
echo "version=unreleased" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "version=${{ steps.pakku_info.outputs.version }}" >> $GITHUB_OUTPUT
|
||||
|
|
@ -165,7 +165,7 @@ jobs:
|
|||
id: check
|
||||
shell: bash
|
||||
run: |
|
||||
if [ ${{ steps.check_tag.outputs.exists }} ]; then
|
||||
if [ ${{ github.env.DEV_ENVIRONMENT }} ]; then
|
||||
echo "version=build_#${{ github.run_number }}" >> $GITHUB_OUTPUT
|
||||
echo "status=Unreleased" >> $GITHUB_OUTPUT
|
||||
else
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased] - 18.04.2025
|
||||
## [Unreleased]
|
||||
### Changes
|
||||
|
||||
## [0.9.0] - 18.04.2025
|
||||
### Warning for upgrading your world
|
||||
- This is a major update that changes many things!
|
||||
- It is safest to create a new instance and copy your world across, instead of trying to update your world in-place.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TerraFirmaGreg-Modern",
|
||||
"version": "0.7.19",
|
||||
"version": "0.9.0",
|
||||
"description": "An innovative modpack that contains GregTech and TerraFirmaCraft on 1.20.x.",
|
||||
"author": "Exception, Xikaro",
|
||||
"overrides": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue