This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"type": "botania:orechid",
|
||||
"input": {
|
||||
"type": "block",
|
||||
"block": "minecraft:stone"
|
||||
},
|
||||
"output": {
|
||||
"type": "block",
|
||||
"block": "create:zinc_ore"
|
||||
},
|
||||
"weight": 29371
|
||||
}
|
||||
6
extra/bot-create-fixed/pack.mcmeta
Normal file
6
extra/bot-create-fixed/pack.mcmeta
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack" : {
|
||||
"pack_format": 15,
|
||||
"description": "锌矿修复"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user