diff options
author | Rogier <rogier777@gmail.com> | 2016-05-19 13:26:52 +0200 |
---|---|---|
committer | Rogier <rogier777@gmail.com> | 2016-06-27 23:23:54 +0200 |
commit | 75e8027bf7ca581556f91e8c1444c865a77c482d (patch) | |
tree | fd73b231ab301f59a73f8368bfe791564fd92dd8 /init.lua | |
parent | c87a169fdd1ff0b6a08407ff2564f52c15def3cf (diff) |
Make cocos palm regrow coconuts.
This feature is optional, and can be turned off.
Existing cocos trees are converted.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ moretrees.cutting_tools = { dofile(modpath.."/tree_models.lua") dofile(modpath.."/node_defs.lua") dofile(modpath.."/date_palm.lua") +dofile(modpath.."/cocos_palm.lua") dofile(modpath.."/biome_defs.lua") dofile(modpath.."/saplings.lua") dofile(modpath.."/crafts.lua") |