Skip to content

RPF & RPTResource Pack Tools

Advanced resource pack delegation and item model management for Minecraft 1.21+

RPF Icon
RPT Icon
Resource Packs Fusion (RPF)

Resource Packs Fusion (RPF)

Smart delegation system that allows multiple resource packs to work together seamlessly. Enables pack creators to override specific models while delegating others to lower-priority packs.

Learn more about RPF →
Resource Packs Fusion (RPF)
Resource Packs Tweaks (RPT)

Resource Packs Tweaks (RPT)

Advanced templating system, variable support, and regex-based conditional models. Create dynamic item models that respond to item data without custom model data.

Learn more about RPT →
Resource Packs Tweaks (RPT)

Quick Examples

Explore practical examples of RPF and RPT features

Basic delegation example - show custom model for items with NBT tag, delegate others to lower priority packs.

{
  "type": "select",
  "property": "minecraft:custom_data",
  "cases": [
    {
      "when": { "special_sword": true },
      "model": { "type": "minecraft:model", "model": "item/special_sword" }
    }
  ],
  "delegate": false
}

Getting Started

Choose Your Path

  • Pack Creators: Start with RPF Pack Developers Guide to learn delegation
  • Advanced Pack Creators: Add RPT for templates and variables
  • Mod Developers: Check the API documentation for integration

Released under the MIT License.