We welcome feedback about menus, toggles on menus, buttons on menus, input devices (like touch controls and keyboards), and Minecraft’s interface. How do you play? What would make it better?

0

Local Help in version

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    I also had this problem that the custom model data do not actually work.

    This is what I had to make the porkchop turn into the zombie pigman head for a mod to make the zombified piglins turn to the original.

    {
    "parent": "item/generated",
    "textures": {
    "layer0": "minecraft:item/porkchop"
    },
    "overrides": [
    {
    "predicate": {
    "custom_model_data": 1
    },
    "model": "old_pigman:entity_part/head_of_pig"
    }
    ]
    }