Railcraft

Railcraft

34M Downloads

Anchors are not invalidated properly when moved by mffs

Kubuxu opened this issue ยท 3 comments

commented

It makes forge running out of tickets for Railcraft. Solution would be to add releaseTicket() to invalidate() in block class declaration.

commented

I've wrote asm fix for myself and invalidating tickets during invalidate() works without breaking anything.

commented

The problem is that the chunk will unload while its being moved then.

commented

It already sets refreshTicket to true, which triggers a refresh on the next tick. Can't actually call that function outside of the world without breaking things.

The problem is that Calclavia refuses to properly invalidate things he moves.