This mod was made for ModJam 5 in three days, so forgive any bugs! To see the code as it was at the end of the ModJam check the ModJam5 branch
You can also join a discord server here this server is for suppergerrie2.com but also contains channels for this mod.
Download the mod at the curseforge page.
Adds five types of drones:
- Hauler drone: searches items in the world and brings them to its home.
- Fighter drone: fights mobs around it.
- Tree farm drone: plants trees and chops them down.
- Crop farm drone: prepares farmland, plants seeds and breaks them when fully grown.
- Archer drone: shoots hostile mobs that come to close to it. It sets it home where you place it.
This mod also adds a drone stick this can do a couple different things:
- Select drones by right clicking on them (Deselect by shift-rightclicking in air)
- Set home of selected drones by right clicking on block.
- Kill drone by shift-right clicking on drone.
TODO:
- Filter
- Carry upgrade
- Mining drone
- Transport drone
- Crop farm drone
- Upgrades (Check issue #16)
Report the bug (or your idea!) by clicking here.
- Make sure the bug or idea hasn't been posted before by checking the other issues.
- Please check if the bug occurs without any other mods installed!
- Make sure you have git installed. Github help page
- Fork this repository by clicking fork in the top right. Github help page
If you just want to translate or don't need to launch the game you can start editing now! Else follow the instructions to setup a forge environment.
- Download an IDE like eclipse and install it.
- Setup a forge environment by running
gradlew setupDecompWorkspace
If you are using eclipse you also need to rungradlew eclipse
- Now launch your IDE and import the folder you cloned this repository in as a project.
After making the changes you can send a pull request! Github help page
Now you can also launch the game and edit the code! For more information you can go to my modding tutorial