Details
-
Type:
Bug
-
Status: Resolved
-
Resolution: Fixed
-
Affects Version/s: Minecraft 17w13a
-
Fix Version/s: Minecraft 17w15a
-
Labels:
-
Confirmation Status:Confirmed
-
Game Mode:Spectator
Description
The bug
Clicking on a crafting recipe in Spectator mode moves the items to the crafting grid.
How to reproduce
- Place a redstone block in your first hotbar slot
- Place a repeating command block with the following command
/say Testing
- Place an always active chain command block with the following command behind it
/testfor @p {Inventory:[{Slot:0b,id:"minecraft:redstone_block"}]}
- Place a conditional, always active chain command block with the following command behind it
/say Redstone block found
- Switch to Spectator mode
- Click on the redstone dust recipe
→ You will notice that only "Testing" is printed in the chat, but "Redstone block found" is not
Attachments
Issue Links
- relates to
-
MC-116179 Recipe book broken in spectator mode
- Resolved