diff --git a/docker-compose.yml b/docker-compose.yml index a142df0..59a740e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -67,6 +67,11 @@ services: DIFFICULTY: "normal" MODE: "survival" MOTD: "Uli LAN party" + # Server-list icon (auto-scaled to 64x64). PNG lives in ./runtime (mounted + # /extras); OVERRIDE_ICON re-applies it on every boot. Also surfaces in the + # landing ServerCard via the SLP favicon. + ICON: "/extras/server-icon.png" + OVERRIDE_ICON: "TRUE" MAX_PLAYERS: "10" VIEW_DISTANCE: "10" SIMULATION_DISTANCE: "8" diff --git a/landing/public/ulicraft-logo-mini.svg b/landing/public/ulicraft-logo-mini.svg new file mode 100644 index 0000000..602b79d --- /dev/null +++ b/landing/public/ulicraft-logo-mini.svg @@ -0,0 +1,52 @@ + + diff --git a/landing/src/components/ServerCard.astro b/landing/src/components/ServerCard.astro index cda7f5b..6053c82 100644 --- a/landing/src/components/ServerCard.astro +++ b/landing/src/components/ServerCard.astro @@ -11,7 +11,6 @@ // Live labels are passed as data-* so copy stays translatable from the page // (defaults are English). Heads use /headiso. Promo/placeholder players with // the all-zero UUID are filtered out. -import Creeper from "./Creeper.astro"; import { site } from "../data/site"; interface Props { @@ -47,9 +46,9 @@ const { status, avatarUrl, avatarMode } = site; >