You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Agatha Lovelace 7ea63ce851 Merge pull request 'Safe-cast to ServerPlayerEntity in MixinSlot' (#1) from videogame-hacker/EasyAuth:architectury into architectury 12 months ago
.github Create FUNDING.yml 2 years ago
common Safe-cast to ServerPlayerEntity 12 months ago
fabric 1.18.2 update: part 1 12 months ago
forge Don't do Forge events when clientside 12 months ago
gradle/wrapper 1.18 fuckery part 1 1 year ago
.gitattributes Initial commit 3 years ago
.gitignore Brick laying 2 years ago
LICENSE Initial commit 3 years ago
README.md Push version 2 years ago
build.gradle 1.18.2 update: part 1 12 months ago
gradle.properties Disable auth in singleplayer 12 months ago
gradlew 1.18 fuckery part 1 1 year ago
gradlew.bat Update gradle 2 years ago
settings.gradle 1.18 fuckery part 1 1 year ago

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