https://github.com/squeek502/harvestcraftwaila
A Minecraft mod that fixes some of Pam's HarvestCraft issues with Waila tooltips
https://github.com/squeek502/harvestcraftwaila
Last synced: 2 months ago
JSON representation
A Minecraft mod that fixes some of Pam's HarvestCraft issues with Waila tooltips
- Host: GitHub
- URL: https://github.com/squeek502/harvestcraftwaila
- Owner: squeek502
- License: unlicense
- Created: 2014-04-20T06:00:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T19:44:29.000Z (over 10 years ago)
- Last Synced: 2025-01-29T12:32:42.475Z (4 months ago)
- Language: Java
- Homepage:
- Size: 266 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HarvestCraftWaila
=================Minecraft mod that fixes some of Pam's HarvestCraft issues with Waila tooltips
[Minecraft Forum Thread](http://www.minecraftforum.net/topic/2509840-)
###Building
1. Clone this repository into a folder named HarvestCraftWaila
2. Create a folder called 'libs' inside the HarvestCraftWaila folder and put [HarvestCraft](http://www.minecraftforum.net/topic/402069-) and [Waila](http://minecraft.curseforge.com/mc-mods/waila/files/) [for 1.6.4] in it
3. If you have [Gradle](http://www.gradle.org/) installed, open a command line in the HarvestCraftWaila 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