A Minecraft Forge (1.20.1) mod that seamlessly synchronizes the player's real-time multiplayer or single-player gear, armor, and inventory straight to the main menu Title Screen.
This repository contains two subprojects:
client: The client-side Title Screen renderer and UI elements.server: The server-side API that exposes the player's inventory to the client.
To build the client:
cd client
./gradlew buildTo build the server:
cd server
./gradlew build