Yet Another Food Mod for Minecraft.
Adds some more food to the game. Yeah yeah, it's been done before, just not by me.
Tested with Minecraft Forge version 12.17.0.1965.
I don't like Eclipse, so here's a step-by-step for how to build this by hand.
Dependencies: JDK, JRE, Gradle (tested with 2.10).
- Set the GRADLE_HOME environment variable to wherever you installed Gradle (the folder that contains bin, init.d, lib, etc.).
- Add JDK\bin, JRE\bin, and GRADLE_HOME\bin to your PATH.
- Navigate to the YAFM source tree.
- Run "gradle", then "gradle -b abc.gradle" (or the "build-all.bat" script).
- The result files will be in the "build\libs".