I also posted this on the other instabreak mod, and got a reply from ROllerozxa saying that this basically overrides the groups of affected nodes, effectively removing any other group, and setting the group dig_immediate as the only group.
I recommend that while looping through the nodes, copy the original groups using table.copy then modify that copy to have dig_immediate. Then you override the item with that copy of the groups.
If I have this mod enabled with mods like sleeping_mat or grass_string, the recipes for the provided items are cleared.
I also posted this on the other instabreak mod, and got a reply from ROllerozxa saying that this basically overrides the groups of affected nodes, effectively removing any other group, and setting the group
dig_immediate
as the only group.I recommend that while looping through the nodes, copy the original groups using
table.copy
then modify that copy to havedig_immediate
. Then you override the item with that copy of the groups.