Merge branch 'master' into markdown-formatting-changes

This commit is contained in:
Michael (Parker) Parker
2022-02-19 09:20:49 -05:00
committed by GitHub
116 changed files with 1345 additions and 482 deletions

View File

@@ -8,7 +8,9 @@
"name": "Starbound",
"author": "parker@parkervcp.com",
"description": "Starbound takes place in a two-dimensional, procedurally generated universe which the player is able to explore in order to obtain new weapons, armor, and items, and to visit towns and villages inhabited by various intelligent lifeforms.",
"features": null,
"features": [
"steam_disk_space"
],
"images": [
"quay.io\/parkervcp\/pterodactyl-images:ubuntu_source"
],
@@ -71,7 +73,7 @@
"default_value": "1",
"user_viewable": true,
"user_editable": true,
"rules": "required|bool"
"rules": "required|boolean"
},
{
"name": "Use Workshop content",
@@ -80,7 +82,7 @@
"default_value": "0",
"user_viewable": true,
"user_editable": true,
"rules": "required|bool"
"rules": "required|boolean"
}
]
}
}