HomeJavaModsPommel Held Item Models Mod (1.21.1, 1.20.1) – Hold Your Gear in Full 3D
Pommel Held Item Models Mod (1.21.1, 1.20.1) – Hold Your Gear in Full 3D
ModsJava

Pommel Held Item Models Mod (1.21.1, 1.20.1) – Hold Your Gear in Full 3D

Pommel Held Item Models Mod lets resource pack makers change how an item looks when you hold it in your hand. It works just like the spyglass or trident…

⬇ DownloadOpen in MCModsHubGet it on Google Play →

Pommel Held Item Models Mod lets resource pack makers change how an item looks when you hold it in your hand. It works just like the spyglass or trident, which have their own unique models when held. This means a resource pack can make a normal sword look like a fiery greatsword or turn a stick into a magical staff. The mod gives you a new way to customize items without changing the original item itself.

Features:

New Conditions for Item Models

Configuration:

This mod adds new rules, called predicates, for resource pack makers. You can use these in an item’s JSON file to change its model based on how it’s used. Here are the predicates you can use:

JSON Example:

Here is a basic example of how to use these predicates in an item’s JSON file. This code tells the game to show a different model when the item is held, in a frame, on your head, or on the ground.

{
  "parent": "item/handheld",
  "textures": {
    "layer0": "minecraft:item/2d_model_texture"
  },
  "overrides": [
    { "predicate": { "pommel:is_held": 1.0 }, "model": "minecraft:item/my_held_item" },
    { "predicate": { "pommel:is_fixed": 1.0 }, "model": "minecraft:item/my_framed_item" },
    { "predicate": { "pommel:is_head": 1.0 }, "model": "minecraft:item/my_worn_item" },
    { "predicate": { "pommel:is_ground": 1.0 }, "model": "minecraft:item/my_ground_item" },
  ]
}

Apple Eating Example:

This example changes the apple’s model as you eat it. It also shows a special 3D model when you hold the apple, including different 3D models for each bite.

{
  "parent": "minecraft:item/generated",
  "textures": {
    "layer0": "minecraft:item/apple"
  },
  "overrides": [
    { "predicate": { "pommel:is_held": 1 }, "model": "minecraft:item/held_items/apple_3d" },
    { "predicate": { "pommel:item_use": 0.25 }, "model": "minecraft:item/apple_eat_0" },
    { "predicate": { "pommel:is_held": 1, "pommel:item_use": 0.25 }, "model": "minecraft:item/held_items/apple_eat_0_3d" },
    { "predicate": { "pommel:item_use": 0.50 }, "model": "minecraft:item/apple_eat_1" },
    { "predicate": { "pommel:is_held": 1, "pommel:item_use": 0.50 }, "model": "minecraft:item/held_items/apple_eat_1_3d" },
    { "predicate": { "pommel:item_use": 0.75 }, "model": "minecraft:item/apple_eat_2" },
    { "predicate": { "pommel:is_held": 1, "pommel:item_use": 0.75 }, "model": "minecraft:item/held_items/apple_eat_2_3d" }
  ]
}

Screenshots:

Pommel Held Item Models active in the main game menu
Pommel Held Item Models active in the main game menu
Player holding a custom diamond sword model while on a tree
Player holding a custom diamond sword model while on a tree
Custom 3D model for an enchanted golden apple held in hand
Custom 3D model for an enchanted golden apple held in hand
Character using the mod to hold an oak log with two hands
Character using the mod to hold an oak log with two hands
Unique 3D model for a lingering potion of regeneration being held
Unique 3D model for a lingering potion of regeneration being held
Custom bow and arrow model displayed in a village setting
Custom bow and arrow model displayed in a village setting
Player using custom held models while facing mobs in a village
Player using custom held models while facing mobs in a village
Detailed 3D model view of an enchanted golden apple item
Detailed 3D model view of an enchanted golden apple item
Scenic savanna view where Pommel Held Item Models is in use
Scenic savanna view where Pommel Held Item Models is in use

Pommel Held Item Models Mod Download Links

For Minecraft 1.21.1, 1.21

Fabric version: Download from Server 1Download from Server 2

For Minecraft 1.20.1, 1.20

Fabric version: Download from Server 1Download from Server 2

Pommel Held Item Models Mod (1.21.1, 1.20.1) – Hold Your Gear in Full 3D is a free Minecraft Java mod. Compatible with Minecraft 1.21.1, 1.20.1. Download it and open it directly in the game.

Explore more