Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squeek502/WailaHarvestability

Minecraft mod that adds required harvest level and the effective tool to Waila tooltips of harvestable blocks
https://github.com/squeek502/WailaHarvestability

Last synced: 2 months ago
JSON representation

Minecraft mod that adds required harvest level and the effective tool to Waila tooltips of harvestable blocks

Awesome Lists containing this project

README

        

Waila Harvestability
====================

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

[Minecraft Forum Thread](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1295067-waila-harvestability-how-can-i-harvest-what-im)

###Building

1. Clone this repository into a folder named WailaHarvestability
2. If you have [Gradle](http://www.gradle.org/) installed, open a command line in the WailaHarvestability folder and execute: ```gradle build```. To give the build a version number, use ```gradle build -Pversion=``` instead (example: ```gradle build -Pversion=1.0.0```)
* If you don't have Gradle installed, you can use [ForgeGradle](http://www.minecraftforge.net/forum/index.php?topic=14048.0)'s gradlew/gradlew.bat instead