InvMenu icon indicating copy to clipboard operation
InvMenu copied to clipboard

New minecraft version issue

Open roimee6 opened this issue 9 months ago • 6 comments

I have no explanation nor any log but invmenu doesn't seem to work anymore on the new version of minecraft

When opening an inventory with invemnu it doesn't appear and makes our inventory totally disappear (we can't open it afterwards)

roimee6 avatar Mar 27 '25 12:03 roimee6

I would also like to add that as soon as you try to open an inventory created with InvMenu, it closes the inventory you wish to open and prevents you from opening your personal inventory, or any other inventory of any kind

After reconnecting to the server, it “works again”

EDIT :

After trying to correct the problem on my side, I realized that the problem only occurred when the player deactivated the “Screen Animations” parameter in the video settings

This solves the problem for PC and IOS players, but I'm unable to test the problem on other devices

MymaQc avatar Mar 27 '25 15:03 MymaQc

Can confirm, GUIs are not sent to the client, relogging fixes it sometimes. It's not InvMenu related however, it's .70 bug.

Shelly7w7 avatar Mar 27 '25 20:03 Shelly7w7

We have to wait 8 ticks before sending inventory when we send UpdateBlockPacket to create a "fake block" now.

SunsetTadpole78 avatar Mar 29 '25 13:03 SunsetTadpole78

the problem continues

Leawise2 avatar Mar 29 '25 18:03 Leawise2

no ?

SunsetTadpole78 avatar Mar 30 '25 07:03 SunsetTadpole78

I've release v4.6.6 with the necessary changes to make it work with v1.21.70 clients (dev build: https://poggit.pmmp.io/ci/Muqsit/InvMenu/InvMenu/dev:199). Would appreciate if someone could test it.

For server owners, plugins using InvMenu need to be updated by their authors. I updated few of my works you can test right away. Direct links to phars:

For plugin devs, be sure you repackage your plugins after updating InvMenu. If they are on poggit, all you have to do is update version in .poggit.yml. Succeeding poggit build will contain the fix. (cc @fadijalal07)

projects:
  InvSee:
    path: ""
    icon: icon.png
    libs:
      - src: muqsit/InvMenu/InvMenu
-       version: ^4.6.5
+       version: ^4.6.6
        branch: pm5

Muqsit avatar Apr 05 '25 19:04 Muqsit