-
Bug
-
Resolution: Works As Intended
-
None
-
24w37a
-
None
-
Community Consensus
-
(Unassigned)
Clones MC-206602.
The bug
If, using components, an item is assigned the spyglass_in_hand model, then dropped on the ground, it will appear considerably larger than other items such as dropped blocks.
How to reproduce
/give @s sweet_berries[item_model="minecraft:spyglass_in_hand"]
- Drop on the ground
- Drop a normal block on the ground
Expected results
The spyglass would be similar in size to the dropped block.
Actual results
It is much longer.
How to fix
Tweak the "scale" parameter in the item model with reference to the "ground" parameter such that it appears smaller and more in line with other items.