summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorRogier <rogier777@gmail.com>2016-05-19 13:26:52 +0200
committerRogier <rogier777@gmail.com>2016-06-27 23:23:54 +0200
commit75e8027bf7ca581556f91e8c1444c865a77c482d (patch)
treefd73b231ab301f59a73f8368bfe791564fd92dd8 /init.lua
parentc87a169fdd1ff0b6a08407ff2564f52c15def3cf (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.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 7d32f00..2c50fd9 100644
--- a/init.lua
+++ b/init.lua
@@ -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")