Skip to content
Packwright

For Minecraft servers on 1.21.4 and up

Build resourcepacks without writing JSON.

Packwright is a desktop studio for Minecraft resourcepacks. You design items, GUIs, sounds and fonts in real editors — Packwright produces the correct file layout, the item definitions, and a .zip with the SHA-1 your server.properties needs.

Windows · macOS · Linux — no account needed

The launcher: open a project, create one, or import a pack.
The overview: the pack's metadata and contents at a glance.
The model editor with a live 3D preview, right in the app.
Resourcepack settings: pack.mcmeta, target version and options.
Build & export: one click to a finished, versioned .zip.
  • Targets 1.21.4 through 26.2
  • Projects stay local files
  • Up to 25 item bindings free
  • SHA-1 included on every build

The problem

Maintaining a server pack by hand is bookkeeping, not design.

One custom item needs a model, a texture, an entry in the item definition, and a custom_model_data value no other item has taken. At thirty items you are maintaining that across thirty JSON files at once — and a typo in a path only surfaces once a player is holding a purple-and-black checkerboard.

  • Colliding values

    Two items on the same base item with the same selector are something Minecraft cannot tell apart. By hand, you will not notice.

  • Different every version

    pack_format, min_format/max_format, which dispatch types are allowed — every Minecraft release moves the rules a little.

  • No look at the result

    Otherwise you find out whether a model sits right after a pack upload, a server restart and a reconnect.

Features

Editors for everything a server pack ships.

No folder tree you have to lay out correctly yourself: Packwright knows the categories and writes the layout at build time.

Custom items

Pick a base item, assign a model, set a selector — Packwright groups every item on the same base item into one nested item definition using range_dispatch and select. Colliding values are reported before you build.

Blockbench import & 3D preview

.bbmodel files land in the project as a model plus its textures, with rotations baked into the geometry. The preview resolves parent chains against your own models — so template models with several texture variants look the way they will in game.

GUI sprites with nine-slice

Custom inventory backgrounds and buttons using stretch, tile or nine_slice — with a pixel-accurate live preview of the scaling, instead of guessing and re-uploading.

Sounds & sounds.json

Import ogg files, map them to events, see the waveform and audition them right there. Volume, pitch, weight, subtitle and the replace flag all end up in sounds.json automatically.

Font studio with negative space

Bitmap sheets and TTFs as providers, with a glyph preview over the actual sheet — plus a generator for negative-space glyphs that let you align chat and GUI overlays to the pixel.

Animated textures

Frame timing, frame size, custom frame order and interpolation in the editor, with a live preview in 2D and on the 3D model itself. Packwright only writes the .png.mcmeta when you actually set something.

Block models & blockstates

Not only items: block models with their own target path, and a blockstate editor for variants including rotation and uvlock.

Languages

Maintain translation keys in a table and export them as lang JSON — for item names, subtitles and everything else your pack names.

Pro

One pack, several versions

Overlays build your project for multiple target versions at once: the primary version in the pack root, every other one as an overlay directory containing only the files that differ. With Pro.

Pro

Import existing packs

You do not start from zero. Packwright reads an existing pack and takes along even the files it has no editor for — shaders, panoramas and particles survive a reimport and rebuild untouched. With Pro.

Pro

Java code export

For Fabric or Spigot: Packwright turns your custom items straight into compilable Java code, instead of you rebuilding the item definitions by hand. With Pro.

Pro

Shaders & other files

Files Packwright has no editor for — shaders, particles, panoramas, equipment assets — carried through the build unchanged. With Pro.

Problems before the build

An issues page collects everything that would break the pack in game: duplicate selectors, font providers without a sheet, broken parent references. Visible before the server ships the pack.

How it works

From idea to server.properties.

  1. 1

    Create a project

    An empty project or a preset for custom-item packs or GUI and font packs. A project is a single portable file.

  2. 2

    Design your assets

    Import models, create items, slice sprites, map sounds — in editors that actually understand each category.

  3. 3

    Choose the target version

    A version profile describes what the target version can do. Packwright checks your pack against it and reports what will not work there.

  4. 4

    Build & ship

    One click produces the .zip and the SHA-1. Both go straight into server.properties — or, with Pro, hosting delivers a finished URL instead.

Hosting

One URL that never changes again.

A resourcepack has to live somewhere the server can download it from. With Packwright Hosting you publish straight from the app: you get a stable URL for your pack that always serves the current version. You put it in server.properties exactly once — every publish after that is one click, with no FTP, no renaming files, no fresh link in Discord. Connecting your account is always free; publishing itself is part of Packwright Pro.

  • A stable URL per pack, always the current version
  • The SHA-1 is computed server-side and returned with it
  • Version history, each version keeping its own permanent URL to pin to
  • As many packs as you have projects — with Pro
Pricing
server.properties
# Set it once — everything after that happens in the app
require-resource-pack=true
resource-pack=https://packs.packwright.app/survival.zip
resource-pack-sha1=3f7a9c1e5b2d8046a1cf93be27d5081af6c4e2b9

Target versions

Modern Minecraft, no legacy baggage.

Packwright builds on the item-definition system introduced in 1.21.4 — no CMD predicate overrides, no .lang files. Every target version is its own profile describing which dispatch types and which pack.mcmeta shape apply there. Your project stays version-neutral; you pick the version at build time.

  • 1.21.4
  • 1.21.5
  • 1.21.6
  • 1.21.8
  • 1.21.10
  • 1.21.11
  • 26.1
  • 26.2

Roadmap

This is just the beginning.

Packwright is under active development — with your feedback.

More features

New editors and functionality keep landing.

Feedback on Discord

Post feature requests and bugs you find straight in our Discord.

More versions

More Minecraft versions get added over time, each as its own profile.

Join the Discord

Questions

Frequently asked

Do I need an account to use Packwright?

No. The app runs entirely locally and your projects are files on your disk. You only need an account if you want to use the optional hosting.

Does this work with my existing resourcepack?

Yes, with Pro. Packwright can import an existing pack. Files in known categories land in the matching editors, and everything else is passed through unchanged and shipped again on the next build.

Which Minecraft versions are supported?

Every version with the modern item-definition system, currently 1.21.4 through 26.2. Older versions using CMD predicate overrides are deliberately not the target.

Does Packwright replace Blockbench?

No, it works with it. You still build models in Blockbench and import the .bbmodel — Packwright handles everything after that: texture paths, item definition, preview and build.

Is this a plugin or a mod?

Neither. Packwright is a desktop application that produces a .zip. On the server you only change two lines in server.properties — players install nothing.

What does Packwright cost?

The desktop app is free to use, with up to 25 item bindings per project and every editor available. Pro unlocks unlimited bindings, resourcepack import, multi-version export, Java code export, raw-asset passthrough, and publishing through Packwright Hosting, among other things.

Build your next pack in editors, not in JSON.

Free, no account, for Windows, macOS and Linux.

Download Packwright