ToroCraft / Minecoprocessors

Increase your redstone possibilities and learn assembly programming at the same time with the Minecoprocessors Minecraft Mod!
https://minecraft.curseforge.com/projects/minecoprocessors
GNU General Public License v3.0
33 stars 10 forks source link

Put the Gradle stuff in the repository #14

Closed josephcsible closed 7 years ago

josephcsible commented 7 years ago

These files are all supposed to be in version control with the rest of the mod, and it's a lot harder to work on or build the mod without them.

frodare commented 7 years ago

I removed these files on purpose to keep the code base cleaner, but I do see the benefit of including them. gradle.properties should definitely be included. For the other files, how do you verify the wrapper jar is not malicious in any way? Is there a site you can check the MD5 of it before running it?

josephcsible commented 7 years ago

I'm not sure. I got it from the Forge MDK, so you could download and verify that (since you obviously have to trust Forge), then compare our version with theirs.