You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Nico's code improvements
Make fluid direction finding code more compact and readable.
* Further improve pipe building logic
* Fixed pipes not building correctly to rectangular neighbors by detecting adjacent edges.
* Fixed pipes being build in a grid if connector is offset. Will now build an L-shape if the miner's connector is offset in both X and Y.
* Added more debug messages about pipes.
* Whitespace
* Add settings to specify what pipes to use
- Add setting for what pipe to replace fluid-using miners with.
- Add second setting for what pipe to use in space zones.
- Validate that settings specify an existing pipe entity names after setting is changed, mods are changed, and when deconstructions are ordered.
* Version 0.3.1
+ Compatibility:
- Added mod settings to customize what pipe is used when replacing miners (i.e. kr-steel-pipe).
Bugfixes:
- Fixed crashes when Editor Extensions "instant deconstruction" is enabled.
msg_all({"autodeconstruct-err-specific", "target.order_deconstruction", util.positiontostr(target.position) .." failed to order deconstruction on " ..target.name})
224
+
msg_all({"autodeconstruct-err-specific", "target.order_deconstruction", util.positiontostr(ent_dat.position) .." failed to order deconstruction on " ..ent_dat.name})
216
225
end
217
226
end
218
227
end
@@ -270,7 +279,7 @@ local function snap_box_to_grid(box)
msg_all({"autodeconstruct-err-specific", "drill.order_deconstruction", util.positiontostr(drill.position) .."" ..drill.name.." failed to order deconstruction" })
0 commit comments