Compare commits
2 Commits
pipeline/a
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 46b79902ac | |||
| 73a49dcdc6 |
@@ -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.
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"min_format": 81,
|
"min_format": 82,
|
||||||
"max_format": 88,
|
"max_format": 88,
|
||||||
"description": "crouch to hide item frame when placing an item in it"
|
"description": "crouch to hide item frame when placing an item in it"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user