Skip to content

shadowfacts/ShadowMC

Repository files navigation

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.