MODDING / MINECRAFT MECHANICS MAKER

Invent a rule and make Minecraft follow it

Build abilities, progression, minigames, economies, quests, status effects, crafting systems, and mob behavior.

Real example: Village friendship and hotel-rent systems

LIVE MECHANIC
Flora the FarmerAcquaintance
12

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 tool run scaffold_project --name village-friends --kind fabric_mod
MCP
Build a villager friendship system with saved progress and trade rewards.
scaffold_projectwrite_filescompile_projectrun_testsload_test

How Orca makes it

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

01

State the rule

Explain what triggers the mechanic, what changes, and how the player sees it.

02

Implement the loop

Orca writes events, state, feedback, rewards, and multiplayer-safe logic.

03

Prove it works

Compile, boot, and test the meaningful behavior before delivery.

What you get

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

Gameplay code
Saved progression
Commands and configuration
Tested mod or plugin

Keep building

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