Extensions for use with our Minecraft servers
Find a file
2024-07-12 18:32:31 +02:00
gradle/wrapper WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
src/main That should do the trick! 2024-07-12 15:48:06 +02:00
.editorconfig Initial import 2023-08-23 01:43:53 +02:00
.gitattributes WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
.gitignore Revert "Moved Fabric build stuff into a subdirectory." 2024-07-09 22:58:01 +02:00
build.gradle WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
gradle.properties WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
gradlew WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
gradlew.bat WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
LICENSE WIP updates for Minecraft 1.21. I have a headache. 2024-07-10 02:05:37 +02:00
README.md Removed known issues section because it is now a fixed issue. 2024-07-12 18:32:31 +02:00
settings.gradle Revert "Moved Fabric build stuff into a subdirectory." 2024-07-09 22:58:01 +02:00

Flashii Minecraft Extensions

This is a Fabric mod that can run on both clients and servers. Because the mod is relatively simple, Fabric API is not required and just having Fabric Loader works fine.

On servers it functions as an authentication provider while running on Offline Mode by RPCing with the Mince project. On clients it enables skins while the server connected to is running in Offline Mode, it is not required but strongly recommended.

This mod is not meant to enable or otherwise facilitate piracy, rather as an alternative for players who have previously purchased the game and are dissatisfied with Microsoft's handling of the property.

Compiling

gradlew downloadAssets
gradlew genSources
gradlew build