forpleuvoir/ibuki_gourd — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Kotlin Minecraft mod library called Ibuki Gourd for Fabric and NeoForge. It should act as a shared helper library that other mods can depend on, not a gameplay mod by itself.

I want it to make common mod tasks easier, especially config management, config screens, command creation, and simple Minecraft GUI building. A mod author should be able to define client or server config values in Kotlin, load and save them, and optionally show them in a config screen. They should also be able to register commands with a clean Kotlin style syntax, and create simple screens with rows, buttons, text, icons, and click actions.

Please set up the Gradle project so it can build for both Fabric and NeoForge, include basic docs and examples that show how another mod would add it as a dependency, and keep the API pleasant for Kotlin users. Look up current Minecraft modding docs online if you need to.

Want more depth? Deep Reverse