Pig Manure mod for Minecraft.
Makes adult pigs drop manure. Manure can be used like bonemeal, can dye things brown, and can be used as a building material.
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 pig-manure-mod source tree.
- Run "gradle".
- The result will be in the "build\libs".