Started by
Sfxdx
on
Topic category: Help with Minecraft modding (Java Edition)
Hi everyone! I would like to understand how to build a custom mod gui that will open by pressing a hotkey or by command in the console. It should have the functionality of a marketplace at least. The mod must be tied to the logic of the Forge API, Minecraft 1.19.
What classes can I inherit from? What classes to use? How to register? Maybe share your experience or articles useful. I will be very grateful!
P.S.: It's not a problem to do it through a plugin, but it's categorically important for me to make a mod.
You'd be better off learning java to do this