Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 430 Bytes

File metadata and controls

15 lines (14 loc) · 430 Bytes

Wrenchable

A lightweight, JiJ-able wrench library which aims to make wrenches compatible between mods.

To include it in your project, add this to your build.gradle:

maven {
    name = "Wrenchable"
    url  "https://dl.bintray.com/zundrel/wrenchable"
}
dependencies {
    modApi 'com.zundrel:wrenchable:LATEST'
    include 'com.zundrel:wrenchable:LATEST'
}

Where LATEST is the latest tag under the releases tab.