michaelzangl / minebot

Minebot
GNU General Public License v3.0
144 stars 48 forks source link

The path jars #154

Closed ghost closed 7 years ago

ghost commented 7 years ago

I'm trying to upgrade the minebot mod to 1.11.2. Previously I have only worked with spigot/bukkit plugins for minecraft (using eclipse). First is there any main differences between how to make a mod and plugin (apart from the code and the different path jars)? and second will I need to download all of the new jars (so that they are 1.11.2 compatible) to build the path? Could you give a link to all the jar downloads?

Thanks

opticyclic commented 7 years ago

FYI: There are a couple of forks that are working on this too E.g https://github.com/rakslice/minebot/commits/1_11_port_before_changes

You shouldn't have to download jars explicitly. You need to update the dependencies in build.gradle and the build process will pull them in.

michaelzangl commented 7 years ago

Updating gradle is the easiest part. If you are unsure, start a new forge mod and compare the build.gradle. After adjusting the build.gradle, you can simply do a ./gradlew build (Linux) ;-)

Updating the bot code is the hard part.