retrooper / packetevents

PacketEvents is emerging as a strong contender in the realm of Minecraft packet processing libraries. Designed to simplify packet manipulation while delivering high performance, this powerful tool aims to demystify the complexities of projects utilizing packets.
GNU General Public License v3.0
517 stars 148 forks source link

Certain Invisible Item Drops #1016

Open GentlemanCheesy opened 2 days ago

GentlemanCheesy commented 2 days ago

Describe the bug Certain items containing specific item components will be invisible while dropped from your inventory.

Software brand Paper 1.21.1

Plugins image

How To Reproduce

  1. Obtain an item with item components similar to the item in question.
  2. Drop it on the ground.
  3. Observe it being invisible.
  4. Try to pick it up to determine it was dropped.

Expected behavior Item in question should be visible when dropped.

Screenshots N/A

Additional context Server Latest.log on pastebin: https://pastebin.com/La90Qa8c "/paper dumpitem" output: minecraft:paper[jukebox_playable={song: "redux:moyai"},custom_model_data=9000067,max_stack_size=1,custom_name='{"extra":[{"bold":false,"italic":false,"obfuscated":false,"strikethrough":false,"text":"Music Disc","underlined":false}],"text":""}',custom_data={CheesyCraft: "MoyaiManor"},rarity="rare"]

GentlemanCheesy commented 2 days ago

Note that this might be related to (https://github.com/retrooper/packetevents/issues/1011)