Hey there!
I found that I can place chests on rails. See attached image.
Removed all mods and still. Also tried other types of chest and other items. Only chests work, but I have not tried EVERY single item.
Trains do ride over it, the image of the chest dissapears under the train but comes back between wagons.
If you need more info, please respond.
Jusgast
[0.14.21] Chest on rails
Re: [0.14.21] Chest on rails
Yep, but the trains won't hit it. If you don't want them there don't build them there. They aren't colliding with the rails. If you enable the collision box debug option you can see they don't actually collide.
If you want to get ahold of me I'm almost always on Discord.
Re: [0.14.21] Chest on rails
Well, why can't other items be placed at that location then?
Re: [0.14.21] Chest on rails
They could if they had tiny collision boxes. Small electric poles are one such entity. It's a quirk of the curved rail actually being 2 rotated bounding boxes and not a real curved collision box.Jusgast wrote:Well, why can't other items be placed at that location then?
It's *the* most annoying entity in the game when it comes to collisions. To change it at all breaks rail signals and rail connection logic all over the place.
If you want to get ahold of me I'm almost always on Discord.
Re: [0.14.21] Chest on rails
This is definitely a bug, the collision detection code is flawed and only checks the left top point, which normally works, but not in this case. Moved back to bug reports.
Re: [0.14.21] Chest on rails
Wow, you're right This is something completely different than what I was thinking. The logic was just completely wrong.HanziQ wrote:This is definitely a bug, the collision detection code is flawed and only checks the left top point, which normally works, but not in this case. Moved back to bug reports.
Fixed for 0.15.
If you want to get ahold of me I'm almost always on Discord.