Tweakeroo

Tweakeroo

2M Downloads

Bug: inventory preview cannot work for crafter in 1.20.4

KleinQwQ opened this issue ยท 2 comments

commented

Mc Version 1.20.4
mod version 0.19.2

commented

The server doesn't normally sent the block entity contents to the clients. It only sends data that the client needs t properly render everything. So the inventory preview doesn't work in multiplayer on its own, it needs a server side mod to send the data.

I still don't have this sync functionality in my own mods. But if the server has the pca-protocol mod and the client has MasaGadget and the pcaSyncProtocol option is enabled in MasaGadget, then the Tweakeroo Inventory Preview tweak should work (it's worth noting that MasaGadget doesn't seem to implement the sync for Litematica's Block Info Overlay).

If it works without these mods, then something else, such as opening the inventory GUI might have saved the data to the client side world. But that data probably won't keep updating "on its own". And this normally doesn't happen for vanilla inventories even when opening the inventory GUI, as the vanilla game doesn't put that data to the client world, it just forgets it immediately when you close the GUI.

commented

oh, it only now work in server