3 Commits

Author SHA1 Message Date
QuickBASIC 3f3654b09d Update changelog 2026-07-06 11:42:17 -04:00
QuickBASIC 8c6f716f8b Update build script for ServerVersion format change 2026-07-06 10:45:27 -04:00
QuickBASIC 876689481b Update manifest for 0.5.x 2026-07-06 10:39:41 -04:00
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
# 1.0.1
## Changelog
* Verified loads correctly with Hytale v0.5.6 (no play testing, but appears to work)
# 1.0.0
## Changelog
+1
View File
@@ -12,6 +12,7 @@ mkdir -p "$DIST_DIR"
NAME=$(jq -r '.Name' "$MANIFEST")
VERSION=$(jq -r '.Version' "$MANIFEST")
SERVER=$(jq -r '.ServerVersion' "$MANIFEST")
SERVER=${SERVER//[<>=~^]/}
ZIP_NAME="${NAME}-${VERSION}_${SERVER}.zip"
+2 -2
View File
@@ -1,7 +1,7 @@
{
"Group": "QuickBASIC",
"Name": "QuickBASIC.MoreGolems",
"Version": "1.0.0",
"Version": "1.0.1",
"Description": "Adds more golems and golem variants to world for renewable sources of crystal shards.",
"Authors": [
{
@@ -11,7 +11,7 @@
}
],
"Website": "",
"ServerVersion": "2026.03.26-89796e57b",
"ServerVersion": ">=0.5.0",
"Dependencies": {},
"OptionalDependencies": {},
"LoadBefore": {},