Blueprint Trees


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

Content
3 years ago
1.0 - 1.1
3.13K
Blueprints

b Unknown key

1 year, 9 months ago
(updated 1 year, 9 months 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})
1 year, 7 months ago

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

New response