#The texture good.png is not appearing

1 messages · Page 1 of 1 (latest)

worn umbra
#

screenshots of the files are attached what did i do wrong?
I am spawning the item with:
/give @p paper[custom_model_data={strings:["good"]}] 1

rain python
#

Your model file is missing a namespace in the texture reference, so it's checking the default minecraft namespace

hollow solar
#

also, for your custom model data to work on the base paper item model, your items file needs to replace the default paper definition, so it must be in the minecraft namespace

worn umbra
#

yep that worked thanks