ComfyFactory / ComfyFactorio

A compilation of factorio scenarios, featuring many different maps.
GNU General Public License v3.0
45 stars 53 forks source link

MTN: Spawned loot chest inside another building (unreachable) #455

Closed vadcx closed 6 months ago

vadcx commented 7 months ago

This chest was dropped from one of the trees I mined. I don't know which came first, tree underneath the outpost or outpost spawned under the tree. Either way, I think the chest should've been spawned outside to be reachable by hand.

In this particular situation, it would've been possible to extract the items using an inserter. But I don't consider this normal.

unreachablechest

Gerkiz commented 6 months ago

This should now be fixed in the next release. The function now checks specifically for a market before spawning the chest, if a market is found then it'll utilize find_non_colliding_position before spawning the chest in the new position.