Yanis Guaye

Results 28 comments of Yanis Guaye

This seems to be caused by tooltip fix, the author said the this is fixed in version 1.0.4, what version of tooltip fix are you currently running ?

I still cannot reproduce this issue when running on Minecraft 1.18.2 with ToolTipFix 1.0.4. Does this problem occur at different gui scales? Have you tried to change the window position...

While it would be possible, I think it would look pretty messy, considering the preview will be located *inside* the item's tooltip starting with Minecraft 1.17.

The vanilla-style placement is the new default in 1.17, but there will be a setting in the config to revert it back to the way it is before 1.17

I don't know about setting up the project in IDEA, but it looks like a cache issue. Try running `.\gradlew.bat cleanLoomMappings cleanLoomBinaries` maybe ?

The `Contains x stack(s)` can be removed by setting the tooltip type to `None` or `Vanilla` in the configuration.

There is currently no shulker box tooltip plugin in the works as I am not familiar with server-side plugin development. The mod only talks to the server for ender chest...

Hello, sorry for the late reply. I haven't looked too deeply into the issue yet, but I believe directly calling `S2CMessages.registerAll()` inside `C2SMessages#attemptHandshake()` would cause some compatibility problems with MinecraftForge....

I looked into this bug, seems the `handled` flag is not set *specifically* for the `s2c_handshake` packet, previewing an ender chest won't trigger the message... :thinking: However, this does not...

![image](https://github.com/MisterPeModder/ShulkerBoxTooltip/assets/7838479/f473e062-20b5-4d42-bed3-e62257abd3d8) It's finally ready to go! In the next releases for 1.20 and 1.19.4, you will be able to lock the tooltip using a key (left control by default) and...