Refined Storage Addons for 1.12.2, modified to add back in the Infinite Wireless Transceiver.
- 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/"
}
}
- Open up Intellij and build as normal.