-
Bug
-
Resolution: Works As Intended
-
None
-
24w37a
-
None
-
Confirmed
-
Commands, Items
The bug
When using commands to give items with an invalid model specified, the missing model will be used.
This is inconsistent with the existing "custom_model_data" component, which uses the default model for that item as a fallback if there is no special model associated with a given value.
How to reproduce
/give @s minecraft:stone[minecraft:custom_model_data=2147483647]
- Note how this just looks like normal stone, as expected
/give @s stone[item_model="minecraft:nonexistent_model"]
- Note the huge missing model
Expected results
If an item specifies a nonexistent model, it should use the default model for that item as a fallback instead of the missing model. The missing model should only appear in cases where resource packs are misconfigured, not when using commands with only the default resource pack active.
Actual results
Big missing textures, instead of the default model for that item.
- relates to
-
MC-276725 Missing texture when eating an item with the air model
- Open
-
MC-276673 Missing texture when giving an item with an invalid tooltip style
- Resolved
-
MC-276737 Missing texture when eating items with certain template models
- Resolved
-
MC-276768 Missing texture when throwing eggs with the air model
- Resolved