This PR should fix Gradle building by upgrading ForgeGradle to anatawa12's fork and, as a workaround, fix buildcraft-dev downloading by making Gradle download the .jar from their website via the direct URL. While we're at it, I've also made some other improvements:
Changes I've made
Upgraded to anatawa12's fork of ForgeGradle.
As suggested by them, I've updated Gradle from v2.7 to v4.4.1.
Added workaround for BuildCrafts broken download from a maven repo, as I couldn't get that to work and believe that a workaround should be fine for the 1.7 repo. I've added /libs/ to .gitignore so the buildcraft-dev file won't get uploaded.
Changed the version number in gradle.properties to 2.7.3.
Fixed an issue where the texture for the mature stage (4) of Rice was never used. Given how pretty it looks, it's a pity it wasn't used earlier.
Removed translations that weren't actually translations, but caused things to appear as the translation keys ingame (such as Ropes appearing as "item.grc.rope.name") for non-English languages.
Largely improved/added the German translation (I've also added myself to CONTRIBUTORS.md for that, I hope that is alright).
Where applicable, copy-pasted other translation strings (e. g. if the same translation is needed twice but only has been translated/written once).
Updated the README to fix some typos and match title and badges of the 1.19 repo, minus GH Actions and Gitpod).
THANK YOU for giving this beautiful mod another update for good ol' Minecraft 1.7.10. I really appreciate it!
This PR should fix Gradle building by upgrading ForgeGradle to anatawa12's fork and, as a workaround, fix buildcraft-dev downloading by making Gradle download the .jar from their website via the direct URL. While we're at it, I've also made some other improvements:
Changes I've made
THANK YOU for giving this beautiful mod another update for good ol' Minecraft 1.7.10. I really appreciate it!