Renamed variables in the egg to make them more clear

Improved the default Jvm args
Improved messages in entry
Removed the zip restriction from Asset packs (Do not use directories for assets yet)
Added script for local dev building
This commit is contained in:
NATroutter
2026-01-17 14:52:18 +02:00
parent e6899199f8
commit ffb410f146
5 changed files with 46 additions and 35 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
echo "Building and pushing dev image..."
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/natroutter/egg-hytale:dev --push "$PROJECT_DIR"