MODDING / MINECRAFT GUI MAKER

Build Minecraft panels people can actually use

Create journals, books, settings screens, menus, HUDs, tooltips, buttons, scrolling lists, and interactive panels.

Real example: The Townsfolk Villager Journal

Friends (8)J
16

Ask for it through CLI or MCP

Both surfaces expose the same Orca creation registry. Use a terminal command or describe the outcome to an MCP-connected agent.

CLI
orca asset create --project-id townsfolk --kind gui --name villager_journal --description "scrolling villager journal"
MCP
Build a villager journal with scrolling rows and mouse-following villager heads.
create_assetscaffold_projectwrite_filescompile_projectload_test

How Orca makes it

Start with the result you want. Orca handles the Minecraft file structure and verifies the build.

01

Define the screen

Describe what opens it, what information it shows, and what players can change.

02

Build every state

Orca adds scrolling, hover, empty, loading, selection, and close behavior.

03

Connect the game

Packets and saved data keep the interface synchronized and useful.

What you get

The deliverable is Minecraft-ready, not just a concept image or a pasted code sample.

Screen and widget code
Textures and layout
Input handling
Persistent game data

Keep building

Combine capabilities into one mod, plugin, world, or server workflow.