Compare commits
4 Commits
12f4de1269
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f3654b09d | |||
| 8c6f716f8b | |||
| 876689481b | |||
| c5c33041c0 |
@@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 690 KiB After Width: | Height: | Size: 650 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 772 KiB After Width: | Height: | Size: 707 KiB |
|
Before Width: | Height: | Size: 532 KiB After Width: | Height: | Size: 261 KiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.0 MiB |
@@ -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"
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 868 KiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.1 MiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 87 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 29 KiB |
@@ -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": {},
|
||||
|
||||