BuildCraft|Core

BuildCraft|Core

7M Downloads

Graphic bug (too slow movement updates) 7.2.5

rapus95 opened this issue ยท 4 comments

commented

I don't really think that you can solve this but i file it nevertheless since you never know :)
2016-04-15_00 32 53
2016-04-15_00 23 41
2016-04-15_00 16 54

the Item keeps its movement direction even if there is no pipe at all (ONLY GRAPHICAL!!) the actual movement of the item is correct it's just the rendering. Possible solution could be to tell the client to render more special (to focus on such special cases) if that's not done already.
Maximum "fail Position" was 2 Blocks above it's actual pipe

commented

Ideally we will avoid special casing odd things like this (especially as it only seems to happen when an item is going at full speed).

aise changed items to use a float rather than a vec3 for positioning, so this might help with this case.

Oh, and this is a leftover bug from AlexIIL/Buildcraft_1.8_Issues#55 and #3200.

commented

This is a less extreme version of something that was fixed before.

commented

i thought this was fixed?

commented

apearently this heapens when breaking pipes so thought it was fixed