Go to file
charlotte ✨ 50745d7923 Safe-cast to ServerPlayerEntity 2022-04-10 17:33:35 +01:00
.github Create FUNDING.yml 2020-11-24 10:15:38 +01:00
common Safe-cast to ServerPlayerEntity 2022-04-10 17:33:35 +01:00
fabric 1.18.2 update: part 1 2022-04-08 16:08:26 +02:00
forge uh oh that breaks autologin 2021-12-23 01:57:04 +02:00
gradle/wrapper 1.18 fuckery part 1 2021-12-22 21:50:53 +02:00
.gitattributes Initial commit 2019-10-22 16:37:09 +02:00
.gitignore Brick laying 2021-01-14 20:14:57 +01:00
LICENSE Initial commit 2019-10-22 16:37:09 +02:00
README.md Push version 2021-06-24 00:41:42 +03:00
build.gradle 1.18.2 update: part 1 2022-04-08 16:08:26 +02:00
gradle.properties Disable auth in singleplayer 2022-04-08 19:45:33 +02:00
gradlew 1.18 fuckery part 1 2021-12-22 21:50:53 +02:00
gradlew.bat Update gradle 2021-06-23 16:55:25 +03:00
settings.gradle 1.18 fuckery part 1 2021-12-22 21:50:53 +02:00

README.md

Simple Authentication Mod

Since Samolego deprecated his mod, I consider updating it to the latest version.

See wiki for more information.

License

Libraries that the project is using:

This project is licensed under the MIT license.

For mod developers

Changing code

  1. Clone the repository. Then run ./gradlew genSources
  2. Edit the code you want.
  3. To build run the following command:
./gradlew clean build
  1. Delete "accessWidener": "simpleauth.accesswidener" from fabric.mod.json in your .jar