added server and realm tabs to inventory screen
This commit is contained in:
parent
ee425e224e
commit
acab2f017d
12 changed files with 647 additions and 151 deletions
|
|
@ -111,12 +111,13 @@ for file in "$PROPS_DIR"/*.svg; do
|
|||
|
||||
echo "Uploading: $filename -> $display_name (category: $category)"
|
||||
|
||||
# Create metadata JSON - props are droppable loose items
|
||||
# Create metadata JSON - props are droppable loose items and public by default
|
||||
metadata=$(cat <<EOF
|
||||
{
|
||||
"name": "$display_name",
|
||||
"tags": $tags,
|
||||
"droppable": true
|
||||
"droppable": true,
|
||||
"public": true
|
||||
}
|
||||
EOF
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue