fix: workflows
This commit is contained in:
parent
e79defef1f
commit
b4d3ce3f22
6 changed files with 10635 additions and 1917 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -10,7 +10,7 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
RELEASE_TYPE: "alpha"
|
||||
RELEASE_TYPE: "release"
|
||||
MINECRAFT_VERSION: "1.20.1"
|
||||
|
||||
jobs:
|
||||
|
|
@ -88,7 +88,6 @@ jobs:
|
|||
else
|
||||
echo "❌ Error: File pakku-lock-prev.json is empty or not created" && exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
- name: 📦 Download pakku.jar
|
||||
id: download_pakku
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [0.7.15] - 06.01.2025
|
||||
## [0.7.15] - 08.01.2025
|
||||
### Changes
|
||||
- Fixed oilsands, added missing english strings, added indicators for all ores (Pyritie).
|
||||
- Fixed not being able to make cobble in assembler (Pyritie).
|
||||
|
|
@ -28,10 +28,6 @@
|
|||
- Adds early glowstone recipe (Pyritie).
|
||||
- Added recipes to stop duping of red alloy + steam machines (Pyritie).
|
||||
- Fix stone dust tag (Pyritie).
|
||||
### Removed mods
|
||||
- ?
|
||||
### Updated mods
|
||||
- ?
|
||||
|
||||
## [0.7.14] - 01.10.2024
|
||||
### Changes
|
||||
|
|
|
|||
2
mods
2
mods
|
|
@ -1 +1 @@
|
|||
Subproject commit a5fd6b55716faee52f573531340ecf7c1d9956fd
|
||||
Subproject commit ab1b9031ee131f4e1e30967bc3eb5bb6fb1cfc77
|
||||
5862
pakku-lock-pre.json
Normal file
5862
pakku-lock-pre.json
Normal file
File diff suppressed because it is too large
Load diff
6677
pakku-lock.json
6677
pakku-lock.json
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TerraFirmaGreg-Modern",
|
||||
"version": "0.8.1",
|
||||
"version": "0.7.15",
|
||||
"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