An add-on for Waila that adds information about the harvestability of what you are looking at
###Building
- Clone this repository into a folder named WailaHarvestability
- If you have Gradle installed, open a command line in the WailaHarvestability folder and execute:
gradle build
. To give the build a version number, usegradle build -Pversion=<version>
instead (example:gradle build -Pversion=1.0.0
)
- If you don't have Gradle installed, you can use ForgeGradle's gradlew/gradlew.bat instead