Generators

Resource Pack Creator

Scaffold a Minecraft resource pack — name, description, pack format and ready-to-go folder structure.

Folder structure

My_Awesome_Pack/
├── pack.mcmeta
├── pack.png            (128×128 icon)
└── assets/
    └── minecraft/
        ├── textures/
        │   ├── block/   ← drop 16×16 block PNGs here
        │   ├── item/    ← drop 16×16 item PNGs here
        │   └── gui/
        ├── sounds/
        └── lang/
            └── en_us.json

pack.mcmeta

{
  "pack": {
    "pack_format": 34,
    "description": "A custom resource pack made with MineBuildr"
  }
}

Zip the folder (not the parent), drop into .minecraft/resourcepacks/ and enable it in-game.