Hi guys,
Is there some easy way of placing a mining drill where there isn't any ore? I want to make a large blueprint of mining drills but there is no ore patch large enough for me to place the mining drills where i want them.
How to place mining drills where there is no ore?
-
- Filter Inserter
- Posts: 321
- Joined: Tue Dec 23, 2014 7:21 am
- Contact:
Re: How to place mining drills where there is no ore?
British_Petroleum wrote:Hi guys,
Is there some easy way of placing a mining drill where there isn't any ore? I want to make a large blueprint of mining drills but there is no ore patch large enough for me to place the mining drills where i want them.
Nope, sorry
-
- Filter Inserter
- Posts: 321
- Joined: Tue Dec 23, 2014 7:21 am
- Contact:
Re: How to place mining drills where there is no ore?
-ah it's okay i'll just spawn some ores in with the console
Re: How to place mining drills where there is no ore?
Yep, something like thisBritish_Petroleum wrote:-ah it's okay i'll just spawn some ores in with the console
Code: Select all
/c local p = game.local_player local s = p.surface local pp = p.position for x=-50,50 do for y=-50,50 do s.create_entity{name = "iron-ore", amount = 10, position = {pp.x+x, pp.y+y}} end end
Re: How to place mining drills where there is no ore?
It would be nice to force down a drill for the sake of building blueprints. Useless drills aren't exactly a player hazard by the time players have blueprints. Even if only a ghost drill can be placed that should be enough to make a bp.
-
- Filter Inserter
- Posts: 321
- Joined: Tue Dec 23, 2014 7:21 am
- Contact:
Re: How to place mining drills where there is no ore?
Yes those were my thoughts also
Re: How to place mining drills where there is no ore?
i think you can do it with cntrl + blueprint. That forces everything that can be placed.
Re: How to place mining drills where there is no ore?
no even with CTRL+ blueprint, the drill ghost isn't placed where there is no oresafan wrote:i think you can do it with cntrl + blueprint. That forces everything that can be placed.
Want more space restriction ? Or maybe you want to be forced to use train for other thing than ore and oil ? Try Building Platform Mod !