Noamm9/NoammAddons — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Minecraft 1.21.10 Fabric mod called NoammAddons. It should be a SkyBlock quality of life addon that installs as a normal jar in the mods folder and works with Fabric API and Fabric Kotlin Language.

I want players to launch Minecraft with the Fabric profile, join SkyBlock, and type /na in chat to open a clean config menu where they can turn addon features on and off. Keep the first version focused and stable, set up the Gradle project, mod metadata, Kotlin entry point, command registration, basic in game messages, and a simple settings screen that saves choices between launches.

Please make it feel like a real releasable mod, not just sample code. Include sensible defaults, avoid crashes where possible, and write clear install instructions in the README. Look up current Fabric 1.21.10 docs online if you need to.

Want more depth? Deep Reverse