Skip to content

glencoe2004/refinedstorageaddons-InfiniteRange-1.12.2

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%