Skip to content

suppergerrie2/ModJam5

Repository files navigation

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.

Basic information

Adds five types of drones:

  1. Hauler drone: searches items in the world and brings them to its home.
  2. Fighter drone: fights mobs around it.
  3. Tree farm drone: plants trees and chops them down.
  4. Crop farm drone: prepares farmland, plants seeds and breaks them when fully grown.
  5. 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:

  1. Select drones by right clicking on them (Deselect by shift-rightclicking in air)
  2. Set home of selected drones by right clicking on block.
  3. Kill drone by shift-right clicking on drone.

TODO:

  • Filter
  • Carry upgrade
  • Mining drone
  • Transport drone
  • Crop farm drone
  • Upgrades (Check issue #16)

Want to help?

Found a bug or have an idea?

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!

Want to help develop the mod?

  1. Make sure you have git installed. Github help page
  2. 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.

  1. Download an IDE like eclipse and install it.
  2. Setup a forge environment by running gradlew setupDecompWorkspace If you are using eclipse you also need to run gradlew eclipse
  3. 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