-
Bug
-
Resolution: Unresolved
-
None
-
1.21.3
-
None
-
Confirmed
-
(Unassigned)
The bug
If a model file uses the "parent" parameter to reference another model, and the empty string "" is used, the observed results are inconsistent.
How to reproduce
A resource pack that makes oak leaves point to "" as the parent model is attached.
- Download and apply the attached resource pack
- Obtain/look at oak leaves
/give @s minecraft:birch_leaves[minecraft:item_model=""]
Expected results
Both oak leaves and the given item for birch leaves reference the empty string. Therefore, either both would appear empty, or both would use the missing model.
Actual results
The oak leaves appear empty, but the birch leaves use the missing model.