diff --git a/.gitea/workflows/mirror.yaml b/.gitea/workflows/mirror.yaml new file mode 100644 index 0000000..6a70df1 --- /dev/null +++ b/.gitea/workflows/mirror.yaml @@ -0,0 +1,13 @@ +name: Push to Github +run-name: ${{ gitea.actor }} is pushing repo to Github +on: [push] + +jobs: + push: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v3 + - name: List files + run: | + ls ${{ gitea.workspace }} diff --git a/README.md b/README.md index 680b273..1249cc6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Eternal +# Chronolock This whole README is currently being worked on. @@ -15,7 +15,7 @@ Not really much else to it, made so it also can be played with a server with fri 1. Download [PrismLauncher](https://prismlauncher.org/download/) 2. Click "Add Instance" 3. On the left side press "Import from zip" -4. Then either copy this url and paste it `https://github.com/Aethrexal/Eternal/releases/download/7.0.1/Eternal.zip` or download the [latest](https://github.com/Aethrexal/Eternal/releases) the zip file and import it that way. +4. Then either copy this url and paste it `https://git.gliroid.com/Pupyrinth/Chronolock/releases/download/7.0.2/Eternal.zip` or download the [latest](https://git.gliroid.com/Pupyrinth/Chronolock/releases) the zip file and import it that way. 5. Click "OK" 6. Done, unless you wanna change RAM then keep reading diff --git a/pack.toml b/pack.toml index 3c777e6..0873c63 100644 --- a/pack.toml +++ b/pack.toml @@ -1,5 +1,5 @@ -name = "Eternal" -author = "Aethrexal" +name = "Chronolock" +author = "Pupyrinth" version = "7.1.2" pack-format = "packwiz:1.1.0"