Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 700 Bytes

YAFM

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.

Compiling

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).

Once

  1. Set the GRADLE_HOME environment variable to wherever you installed Gradle (the folder that contains bin, init.d, lib, etc.).
  2. Add JDK\bin, JRE\bin, and GRADLE_HOME\bin to your PATH.

Every time

  1. Navigate to the YAFM source tree.
  2. Run "gradle", then "gradle -b abc.gradle" (or the "build-all.bat" script).
  3. The result files will be in the "build\libs".