#Display custom items as vanilla items

9 messages · Page 1 of 1 (latest)

summer veldt
#

I don't know if there is already something like this out there, but here is a Blockbench code to display 16x16 pixel items like vanilla items, my example has a custom ingot texture named "Enderite Ingot", maybe this will help someone in the future!

#
{
    "credit": "Made with Blockbench",
    "parent": "item/handheld",
    "textures": {
        "layer0": "harambe_pack:item/enderite_ingot"
    },
    "display": {
        "thirdperson_righthand": {
            "translation": [0, 3, 1],
            "scale": [0.55, 0.55, 0.55]
        },
        "thirdperson_lefthand": {
            "translation": [0, 3, 1],
            "scale": [0.55, 0.55, 0.55]
        }
    }
}
brazen wind
#

Also, this is a channel to ask questions, not to share "resources" etc. (we have an faq-entry for this specific thing too)

summer veldt
#

Ohh my bad! Oh and damnn, "item/generated" I didn't know that! Thank you, maybe this was a question after all, haha

#

so I guess that "item/handheld" is for tools and "item/generated for normal item

#

neat!

brazen wind
#

yep

#

there is also handheld_rod for fishing rods