RoBrit / Moo-Fluids

Mod for Minecraft that dynamically generates 'milkable' cows for various fluids
GNU General Public License v3.0
16 stars 18 forks source link

1.12.2 Moo Fluids cows are blinking(or better to say, they are jumping or shaking xd) in the TheOneProbe interface #62

Closed MadRatSRP closed 5 years ago

Tora-B commented 6 years ago

So I've investigated this issue, and while Moo Fluids is probably doing something less than ideal (picking fluid too early, on entity construction, rather than on spawning), this is fundamentally caused by TheOneProbe. It's creating a new entity every frame that the probe is displaying information about an entity. By the time Moo Fluids has set the fluid type correctly on the displayed entity, TheOneProbe is already creating a new one with a random fluid. Even if the behavior in Moo Fluids was corrected, TheOneProbe would probably either display the cow with no fluid, or it would flicker between none and the correct one.