The Aether

The Aether

35M Downloads

Bug: Items disappear when dropped

Closed this issue ยท 3 comments

commented

What Feature Types Apply to This Bug?

No response

Other Type

No response

What Type of Bug Is This?

Unexpected Behavior

Mod Loader

Fabric

Mod Loader Version

0.16.9

The Aether Version

1.5.1

Is This Bug a Conflict With Another Mod?

No response

Client Log

https://gist.github.com/leepicgamer6731/7dfccf62d9665ef0adb09c9ccb4f1034

Crash Report (if applicable)

No response

Steps to Reproduce

  1. Create/join world
  2. Acquire any item/block
  3. Drop the item/block

What You Expect To Happen

Item is dropped on the ground

What Actually Happened

Item disappears

Additional Details

No response

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed this bug is on the most recently supported version of Minecraft.
  • I have confirmed the details provided in this report are concise as possible and does not contain vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this bug is unique and has not been reported already.
  • If playing on a modpack, I have reported this bug to their issue tracker already.
  • I have confirmed that I'm reporting a bug in The Aether I, not The Aether II.
commented

Ah yes I have found the issue preventing such, my bad

commented

I had the same issue, it seems like a packet is failing to be handled based off my log.

Section of my log with the error:

[16:28:42] [Server thread/ERROR]: Failed to handle packet net.minecraft.class_2846@3580617d, suppressing error
java.lang.NullPointerException: null
[16:28:43] [Server thread/ERROR]: Failed to handle packet net.minecraft.class_2846@74bdf15b, suppressing error
java.lang.NullPointerException: null
[16:28:44] [Server thread/ERROR]: Failed to handle packet net.minecraft.class_2846@d79d58d, suppressing error
java.lang.NullPointerException: null

commented