1
Some checks failed
Build Archlinux-Base Image / base (push) Failing after 1m5s

This commit is contained in:
azw
2024-08-24 21:45:29 +08:00
parent 5a12c38932
commit d556a991ee
3 changed files with 23 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ jobs:
mkdir bin/
cd extra/trinkets-fixed/
zip -r ../../bin/trinkets-fixed.zip ./*
- name: compress datapack
run: |
mkdir bin/
cd extra/bot-create-fixed/
zip -r ../../bin/bot-create-fixed.zip ./*
- name: release datapack
uses: akkuman/gitea-release-action@v1
with:

View File

@@ -0,0 +1,12 @@
{
"type": "botania:orechid",
"input": {
"type": "block",
"block": "minecraft:stone"
},
"output": {
"type": "block",
"block": "create:zinc_ore"
},
"weight": 29371
}

View File

@@ -0,0 +1,6 @@
{
"pack" : {
"pack_format": 15,
"description": "锌矿修复"
}
}