Bug: using /summon and spawning a zombie with wheat in it's hand it will spawn with nothing
How to reproduce: Start a world, place a command block on any block, enter this command
/summon Zombie ~ ~1 ~ {Equipment:[{id:59}]}
Then power the command block.
Expected outcome: A zombie holding wheat.
I know IDs are being fazed out, but you can still do other blocks and it does not work with the current translated IDs or whatever you call it (EX:"minecraft:wheat")
Comments 3
Block 59 is a technical block and cannot be held. Use the wheat item 296 :
summon Zombie ~ ~2 ~ {Equipment:[{id:296}]}
Sorry, I assumed that if 59=minecraft:wheat then it must be wheat. Just to avoid another invalid report, is Nether Portal block meant to flip side to side when placed in a specific way (in hot bar) if not, I'll submit my first valid report (with screen shots) PS Thank you .
Edit: how rude of me, I should have thought to said this- it's late but Thank you for helping me 🙂
This also effects skeletons.