2 Commits

Author SHA1 Message Date
QuickBASIC 649fb75e62 Update build script for new ServerVersion format 2026-07-06 12:04:21 -04:00
QuickBASIC 0ec76191bc Update manifest and changelog 2026-07-06 12:02:04 -04:00
3 changed files with 10 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
# 1.0.8
## Changelog
*  Verified loads correctly with Hytale v0.5.6
***
# 1.0.7 # 1.0.7
## Changelog ## Changelog
+1
View File
@@ -12,6 +12,7 @@ mkdir -p "$DIST_DIR"
NAME=$(jq -r '.Name' "$MANIFEST") NAME=$(jq -r '.Name' "$MANIFEST")
VERSION=$(jq -r '.Version' "$MANIFEST") VERSION=$(jq -r '.Version' "$MANIFEST")
SERVER=$(jq -r '.ServerVersion' "$MANIFEST") SERVER=$(jq -r '.ServerVersion' "$MANIFEST")
SERVER=${SERVER//[<>=~^]/}
ZIP_NAME="${NAME}-${VERSION}_${SERVER}.zip" ZIP_NAME="${NAME}-${VERSION}_${SERVER}.zip"
+2 -2
View File
@@ -1,8 +1,8 @@
{ {
"Group": "QuickBASIC", "Group": "QuickBASIC",
"Name": "QuickBASIC.HandcraftEssence", "Name": "QuickBASIC.HandcraftEssence",
"Version": "1.0.7", "Version": "1.0.8",
"ServerVersion": "2026.03.26-89796e57b", "ServerVersion": ">=0.5.0",
"Description": "Allows you to craft Life Essence and Greater Life Essence without a bench", "Description": "Allows you to craft Life Essence and Greater Life Essence without a bench",
"Authors": [ "Authors": [
{ {