Mining In a Line
-
- Burner Inserter
- Posts: 12
- Joined: Wed Oct 12, 2022 9:51 pm
- Contact:
Mining In a Line
I know the mining radius of miners can be adjusted, but can anyone think of a way to make a miner mine in a line in a single direction? For example, the miner mines the tile underneath it plus several tiles in a line in one direction only.
Re: Mining In a Line
Unfortunately not, the mining radius is always a square.
Re: Mining In a Line
If you really wanted, you could make invisible companion drills that your mod places next to the center drill automatically. The effective zone would be the sum of the squares then. The side drills could have their result item placement vectors set to output on the center drill's belt, and they all have their speed cut in 1/3. (The tooltip for the center drill would only show its 1/3).
My mods: Multiple Unit Train Control, Smart Artillery Wagons
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
-
- Burner Inserter
- Posts: 12
- Joined: Wed Oct 12, 2022 9:51 pm
- Contact:
Re: Mining In a Line
You can have a drill output somewhere not adjacent to itself?robot256 wrote: ↑Fri Oct 28, 2022 8:34 pm If you really wanted, you could make invisible companion drills that your mod places next to the center drill automatically. The effective zone would be the sum of the squares then. The side drills could have their result item placement vectors set to output on the center drill's belt, and they all have their speed cut in 1/3. (The tooltip for the center drill would only show its 1/3).
Re: Mining In a Line
I don't know for sure. It would be worth trying, the docs don't mention a limit but there might be one anyways.
My mods: Multiple Unit Train Control, Smart Artillery Wagons
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Maintainer of Vehicle Wagon 2, Cargo Ships, Honk
Re: Mining In a Line
Huh turns out you totally can put the vector outside the nominal bounds of the miner. Not sure if there's a limit, but you could certainly do the multiple miners in a row trick.
- Attachments
-
- Miner-Vector.png (283.3 KiB) Viewed 1384 times
-
- Burner Inserter
- Posts: 12
- Joined: Wed Oct 12, 2022 9:51 pm
- Contact:
Re: Mining In a Line
That's great, thanks!