This is pretty minor (ha) but worth documenting. If you shift-click a miner or a blueprint with a miner on some trees where there is no ore, it will still mark the trees for deconstruction even though it will never place the miner. I would expect the trees to be left alone, since there is no way to place the miner there. I'm not running any mods whatsoever. This is on multiplayer but probably can be reproduced on any configuration.
I also tried shift-clicking with landfill, but I imagine since trees can exist on land, behavior was as expected.
This probably happens because the order here is: User action -> if there are trees, remove them -> if miner entity, check for ore -> if no ore, break -> place ghost. It probably should be: User action -> if miner entity, check for ore -> if no ore, break -> if there are trees, remove them -> place ghost.
[kovarex] [15.33] Miner ghosts not on ore will still remove trees
Re: [kovarex] [15.33] Miner ghosts not on ore will still remove trees
You are right.
But changing the order isn't that easy, as the buildability check method is far from trivial and checks all the things together. I believe that splitting the code isn't worth the almost non-existent problems arising from this.
But changing the order isn't that easy, as the buildability check method is far from trivial and checks all the things together. I believe that splitting the code isn't worth the almost non-existent problems arising from this.
Re: [kovarex] [15.33] Miner ghosts not on ore will still remove trees
That's interesting - this doesn't seem to happen in Grey goo mk. I. Perhaps that has to do with logic regarding the Recursive blueprints mod, or perhaps it had to do with an old version.
There are 10 types of people: those who get this joke and those who don't.
Re: [kovarex] [15.33] Miner ghosts not on ore will still remove trees
That sounds valid. Thanks for checking.
- ickputzdirwech
- Filter Inserter
- Posts: 798
- Joined: Sun May 07, 2017 10:16 am
- Contact:
Re: [kovarex] [15.33] Miner ghosts not on ore will still remove trees
This has been fixed. When you try this now just nothing happens.
Mods: Shortcuts for 1.1, ick's Sea Block, ick's vanilla tweaks
Tools: Atom language pack
Text quickly seems cold and unfriendly. Be careful how you write and interpret what others have written.
- A reminder for me and all who read what I write
Tools: Atom language pack
Text quickly seems cold and unfriendly. Be careful how you write and interpret what others have written.
- A reminder for me and all who read what I write