ReAuth icon indicating copy to clipboard operation
ReAuth copied to clipboard

Update to 1.17.x and bump version

Open cm-360 opened this issue 4 years ago • 5 comments

Unofficial update to 1.17.x, there is also no 1.17-Fabric branch on the base repository and I used 1.16-Fabric as a starting point so I figured it was the best place to point this PR.

cm-360 avatar Jul 25 '21 17:07 cm-360

I was able to build and run with this fork. The author seems to be MIA. I would start maintaining a fork and distributing it myself, but I think that would trample on the "All Rights Reserved" license.

FracturedCode avatar Aug 07 '21 22:08 FracturedCode

I was able to build and run with this fork. The author seems to be MIA. I would start maintaining a fork and distributing it myself, but I think that would trample on the "All Rights Reserved" license.

The license does indeed not allow you to redistribute a fork - which in turn also causes legal issues with accepting PRs (which i have yet to work out)

TechnicianLP avatar Aug 09 '21 14:08 TechnicianLP

How can I build this?

srnyx avatar Aug 29 '21 01:08 srnyx

How can I build this?

checkout cm-360's 1.17-Fabric branch, open the build.gradle "as project" in intellij, then run the build gradle task. You might have to adjust your compile settings for Java 16. This can be changed in Project Structure and Gradle settings UIs. The binaries can be found under the build/libs folder or something like that.

FracturedCode avatar Sep 01 '21 02:09 FracturedCode

I was able to build and run with this fork. The author seems to be MIA. I would start maintaining a fork and distributing it myself, but I think that would trample on the "All Rights Reserved" license.

The license does indeed not allow you to redistribute a fork - which in turn also causes legal issues with accepting PRs (which i have yet to work out)

Obviously it is within your right to keep this project under "All Rights Reserved", but I think the easiest way to sort this out would probably be to relicense under MIT or LGPLv3.

FracturedCode avatar Sep 01 '21 02:09 FracturedCode