/refinedstorageaddons-InfiniteRange-1.12.2

Refined Storage Addons, once again with the Infinite Wireless Transceiver.

Primary LanguageJavaMIT LicenseMIT

Refined Storage Addons - 1.12.2, Infinite Wireless Transmitter

Refined Storage Addons for 1.12.2, modified to add back in the Infinite Wireless Transceiver.

HOW TO BUILD

  1. Go into 'build.gradle' and change the repository to point to this repo's jars folder. For example:
repositories {
    maven {
        url "PATH/TO/jars/"
    }
}

Becomes

repositories {
    maven {
        url "C:/refinedstorageaddons/jars/"
    }
}
  1. Open up Intellij and build as normal.