Picker Tweaks

by Nexela

Adds various small data tweaks for adjusting base values of items. Tweaks are adjustable via Mod Settings and most start off at factorio defaults.

1 year, 11 months ago
0.16 - 1.1
5.05K

b Mod Compatibility Issues

5 years ago
(updated 5 years ago)

[2.0.3] When loading Picker Tweaks with ReStack mod, it changes the stack size of robots ignoring the setting provided by ReStack.
mod link: https://mods.factorio.com/mod/ReStack

Debugging process:
- disabling all picker tweaks startup settings that envolves robots will not mess up with the stack feature.
- setting "unminable robot" will mess up with the stack. Triggering logistic unminable feature will only mess up with logistic robots, leaving construction bots alone.
- "fireproof construction bots" and "hide alt info" doesn't mess with stack feature.

only Picker's unminable feature will mess up with the ReStack's stack size feature.

5 years ago

I can't see what would be causing this in either mod. Tweaks only sets entity.minable to {} and restack only sets the item.stack_size

5 years ago

Perhaps the entity.minable = {} would be changing the way factorio treats the variable from boolean to table and then remaking the entity completely? what if its changed to entity.minable = false or inttobool(0)?

New response