MarlowDevelopment/MarlowClient — reverse-engineered prompt
Reverse engineered prompt
Build me a Minecraft Fabric utility client mod for version 1.19.3 focused on Crystal PvP. I want it to feel like a clean client with a module system where features can be turned on and off, a simple command system that includes a help command, and a config system that saves the user’s settings so they persist after restarting the game.
Add a click GUI inspired by VapeLite, with a polished dark look and rounded panels, where users can browse modules, toggle them, and change basic settings. Keep the code organized so new modules and commands are easy to add later.
Please make it run as a normal Fabric mod that requires Fabric API. Set up the Gradle project, main mod entrypoint, example modules, command handling, config loading and saving, and the GUI. Look up current Fabric 1.19.3 docs online if you need to.
Want more depth? Deep Reverse