Packdev Toolkit

Quick rating

Packdev Toolkit

No reviews yet

A collection of developer tools for building modpacks and datapacks. Pull textures/models out of resource packs, dump lang entries, search datapacks, and copy item IDs: all without leaving the game!

QoL & Tweaks
Mod Loaders
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Packdev Toolkit Fabric 1.21.1 - 1.3.2
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Packdev Toolkit

fabric neoforge

A collection of developer tools for building modpacks and datapacks. Pull textures/models out of resource packs, dump lang entries, search datapacks, and copy item IDs: all without leaving the game!

Requirements

Features

Export hovered asset/recipe (O)

Press the export key (default: O) to pull whatever you're looking at into a checklist screen, where you pick which files to copy into your export folder:

Texture Extraction

  • Looking at a block: grabs every texture used by its current block model (including block entities like chests).
  • Looking at an entity: grabs its texture.
  • Holding an item: grabs the item's texture(s).
  • Hovering an item in EMI: same as holding it.
  • Hovering a recipe in EMI's recipe viewer: saves the recipe straight to a datapack JSON file (singleplayer only).

Recipe Extraction

Hold Shift while pressing the export key to instead grab the raw JSON definitions (blockstate + block model, or item model) instead of the PNG textures.

Blockstate Extraction

Selected files are copied into your configured export directory (see Configuration) and the containing folder is opened for you automatically.

Copy translation key (J)

Press the copy key (default: J) while looking at a block/entity, holding an item, or hovering an item in EMI to copy its lang entry to your clipboard:

"item.minecraft.diamond": "Diamond"

Handy for quickly building en_us.json entries for modpack renames.

Item Descriptions exports (Z)

With Item Descriptions loaded, you can grab descriptions directly in their expected format.

Press the export description key (default: Z) while looking at a block/entity, holding an item, or hovering an item/tag in EMI to automatically append its description lang key to your resource pack's en_us.json file.

This automatically merges with your existing en_us.json if it exists, without overwriting other entries.

Browse vanilla/mod resource (/packdev browse)

This will open up a screen where you can select files from loaded mods to export to your configured data and assets directories.

File Browser

Dump item IDs and registries (/export)

Grabs item IDs, registries, or tag entries and saves them. Click the chat message to copy to your clipboard or open the exported JSON file in your queries folder.

Command Dumps / Exports
/export hand The item in your main hand (as copyable chat array)
/export hotbar All 9 hotbar slots + offhand (as copyable chat array)
/export inventory Your entire inventory (as copyable chat array)
/export biomes All registered biomes (as a JSON file in your queries folder)
/export structures All registered structures (as a JSON file)
/export configured_features All registered configured features (as a JSON file)
/export placed_features All registered placed features (as a JSON file)
/export registry <registry_id> All entries in any registry (as a JSON file)
/export tag <registry_id> <tag_id> All entries inside a specific tag (as a JSON file)
/export tags_of <registry> <entry> All tags that a specific entry belongs to (as a JSON file)

Search datapacks for item/block usage (/query)

Requires OP. Scans every loaded datapack for references to a given item or block and writes the matching file IDs to a JSON file in your export folder (queries/ subfolder), then links the file in chat.

Command Searches
/query find_item_in_loot <item> loot_table and loot_modifiers JSON for the item ID
/query find_block_in_features <block> worldgen/configured_feature JSON for the block ID
/query find_block_in_structures <block> .nbt structure files whose block palette contains the block

Useful for answering "which loot tables have this?" or "which structures use this block?" without manually searching through datapack files.

Configuration

Accessible from the config screen in-game using YACL, or packdev_toolkit.json in your config folder

Export Directories

You can configure three separate destination folders for different types of output. These can be relative to the game/server directory or absolute paths:

  • Resource Pack Export Directory: The folder that client assets like textures, blockstates, and models are written to (default: packdev_toolkit_resource_pack).
  • Data Pack Export Directory: The folder that server data like recipes are written to (default: packdev_toolkit_data_pack).
  • Queries Export Directory: The folder that /query and /export list files are written to (default: packdev_toolkit_queries).

Keybinds

Keybinds are rebindable through the Controls screen under the "Packdev Toolkit" category.

Credits

