diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-27 15:59:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 15:59:40 +1100 |
commit | b50244ade5415f9f84db9d54995faacffe6fd691 (patch) | |
tree | 18fe371d5abb3c036f9468cf283ded147d097301 /README.md | |
parent | c9de1ff7a747e404e05b0ea8ee21a46ec1400674 (diff) |
Update README.md
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ This is a fork of Starbound. Contributions are welcome! You **must** own a copy of Starbound to use it. Base game assets are not provided for obvious reasons. -It is still **work-in-progress**. You can download the latest test build [here](https://github.com/OpenStarbound/OpenStarbound/releases/latest). +It is still **work-in-progress**. You can download the very latest build from the [Actions](https://github.com/OpenStarbound/OpenStarbound/actions?query=branch%3Amain) tab, or the ocassional releases. -Changes: +## Changes * You can now make .patch files that are just merged in. That's why the patch files in here are unusually simple. * Some Lua functions like getters and setters for player identity values, but not every function from [StarExtensions](https://github.com/StarExtensions/StarExtensions) has been ported yet. * Character swapping (rewrite from StarExtensions, currently command-only: `/swap name` case-insensitive, only substring required) |