|
4 years ago | |
---|---|---|
.. | ||
description.txt | 4 years ago | |
init.lua | 4 years ago | |
license.txt | 4 years ago | |
mod.conf | 4 years ago | |
readme.MD | 4 years ago | |
screenshot.jpg | 4 years ago |
This mod helps to regrow tree fruits instead of the need for replanting saplings each time.
The regrow.add_fruit() function is used to override each fruits after_dig_node function so that an invisible node is placed once it is taken, then a timer is started that will regrow the fruit on completion (unless tree is chopped down).
Example: regrow.add_fruit("default:apple", "default:leaves")
So far default apples and ethereal banana, orange and coconuts are supported.