Age:-32768 Not Working
EDIT: Nevermind this, it isn't a bug. I just worded the command wrong.
First I made a sword with these data tags, and it appeared to worked just fine.
Later, I noticed the sword had disappeared.
The Age:-32768 data tag didn't work, and I believe I entered it correctly, but if I didn't please tell me. Otherwise this is a fairly big bug.
The exact command is:
/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Age:-32768,PickupDelay:32767}}
Created Issue:
PickupDelay:32767 + Age:-32768 Not Working
First I made a sword with these data tag, and it appeared to worked just fine.
Then I made a bow with them, and I kept picking it up. That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs or there is some sort of conflict between the two, so it may be two parts of the same bug.
First I made a sword with these data tag, and it appeared to worked just fine.
{id:diamond_sword,Count:1,Age:-32768,PickupDelay:32767}
Then I made a bow with them, and I kept picking it up. That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs or there is some sort of conflict between the two, so it may be two parts of the same bug.
EDIT: The exact command is
/summon Item ~ ~-2 ~ {Item:}
First I made a sword with these data tag, and it appeared to worked just fine.
{id:diamond_sword,Count:1,Age:-32768,PickupDelay:32767}
Then I made a bow with them, and I kept picking it up. That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs orthere is some sort of conflict between the two, soit may be two parts of the same bug.
EDIT: The exact command is
/summon Item ~ ~-2 ~ {Item:}
First I made a sword with these data tag, and it appeared to worked just fine.
{id:diamond_sword,Count:1,Age:-32768,PickupDelay:32767}
Then I made a bow with them, and I kept picking it up. That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs, or it may be two parts of the same bug.
EDIT: The exact command is
/summon Item ~ ~-2 ~ {Item:}
First I made a sword with these data tag, and it appeared to worked just fine.
{id:diamond_sword,Count:1,Age:-32768,PickupDelay:32767}
Then I made a bow with them, and I kept picking it up. That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs, or it may be two parts of the same bug.
EDIT: The exact command is
/summon Item ~ ~-2 ~ {Item:}
First I made a sword with these data tag, and it appeared to worked just fine.
Then I made a bow with them, and I kept picking it up. That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs, or it may be two parts of the same bug.
EDIT: The exact command is/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Count:1,Age:-32768,PickupDelay:32767}}
PickupDelay:32767 +Age:-32768 Not Working
First I made a sword with these data tag, and it appeared to worked just fine.
Then I made a bow with them, and I kept picking it up.That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs, or it may be two parts of the same bug.
EDIT: The exact command is/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Count:1,Age:-32768,PickupDelay:32767}}
First I made a sword with these data tag, and it appeared to worked just fine.
That was when I noticed the sword had disappeared. I'm not sure, but their either two separate bugs, or it may be two parts of the samebug.
EDIT:The exact command is/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Age:-32768,PickupDelay:32767}}First I made a sword with these data tags, and it appeared to worked just fine.
Later, I noticed the sword had disappeared.
The Age:-32768 data tag didn't work, and I believe I entered it correctly, but if I didn't please tell me. Otherwise this is a fairly big bug.
The exact command is:/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Age:-32768,PickupDelay:32767}}
First I made a sword with these data tags, and it appeared to worked just fine.
Later, I noticed the sword had disappeared.
The Age:-32768 data tag didn't work, and I believe I entered it correctly, but if I didn't please tell me. Otherwise this is a fairly big bug.
The exact command is:/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Age:-32768,PickupDelay:32767}}EDIT: Nevermind this, it isn't a bug. I just worded the command wrong.
First I made a sword with these data tags, and it appeared to worked just fine.
Later, I noticed the sword had disappeared.
The Age:-32768 data tag didn't work, and I believe I entered it correctly, but if I didn't please tell me. Otherwise this is a fairly big bug.
The exact command is:/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Age:-32768,PickupDelay:32767}}
Your "Age" and "PickupDelay" tags are in the wrong location; you've set them within the "Item" tag, when they should belong at the root.
/summon Item ~ ~-2 ~ {Item:{id:diamond_sword,Count:1},Age:-32768,PickupDelay:32767}Thanks! Data tags are so confusing...