https://github.com/technius/starbound-mod-toolkit
Tool used for creating mods for the game Starbound
https://github.com/technius/starbound-mod-toolkit
Last synced: about 1 year ago
JSON representation
Tool used for creating mods for the game Starbound
- Host: GitHub
- URL: https://github.com/technius/starbound-mod-toolkit
- Owner: Technius
- License: lgpl-3.0
- Created: 2014-01-01T23:27:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T05:27:10.000Z (over 12 years ago)
- Last Synced: 2025-01-31T12:24:59.907Z (over 1 year ago)
- Language: Java
- Size: 398 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Starbound-Mod-Toolkit
=====================
The Starbound Mod Toolkit (SMT) is a tool used for creating mods for the game Starbound. SMT is written in Java, and is therefore cross-platform.
Starbound forums link: http://community.playstarbound.com/index.php?threads/starbound-mod-toolkit.60704/
Starbound is a trademark of Chucklefish LTD. Starbound Mod Toolkit is in no way affiliated with Chucklefish LTD.
License
-------
The source code is licensed under the LGPLv3. You may use and distribute the executable as long as you comply with Chucklefish's terms of service.
Compiling
---------
Requirements: Git, Maven 3, Java 7 Update 9 or higher
If you haven't already, copy jfxrt.jar in your Java installation into the ext folder. Don't do anything if jfxrt.jar is already in the ext folder.
Run the following commands in the console:
1. git clone https://github.com/Technius/Starbound-Mod-Toolkit.git
2. cd Starbound-Mod-Toolkit
2. mvn jfx:jar