Minecraft mod that adds tooltips to Tinkers' Construct tools and tool parts
###Building
- Clone this repository into a folder named TiCTooltips
- If you have Gradle installed, open a command line in the TiCTooltips 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