Filtered Deconstruction Planner


Adds the ability for entities to be targeted for or be excluded from deconstruction by bots.

Utilities
8 years ago
0.13 - 0.14
22

g Stopping the mod's interaction with blueprint placement

8 years ago
(updated 8 years ago)

Inserting the following lines into control.lua after line 118 will stop the filtered deconstruction planner settings from affecting the behaviour of blueprint placement, namely that rocks and trees don't get deconstructed when you hold <shift>.

<pre>local stack = player.cursor_stack if stack.valid_for_read then if stack.name ~= "deconstruction-planner" then return end end </pre>
8 years ago

Thanks for the tip, fixed it in 0.4.10

New response