Extensions for use with our Minecraft servers
Go to file
flash a6d4e57153 Removed PlayerListHudMixin for now. 2024-02-23 02:32:23 +01:00
babric Removed PlayerListHudMixin for now. 2024-02-23 02:32:23 +01:00
bukkit173 Removed PlayerListHudMixin for now. 2024-02-23 02:32:23 +01:00
fabric Broken but pushing for review. 2024-02-23 01:54:30 +01:00
src Removed PlayerListHudMixin for now. 2024-02-23 02:32:23 +01:00
.editorconfig Initial import 2023-08-23 01:43:53 +02:00
.gitattributes Added Bukkit project for Minecraft Beta 1.7.3 and split out the source tree for code sharing. 2024-02-23 00:27:29 +01:00
.gitignore Added Bukkit project for Minecraft Beta 1.7.3 and split out the source tree for code sharing. 2024-02-23 00:27:29 +01:00
LICENSE Initial import 2023-08-23 01:43:53 +02:00
README.md Added fancy MOTDs. 2023-12-21 01:40:07 +01:00

README.md

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

Known issues

  • UniversalGraves doesn't seem to load skins properly. In true Java fashion, its codebase is a mystery to me and I feel like I'm going in circles.