Arborium


Grow your own trees! Automate wood production or grow your own forests.

Content
5 years ago
0.14 - 0.17
48
Manufacturing

b Conflict with Explosive Termites and fix

7 years ago

With both mods, the game will complain about there no being "minable" in treegen.lua, line 176 or so. Explosive Termites adds detonations as tree entities so i fixed it by adding a check with string.match for "detonation" to the whole bottom for-loop (for i, tree_data in pairs(data.raw["tree"]) do). The fix is just a few lines below the "for". Pastebin link: https://pastebin.com/XR9i9uHK

I don't know if this breaks anything since i haven't used this mod before, but at the very least it gets rid of the error, and arborium + mulcher does still produce saplings and wood at the end so i guess it's fine.

6 years ago

Thanks, I have now integrated this fix into the mod.

New response