Member
Level 21
Expert Sus
3

Forum Posts

1 - 3 of 3

    K19N
    10/29/2020 5:44 am
    Level 21 : Expert Sus
    Just found that to remove the purple & black cube in your hand the item needs its own json file

    Here is an example for copy & paste-ing


    {
    "parent": "item/handheld",
    "textures": {
    "layer0": "item/texture_name_here"
    }
    }




    Make sure it is in its own json file and is named after the texture
    1
    K19N
    10/29/2020 5:04 am
    Level 21 : Expert Sus
    history
    Update I have done something that has now made it a black & purple box



    Please help me whoever is reading this asap



    {
    "parent": "item/generated",
    "textures": {
    "layer0": "item/iron_sword"
    },

    "overrides": [
    {"predicate": {"custom_model_data":1}, "model": "item/excalibur"}
    ]
    }
    1
    K19N
    10/29/2020 5:44 am
    Level 21 : Expert Sus
    Just found that to remove the purple & black cube in your hand the item needs its own json file

    Here is an example for copy & paste-ing


    {
    "parent": "item/handheld",
    "textures": {
    "layer0": "item/texture_name_here"
    }
    }




    Make sure it is in its own json file and is named after the texture
    1
    K19N
    10/29/2020 4:40 am
    Level 21 : Expert Sus
    history
    Hi whoever is reading this!
    I am trying to make a resource pack that goes with a data pack I am working on. I have tried multiple methods with this resource pack and some of the responses in the comments. My texture isn't coming up yet I have replicated the example .json file identically except with my presonal twists please help me.

    here is my code

    {
    "parent": "item/generated",
    "textures": {
    "layer0": "item/iron_ingot"
    },

    "overrides": [
    {"predicate": {"custom_model_data":1234567}, "model": "assets/minecraft/models/item/swords/excalibur"}
    ]
    }




    I have tried adjusting multiple things but nothing is working? Is this a 1.16 issue or am I just plain stupid?
    1
    K19N
    10/29/2020 5:04 am
    Level 21 : Expert Sus
    history
    Update I have done something that has now made it a black & purple box



    Please help me whoever is reading this asap



    {
    "parent": "item/generated",
    "textures": {
    "layer0": "item/iron_sword"
    },

    "overrides": [
    {"predicate": {"custom_model_data":1}, "model": "item/excalibur"}
    ]
    }
    1
    K19N
    10/29/2020 5:44 am
    Level 21 : Expert Sus
    Just found that to remove the purple & black cube in your hand the item needs its own json file

    Here is an example for copy & paste-ing


    {
    "parent": "item/handheld",
    "textures": {
    "layer0": "item/texture_name_here"
    }
    }




    Make sure it is in its own json file and is named after the texture
    1

1 - 3 of 3

Welcome