MariaTheDinkus / Wrenchable

A library designed for allowing interactivity of wrenches between various mods.
https://www.curseforge.com/minecraft/mc-mods/wrenchable
MIT License
3 stars 5 forks source link

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.