Hardy fire resistant bush


Fire bugs delight :) Forrest regrow after being destroyed and allows player to grow trees.

7 years ago
0.13 - 0.14
6

b Something is busted

7 years ago

After I up-dated the Arborium mod, this message appeared:

Error while loading entity prototype "planted sapling" (tree): No such node (name)
Modifications: Aussybrush > Arborium > eco-trees

And yes, I'll post this in the Arborium mod as well.

7 years ago

OK, tell me if this fixes it.
Unzip the Arborium MOD into your "Factorio/Mods" directory

edit the file
Factorio/Mods/Arborium_0.0.4/prototypes/treegen.lua

on line 32 change
if string.find(name, "dead-") == nil then
to
if string.find(name, "dead-") == nil and string.find(name, "planted-sapling") == nil then

(if your text editor doesn't have line references, I would recommend downloading Notepad++)
https://notepad-plus-plus.org/

save file
play Factorio.

I believe that this may fix your issue as line 28 of treegen.lua initiates a change to all entities of type "tree" as the planted sapling is also an entity of type "tree" this code will also change it too, so the above fix should prevent this from happening.

If this doesn't work give us another message and we will try something else :)

New response