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

@@ -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": "饰品栏添加"
}
}