A custom resource pack for Minecraft 1.21.5+ that applies custom textures to PVC-specific items based on their display names (NBT data).
Below is a complete visual reference of the custom items, showing what vanilla item they replace and what their new texture looks like in-game!
Note: Any images or textures referenced are pulled relatively from the standard resource pack architecture. If changes are made to the items, the images will automatically update on this preview if they share the same filename!
- Download the compiled zip folder (usually excluded from
README.md). - Place the zip file in your Minecraft
resourcepacksfolder. - Enable the resource pack in Minecraft settings.
The pack follows a strict separation between vanilla logic overrides and custom assets designed to support complex custom model mapping:
assets/minecraft/items/*.json: Vanilla Item Model Logic that hijacks the original item and checks the name.assets/pvc-plus/models/item/*.json: Custom Item Models that are used by the Vanilla Item Model Logic, usually named for their in-game name.assets/pvc-plus/textures/item/: Project-specific visual texture assets, usually named for what they look like.