Thanks to Cassian for the idea and basic implementation of translation key copying!

License

Code license (MIT)


discord-plural github-plural

Packdev Toolkit

fabric neoforge

A collection of developer tools for building modpacks and datapacks. Pull textures/models out of resource packs, dump lang entries, search datapacks, and copy item IDs: all without leaving the game!

Requirements

Features

Export hovered asset/recipe (O)

Press the export key (default: O) to pull whatever you're looking at into a checklist screen, where you pick which files to copy into your export folder:

Texture Extraction

  • Looking at a block: grabs every texture used by its current block model (including block entities like chests).
  • Looking at an entity: grabs its texture.
  • Holding an item: grabs the item's texture(s).
  • Hovering an item in EMI: same as holding it.
  • Hovering a recipe in EMI's recipe viewer: saves the recipe straight to a datapack JSON file (singleplayer only).

Recipe Extraction

Hold Shift while pressing the export key to instead grab the raw JSON definitions (blockstate + block model, or item model) instead of the PNG textures.

Blockstate Extraction

Selected files are copied into your configured export directory (see Configuration) and the containing folder is opened for you automatically.

Copy translation key (J)

Press the copy key (default: J) while looking at a block/entity, holding an item, or hovering an item in EMI to copy its lang entry to your clipboard:

"item.minecraft.diamond": "Diamond"

Handy for quickly building en_us.json entries for modpack renames.

Item Descriptions exports (Z)

With Item Descriptions loaded, you can grab descriptions directly in their expected format.

Press the export description key (default: Z) while looking at a block/entity, holding an item, or hovering an item/tag in EMI to automatically append its description lang key to your resource pack's en_us.json file.

This automatically merges with your existing en_us.json if it exists, without overwriting other entries.

Browse vanilla/mod resource (/packdev browse)

This will open up a screen where you can select files from loaded mods to export to your configured data and assets directories.

File Browser

Dump item IDs and registries (/export)

Grabs item IDs, registries, or tag entries and saves them. Click the chat message to copy to your clipboard or open the exported JSON file in your queries folder.

Command Dumps / Exports
/export hand The item in your main hand (as copyable chat array)
/export hotbar All 9 hotbar slots + offhand (as copyable chat array)
/export inventory Your entire inventory (as copyable chat array)
/export biomes All registered biomes (as a JSON file in your queries folder)
/export structures All registered structures (as a JSON file)
/export configured_features All registered configured features (as a JSON file)
/export placed_features All registered placed features (as a JSON file)
/export registry <registry_id> All entries in any registry (as a JSON file)
/export tag <registry_id> <tag_id> All entries inside a specific tag (as a JSON file)
/export tags_of <registry> <entry> All tags that a specific entry belongs to (as a JSON file)

Search datapacks for item/block usage (/query)

Requires OP. Scans every loaded datapack for references to a given item or block and writes the matching file IDs to a JSON file in your export folder (queries/ subfolder), then links the file in chat.

Command Searches
/query find_item_in_loot <item> loot_table and loot_modifiers JSON for the item ID
/query find_block_in_features <block> worldgen/configured_feature JSON for the block ID
/query find_block_in_structures <block> .nbt structure files whose block palette contains the block

Useful for answering "which loot tables have this?" or "which structures use this block?" without manually searching through datapack files.

Configuration

Accessible from the config screen in-game using YACL, or packdev_toolkit.json in your config folder

Export Directories

You can configure three separate destination folders for different types of output. These can be relative to the game/server directory or absolute paths:

  • Resource Pack Export Directory: The folder that client assets like textures, blockstates, and models are written to (default: packdev_toolkit_resource_pack).
  • Data Pack Export Directory: The folder that server data like recipes are written to (default: packdev_toolkit_data_pack).
  • Queries Export Directory: The folder that /query and /export list files are written to (default: packdev_toolkit_queries).

Keybinds

Keybinds are rebindable through the Controls screen under the "Packdev Toolkit" category.

Credits

Thanks to Cassian for the idea and basic implementation of translation key copying!

License

Code license (MIT)


discord-plural github-plural

Screenshots

Gallery

  • Extraction Screen
    Extraction Screen
  • Blockstate Extraction
    Blockstate Extraction
  • Recipe Extraction
    Recipe Extraction

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works