MeteorDevelopment / meteor-client

Based Minecraft utility mod.
https://meteorclient.com
GNU General Public License v3.0
2.15k stars 797 forks source link

Elytra fly inventory left open [Bug] #4521

Open ValkLaz opened 5 months ago

ValkLaz commented 5 months ago

Describe the bug

Not working as intended. When the module does a chest swap, it does not close the inventory and I have to manually open and close it. An open inventory causes kill aura and any hits to not land. (Server anticheat) I'd like an option to close inventory after chest swap to be a thing.

Steps to reproduce

  1. I enabled/disabled elytra fly
  2. It tries to chest swap which results in an open inventory

Meteor Version

meteor-client-0.5.6-2054

Minecraft Version

1.20.4

Operating System

Windows

Before submitting a bug report

Wide-Cat commented 5 months ago

go into the chest swap module and enable the close inventory setting

ValkLaz commented 5 months ago

This doesn't work. I was talking about the chest swap feature in the elytra fly module.

Wide-Cat commented 5 months ago

the elytra fly module uses the code from the chest swap module

Xenapte commented 4 months ago

Happens to me too, on servers using NCP as the anticheat. NCP flags you as inside your inventory GUI when you move any item, until an inventory close packet is received. Affects both Chest Swap and Auto Totem, possibly also other inventory-related modules. This can be solved by just sending that packet every time an item is moved.