Railcraft

Railcraft

34M Downloads

1.12 Correct collision bounding boxes

vos6434 opened this issue ยท 3 comments

commented

you can walk through any block on 1.12
2018-04-04_14 21 52

commented

Cannot reproduce after fixing some code style. Guess was a code style issue.

commented

Most(?) of the AABBs lost their position offset, the port likely didn't account for this yet.

commented

Ah thanks @sfPlayer1. Luckily the mod uses an interface to account for aabbs for tile entities, that would not be very hard. Do you mean those ones which have their World parameters changed to IBlockAccess?