2 Commits

Author SHA1 Message Date
46b79902ac rezipping app for ez server grabs 2025-12-27 17:41:49 -05:00
73a49dcdc6 Update pack.mcmeta 2025-12-27 22:23:43 +00:00
3 changed files with 1 additions and 28 deletions

View File

@@ -1,27 +0,0 @@
# name: "Zip Datapack"
# on:
# push:
# branches:
# - pipeline/auto-zip
# # - master
# jobs:
# update:
# runs-on: minecraft
# steps:
# - name: "grabbing new mods"
# uses: actions/checkout@v4
# - name: "unzip mods"
# shell: bash
# run: |
# zip -r hide_item_frame.zip pack.mcmeta data
# # then copy this step to just push teh file
# - name: "update readme with new mods"
# shell: bash
# run: |
# git config user.name "${{ vars.WORKFLOW_USERNAME }}"
# git config user.email "${{ vars.WORKFLOW_EMAIL }}"
# git add hide_item_frame.zip
# git commit -m "[ci] AutoBuild"
# git push origin HEAD

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"pack": {
"min_format": 81,
"min_format": 82,
"max_format": 88,
"description": "crouch to hide item frame when placing an item in it"
}