diff --git a/.forgejo/workflows/zip.yml b/.forgejo/workflows/zip.yml new file mode 100644 index 0000000..e389500 --- /dev/null +++ b/.forgejo/workflows/zip.yml @@ -0,0 +1,20 @@ +name: Upload .zip file +on: [push] + +jobs: + Upload .zip file: + runs-on: docker + container: catthehacker/ubuntu:act-latest + steps: + - name: Checkout + uses: actions/checkout@v3.6.0 + with: + token: ${{ secrets.COASTALCOMMITSTOKEN}} + - name: Create the .zip archive + uses: actions/zip@v1 + with: + args: zip -qq -r BetterCombatCompat.zip BetterCombatCompat + - name: Upload the .zip archive + uses: actions/upload-artifact@v3 + with: + name: BetterCombatCompat.zip diff --git a/BetterCombatCompat/data/mekaweapons/weapon_attributes/mekatana.json b/BetterCombatCompat/data/mekaweapons/weapon_attributes/mekatana.json new file mode 100644 index 0000000..7c156bc --- /dev/null +++ b/BetterCombatCompat/data/mekaweapons/weapon_attributes/mekatana.json @@ -0,0 +1,3 @@ +{ + "parent": "bettercombat:katana" + } diff --git a/BetterCombatCompat/pack.mcmeta b/BetterCombatCompat/pack.mcmeta new file mode 100644 index 0000000..4b1238a --- /dev/null +++ b/BetterCombatCompat/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "Adds BetterCombat compatibility to some mods in the GalacticFactory modpack." + } +}