Skip to content

Commit

Permalink
Alpha v0.01 (I guess it's ready for a first release)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetaPRIME committed Sep 17, 2016
1 parent 2be7f2c commit c3f7b1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# StardustSuite
A few Starbound mods designed to work together.
A set of Starbound mods designed to work together.


## StardustLib
Provides various library functions and systems.
(in alpha, API subject to potentially breaking changes!)

## StardustTweaks
A few tweaks to Starbound mechanics; mostly physics and techs at the moment, but also makes rail platforms not pop off quite so easily.
Expand Down
2 changes: 1 addition & 1 deletion StarTech/_metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "(wip)",
"version" : "Alpha v0.01",
"friendlyName" : "StarTech",
"name" : "StarTech",
"author" : "zetaPRIME",
Expand Down
2 changes: 1 addition & 1 deletion StardustLib/_metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "(wip)",
"version" : "Alpha v0.01",
"friendlyName" : "StardustLib",
"name" : "StardustLib",
"author" : "zetaPRIME",
Expand Down
2 changes: 1 addition & 1 deletion StardustTweaks/_metadata
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "(wip)",
"version" : "Alpha v0.01",
"friendlyName" : "StardustTweaks",
"name" : "StardustTweaks",
"author" : "zetaPRIME",
Expand Down

0 comments on commit c3f7b1e

Please sign in to comment.