-
Bug
-
Resolution: Duplicate
-
None
-
1.21.1
-
None
-
Unconfirmed
-
(Unassigned)
first of all, Model – Minecraft Wiki in chinese show
Question:
when I try to overwrite the model of spyglass like this when I give @s spyglass[custom_model_data=12]:
{
"parent": "minecraft:item/generated",
"textures":
,
"overrides": [
{
"predicate":
,
"model": "raycast_display:item/dirt"
}
]
}
raycast_display:item/dirt is a model that work on diamond like this when I give @s diamond[custom_model_data=12]:
{
"parent": "minecraft:item/generated",
"textures":
,
"overrides": [
{
"predicate":
,
"model": "raycast_display:item/dirt"
}
]
}
even if I use the existing item model "glass", the diamond one is accessible, but the spyglass one not. Confused so I submit this question and hope to solve it.
- duplicates
-
MC-229142 Spyglass texture doesn't allow override through resource pack
- Resolved