ShadowMC is a library for Minecraft Forge that provides utilites commonly used throughout my mods.
- To the
repositories
block of yourbuild.gradle
add this:
maven {
name "shadowfacts"
url "http://mvn.rx14.co.uk/shadowfacts/"
}
- And add this to the
dependencies
block:
compile group: 'net.shadowfacts', name: 'ShadowMC', version: '1.9-3.1.0'
- Profit.