shadowfacts / ShadowMC

Library of utilities for my various mods.
GNU Lesser General Public License v3.0
13 stars 4 forks source link
minecraft

ShadowMC

ShadowMC is a library for Minecraft Forge that provides utilites commonly used throughout my mods.

Usage

  1. To the repositories block of your build.gradle add this:
maven {
    name "shadowfacts"
    url "http://mvn.rx14.co.uk/shadowfacts/"
}
  1. And add this to the dependencies block:
compile group: 'net.shadowfacts', name: 'ShadowMC', version: '1.9-3.1.0'
  1. Profit.