SpoutcraftPlus is a modified version of the Spoutcraft client, it import modloader api for minimap/worldeditcui etc.., more features is developing.
目前完成的功能
ModLoader的MOD完美加载
跨平台中文输入(使用MinecraftIM)
兼容LiteLoader
完整Spout支持
部分的Spoutcraft汉化
Spoutcraft is a Minecraft client mod and launcher that provides users with a simple and more customizable Minecraft experience. Servers running SpoutPlugin push content to Spoutcraft users as needed; such as custom items, blocks, and user skins, capes, and other accessories. Players can then enjoy custom server experiences without having to manually modify their client for each server.
Homepage | Forums | Twitter | Facebook
Simply download the latest launcher that is appropriate for your OS. Currently we support Windows, Mac OS X, and Linux.
Love the project? Feel free to donate to help continue development! Spoutcraft is open-source and powered by community members, like yourself. Without you, we wouldn't be here today!
Are you a talented programmer looking to contribute some code? We'd love the help!
- Open a pull request with your changes, following our guidelines and coding standards.
- Please follow the above guidelines for your pull request(s) accepted.
- For help setting up the project, keep reading!
Spoutcraft is licensed under the GNU Lesser General Public License Version 3.
The latest and greatest source can be found here on GitHub.
If you are using Git, use this command to clone the project:
git clone git://github.com/Legacy/Spoutcraft.git
Or download the latest zip archive.
This project uses Maven to handle its dependencies.
- Install Maven 2 or 3
- Checkout this repo and run:
mvn clean package
- To create a packaged jar, add
-P mcp-final-win
for Windows, or-P mcp-final-unix
for Mac OS X/Linux.