Blueprint Trees


Allows blueprinting trees. Note that you need to have some other mod installed that allows manual tree placement (for example Dectorio).

Content
4 years ago
1.0 - 1.1
3.38K
Blueprints

b Unknown key

2 years ago
(updated 2 years ago)

Some trees write Unknown key: ... instead of their name.

To fix this, you can add the following code:

if dummy.localised_name == nil then
  dummy.localised_name = { "entity-name." .. name }
end

before

data:extend({dummy})
2 years ago

I noticed this issue hasn't been addressed yet, is there a workaround that doesn't involve modifying your own files?

New response