Earthcomputer/clientcommands — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Minecraft Fabric client side mod called clientcommands that adds useful commands players can run locally in chat, without needing a server plugin. It should feel like a normal Fabric mod, with a clean Gradle setup, source code organized properly, and support for translations.

I want it to work as a client only mod, so the commands should help the player on their own game client rather than changing server behavior. Please include the basics needed to build and package it, and make sure it is friendly for people to install by dropping the jar into the Minecraft mods folder alongside Fabric API.

Keep the implementation practical and close to what a real open source Minecraft mod would look like. Add clear README instructions for installing with Fabric, mention where to get Fabric API, and include short contributing notes for translations and code changes. Look up current Fabric docs online if you need to.

Want more depth? Deep Reverse