Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/squeek502/WailaHarvestability
- Owner: squeek502
- License: unlicense
- Created: 2014-04-23T08:01:32.000Z (over 10 years ago)
- Default Branch: 1.16.x
- Last Pushed: 2021-12-20T22:45:07.000Z (about 3 years ago)
- Last Synced: 2024-11-07T19:50:59.863Z (2 months ago)
- Language: Java
- Size: 246 KB
- Stars: 18
- Watchers: 11
- Forks: 21
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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