Merge branch 'main' of https://github.com/GregTechCEu/GregTech-Modern-Community-Pack
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
* -text
|
||||||
30
.github/workflows/build.yml
vendored
Normal file
30
.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
name: build-modpack
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-pack:
|
||||||
|
name: Use packwiz to build the curseforge pack
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: Checkout Repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Setup Go environment
|
||||||
|
uses: actions/setup-go@v5.0.0
|
||||||
|
with:
|
||||||
|
go-version: '>=1.19.0'
|
||||||
|
|
||||||
|
- name: Install Packwiz
|
||||||
|
run: |
|
||||||
|
go install github.com/packwiz/packwiz@latest
|
||||||
|
|
||||||
|
- name: Build pack
|
||||||
|
run: packwiz curseforge export
|
||||||
|
|
||||||
|
- name: Upload pack to actions
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: GregTech CEu Modern Community Pack-*.zip
|
||||||
2
.packwizignore
Normal file
2
.packwizignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.github/*
|
||||||
|
README.md
|
||||||
@@ -4,7 +4,7 @@ Repository for the Modern fork of the GregTech Community Modpack - a minecraft m
|
|||||||
|
|
||||||
## Playing
|
## Playing
|
||||||
|
|
||||||
The modpack should - eventually - be available on Curseforge.
|
The modpack is available on [Curseforge](https://legacy.curseforge.com/minecraft/modpacks/gregtech-community-pack-modern).
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user