Lucas Simon

Results 88 comments of Lucas Simon

Could you provide an example blueprint? Is this only occurring when there’s at least one red/green wire connected?

Do these entities have different sizes/different connections? For the most part it should be pretty easy to add support for them, the only issue is if they start to get...

Some pipe path couldn't be made (are you using becons? It doesn't look like pumpjacks are facing into each other). I'll keep it open, although there is a PR https://github.com/demipixel/factorio-generators/pull/47...

Odd. We'll use this as a test for the update version pathfinder.

Yes, I would accept that. I remember having to do something a little hacky to access the TypeScript definitions, so I can understand the annoyance. Unfortunately I don't think Victor...

I would say just don't change a lot (e.g. Keep spacing as 2, keep `{` on same line as functions/ifs, etc). I'm not attached to Victor, but I'm not sure...

If rails are the only ones that have this issue, however, maybe it would be a better idea to add a `RailroadPlanner` or something of the sort? I like the...

This is looking awesome! Only major thing I noticed is that `_property()` should really use `if (value === undefined)` and not `if (!value)`. Also, I might be confused on how...

Seems like radar is only generated if there's a train station since the location of the radar is based on the station location.

Mmmmm, so I'm not 100% sure why I built it this way, but regardless, lights will only generate if laser turrets are selected for defense (probably so power lines for...