Description:
When the block held by a Sulfur Cube is replaced with air using the /replaceitem command, the entity does not resume its normal AI behavior until a player holding a block comes within proximity.
Steps to Reproduce:
Summon a Sulfur Cube.
Use any block on it so that it picks up the block and holds it in its weapon slot.
Run the following command:
/replaceitem entity @e[type=minecraft:sulfur_cube] slot.weapon.mainhand 0 air
Observe the Sulfur Cube’s behavior after the command is executed.
Observed Result:
The Sulfur Cube remains idle and does not perform any actions until a player holding any block approaches it.
Expected Result:
The Sulfur Cube should immediately resume its normal AI behavior after the held block is replaced with air, without requiring a nearby player holding a block.
Linked issues
Comments 0
No comments.