Refined Relocation

Refined Relocation

3M Downloads

WAILA data is incorrect until GUI has been opened at least once

BlayTheNinth opened this issue ยท 3 comments

commented

The fix for this is to send the filter and other relevant data in the TileEntity data packet, so the client receives it even if he hasn't opened the GUI at least once yet.

The problem is that all the sorting chests from other mods have their own description packet so we can't just do it like that there...

commented

I'll try to find out why this isn't working as it should be. Looking at the code it seems like things should work, but something with sending or reading the server NBT on the client doesn't seem to work.

commented

If the data is in the NBT tag, you can use the Waila API to send it over the network as necessary.

It's already done for certain RR tiles:
https://github.com/Dynious/RefinedRelocation/blob/master/src/main/java/com/dynious/refinedrelocation/mods/WailaProvider.java#L28-L32