Discuss Minecraft's user interface, menus, settings, and input methods. Share feedback on navigation, controls, accessibility, customization, and other features that affect how players interact with the game.

0

Local Help in version

1 Comments

Post a new comment:

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"
    }
    ]
    }