Make cocos palm regrow coconuts.

This feature is optional, and can be turned off.

Existing cocos trees are converted.
This commit is contained in:
Rogier
2016-05-19 13:26:52 +02:00
parent c87a169fdd
commit 75e8027bf7
9 changed files with 310 additions and 5 deletions

View File

@ -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")