1
All checks were successful
Build Archlinux-Base Image / base (push) Successful in 1m3s

This commit is contained in:
azw
2024-08-19 12:51:11 +08:00
parent bf8174d9ff
commit c104ff9333
22 changed files with 99 additions and 9 deletions

View File

@@ -20,10 +20,20 @@ jobs:
- name: Login to GiteaDockerRepo
run: |
docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_TOKEN }}" ${{ vars.currect_gitea_url }}
- name: Build latest archlinux Docker image and push to GiteaRepo
- name: Build latest Docker image and push to GiteaRepo
run: |
pwd
ls
docker build --network=host -t nebulabeat-mc:latest --no-cache .
docker image tag nebulabeat-mc:latest ${{ vars.currect_gitea_url }}/vtbhelper/nebulabeat-mc:latest
docker image push ${{ vars.currect_gitea_url }}/vtbhelper/nebulabeat-mc:latest
docker image push ${{ vars.currect_gitea_url }}/vtbhelper/nebulabeat-mc:latest
- name: compress datapack
run: |
mkdir bin/
zip -r bin/trinkets-fixed.zip extra/trinkets-fixed
- name: release datapack
uses: akkuman/gitea-release-action@v1
with:
files: |-
bin/**
api_key: '${{ secrets.ACCESS_TOKEN }}'

View File

@@ -10,7 +10,6 @@ RUN rm installer.jar \
&& echo "eula=true" > eula.txt
COPY server.properties server.properties
COPY package/overrides/mods /app/mods
COPY ops.json ops.json
RUN rm /app/mods/*AllMusic_Client*.jar
RUN rm /app/mods/chattools*.jar
VOLUME [ "/app/world" ]

View File

@@ -0,0 +1,6 @@
{
"icon": "trinkets:gui/slots/back",
"order": -512,
"validator_predicates": ["trinkets:tag"],
"amount": 3
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/cape",
"order": -256,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,3 @@
{
"slot_id": 6
}

View File

@@ -0,0 +1,6 @@
{
"icon": "trinkets:gui/slots/necklace",
"order": -1024,
"validator_predicates": ["trinkets:tag"],
"amount": 3
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/aglet",
"order": -1024,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,3 @@
{
"slot_id": 8
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/shoes",
"order": -512,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/glove",
"order": -1024,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,3 @@
{
"order": -1024
}

View File

@@ -0,0 +1,6 @@
{
"icon": "trinkets:gui/slots/ring",
"order": -512,
"validator_predicates": ["trinkets:tag"],
"amount": 3
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/face",
"order": -1024,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,3 @@
{
"slot_id": 5
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/hat",
"order": -512,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/belt",
"order": -1024,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,3 @@
{
"slot_id": 7
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/glove_mirrored",
"order": -512,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,3 @@
{
"slot_id": 45
}

View File

@@ -0,0 +1,5 @@
{
"icon": "trinkets:gui/slots/ring",
"order": -1024,
"validator_predicates": ["trinkets:tag"]
}

View File

@@ -0,0 +1,6 @@
{
"pack" : {
"pack_format": 15,
"description": "饰品栏添加"
}
}

View File

@@ -1,6 +0,0 @@
{
"uuid": "681ec534-db63-302e-a4b1-03682b275ddd",
"name": "azw",
"level": 4,
"bypassesPlayerLimit": false
}