|
před 4 roky | |
---|---|---|
.. | ||
description.txt | před 4 roky | |
init.lua | před 4 roky | |
license.txt | před 4 roky | |
mod.conf | před 4 roky | |
readme.MD | před 4 roky | |
screenshot.jpg | před 4 roky |
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.