added server and realm tabs to inventory screen

This commit is contained in:
Evan Carroll 2026-01-16 16:47:30 -06:00
parent ee425e224e
commit acab2f017d
12 changed files with 647 additions and 151 deletions

View file

@ -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
)