-
Bug
-
Resolution: Works As Intended
-
None
-
24w07a
-
None
-
Confirmed
-
Commands
Shulker's scale attribute cannot be over 3.0.
How to reproduce
- Summon a Shulker with scale attribute 3.
/summon minecraft:shulker ~ ~ ~ {Attributes:[{Name:"minecraft:generic.scale",Base:3}]}
- Try to set it to 4.
/attribute @e[type=minecraft:shulker,limit=1,sort=nearest] minecraft:generic.scale base set 4
- The Shulker stays the same size.
- relates to
-
MC-268015 Shulker bullets shot from shulkers don't account for the scale attribute
- Resolved