Vincent Lee
Vincent Lee
Does it happen every time? and does it happen with just botania and its dependencies?
can you try to narrow down the set of mods?
I think this is an attempt by the rendering logic to "close the loop" so to speak so you get a nice circle like the first screenshot.
I don't see where you're pointing to. What part of the profile is concerning you (give a path of methods to click into)?
Nvm, I see it. Unfortunately, that's just how the item works, it scans the surroundings for item entities, scans all container contents, and scans all entity inventories, which comes out...
no, because not all entity or container inventories are sent to the client, so at least that part needs to be server side. item entities could be moved, though.
no, those only sync when you open them. this is the reason why things like clientside worlddownloader mods can't save inventories if they aren't opened.
seems like this texture was never actually used
Confirmed, but not sure how to fix yet. Basically the problem is the retainer saves the request + the position it was submitted at. The Retainer's contract is that the...