Bringing Movecraft to Sponge, one bug at a time!
This project began when the Bukkit DMCA resulted in the death of Cauldron.
We aim to fix that itch for buildable vichles in your modded worlds, the support of SpongeVanilla is a side effect of this process.
Some additional features are being added as a part of this process.
- Install and set up IntelliJ IDEA
- Install the IDE plugin "Minecraft Development"
- Clone and Setup the SpongeVanilla repository following their IntelliJ instructions
- Clone this repository
- Open the SpongeVanilla repository in the IDE
- Add this repository as a project module using File > Project Structure > Project Settings > Modules > Add
- Wait for the repository to be indexed
- Run the gradle task
setupDecompWorkspace
- Refresh the gradle dependencies
- Add the module
Movecraft.main
as a module dependency of theSpongeVanilla.main
module - Theoretically, you are now ready to code or compile
- Run the
build
gradle task - Find the output jar in
\build\libs
We are currently attempting to implement Test Driven Development using Junit and Mockito.
New GitHub issues are opened as problems are located within the codebase during development.
Development is guided by open GitHub issues.
Bugs, Missing Features, and Code Health are prioritised over new features.
This is assuredly incomplete and out of date...
https://pulverizer.github.io/Movecraft-for-Sponge/