#Spectral_Arrow item tag? CustomModelData doesn't seem to work.

23 messages · Page 1 of 1 (latest)

soft veldt
#

I was adding Spectral Arrows variations(just the item in hand) and for some strange reason it doesn't work. I used the same format for the snowball CustomModelData(turned it into a rock, as you can see in this screenshot) but for Spectral Arrows, it doesn't seem to work?

#
    "parent": "item/generated",
    "textures": {
        "layer0": "item/spectral_arrow"
    },
    
    "overrides": [
        {"predicate": {"custom_model_data":200}, "model": "item/quarrel"}

    ]
}```
pine obsidian
soft veldt
#

Just the CustomModelData

#

I tried 100 because it has no 100

pine obsidian
#

Then the error is either with the quarrel.json or with its position

soft veldt
#

And it looks like regular spectral arrow

#

It's an item though

pine obsidian
#

yeah, but did you also put it in models/item ?

#

(the quarrel.json)

soft veldt
#

Yeah, the spectral_arrow

pine obsidian
#

where is your quarrel.json?

soft veldt
#

The quarrel?

#

Ah, I see it now, like the rock

#

Lemme test it

#

Then I'll probably confirm it as a yes

soft veldt
pine obsidian
#

what does your quarrel.json look like?

soft veldt
#
    "parent": "item/spectral_arrow",
    "textures": {
      "layer0": "item/quarrel"
    }
}```
#

Hmm actually let me try something

#

Yeah I forgot the item/spectral_arrow/quarrel

#

In the quarrel.json

#

@pine obsidian Thanks.