Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 885 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 885 Bytes

THIS PLUGIN IS DISCONTINUED, WTHIT NOW HAS A BUILT-IN HARVESTABILITY PLUGIN.

Waila Harvestability

An add-on for Waila that adds information about the harvestability of what you are looking at

Minecraft Forum Thread

###Building

  1. Clone this repository into a folder named WailaHarvestability
  2. If you have Gradle installed, open a command line in the WailaHarvestability folder and execute: gradle build. To give the build a version number, use gradle 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