nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft.
Pommel - Held Item Models

Pommel - Held Item Models

Mod

Fabric mod that allows resource pack creators to overwrite the models for held items just like the spyglass and trident

Client DecorationEquipmentUtility

241.3k downloads
84 followers
Created2 years ago
Updated5 months ago

[1.21.x] Pommel - Held Item Models 1.3.1+1.21.x

Changelog

Additions

  • New predicate, pommel:is_enchanted
    • Value of 1 if item is enchanted or 0 if not
    • Based on if item has enchantment or stored enchantments component(s)
  • Example JSON:
    {
      "parent": "minecraft:item/handheld",
      "textures": {
        "layer0": "minecraft:item/diamond_pickaxe"
      },
      "overrides": [
        { "predicate": { "pommel:is_held": 1.0 }, "model": "minecraft:item/pommel_held_models/diamond_pickaxe" },
        { "predicate": { "pommel:is_enchanted": 1.0 }, "model": "minecraft:item/diamond_pickaxe_enchanted" },
        { "predicate": { "pommel:is_held": 1.0, "pommel:is_enchanted": 1.0 }, "model": "minecraft:item/pommel_held_models/diamond_pickaxe_enchanted" }
      ]
    }
    

Files

pommel-held-items-1.3.1+1.21.x.jar(46.53 KiB) Primary Download

External resources



Project members

TimmyChips

Owner


Technical information

License
MIT
Client side
required
Server side
optional
Project ID
Expand Down