resourcepack.ai
DOCS

Get started

ResourcePack AI

ResourcePack AI is a browser-based editor for Minecraft resource packs. You describe what you want in plain English (a block, an item, a GUI, a 3D model, a chat icon or a sound), refine what comes back in the editors, then test it on a real Minecraft server before anyone else sees it.

How the pieces fit#

Most of your time is spent in the Studio. The rest exists so that what you make lands in Minecraft while you're standing in it: no zip to build, nothing to upload anywhere, and on Java nothing to rejoin. You press Sync and the pack changes around you.

PieceWhere it runsWhat it does
Studiostudio.resourcepack.aiYour packs, the editors, and AI generation
Test serverA lobby and a private world to try a pack in

Nothing here replaces Minecraft's own pack format. What you export is an ordinary Resource Pack, same folders, same JSON, same PNGs, so it works anywhere a pack works, with or without us.

What a pack can hold#

Models can also be animated: keyframed in the editor, and played back in game on triggers like right-click or a player walking near. That part needs our plugin, since vanilla Minecraft has no notion of an animated block model. See Animations.

Testing live in Minecraft#

Our test server () gives you a lobby and a private sandbox world that's kept between visits. Nothing to install. Best for checking how something reads from a few blocks away. You run /permlink once and never again: after that, Sync is the whole loop. Press it on any pack, as often as you want, and it arrives where you're standing.

This is for building, not for shipping

Linking is how you and the people building with you see a pack while it's being made. It isn't how a public server hands its packs to hundreds of players; that's an exported .zip in server.properties, the ordinary way, and it needs nothing of ours installed. See Exporting a pack.

Java and Bedrock are both supported

Bedrock players join, link and get pushed packs like anyone else. The one difference is on their side: Bedrock only accepts a Resource Pack while joining, so applying one bounces them out and straight back in, a few seconds, handled for them. Studio shows which edition a linked player is on.

Where to go next#