Skip to content

A library designed for allowing interactivity of wrenches between various mods.

License

Notifications You must be signed in to change notification settings

ezonius/Wrenchable

 
 

Repository files navigation

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:

repositories {
    maven { url 'https://jitpack.io' }
}
dependencies {
    modImplementation 'com.github.Zundrel:wrenchable:LATEST'
    include 'com.github.Zundrel:wrenchable:LATEST'
}

Where LATEST is the latest tag under the releases tab.

About

A library designed for allowing interactivity of wrenches between various mods.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%