Compare commits
3 Commits
c5c33041c0
..
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f3654b09d | |||
| 8c6f716f8b | |||
| 876689481b |
@@ -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
|
# 1.0.0
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Group": "QuickBASIC",
|
"Group": "QuickBASIC",
|
||||||
"Name": "QuickBASIC.MoreGolems",
|
"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.",
|
"Description": "Adds more golems and golem variants to world for renewable sources of crystal shards.",
|
||||||
"Authors": [
|
"Authors": [
|
||||||
{
|
{
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Website": "",
|
"Website": "",
|
||||||
"ServerVersion": "2026.03.26-89796e57b",
|
"ServerVersion": ">=0.5.0",
|
||||||
"Dependencies": {},
|
"Dependencies": {},
|
||||||
"OptionalDependencies": {},
|
"OptionalDependencies": {},
|
||||||
"LoadBefore": {},
|
"LoadBefore": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user