Open tacotexmex opened 6 years ago
I'd rather not use an ABM, it would probably slow the game down a lot
Are there other alternatives?
I could make the fruit re-grow with an LBM I think.
Any progress? 🙂
None yet
Check out this method! Only in this mod, the timer node can masquerade as leaves instead of air. https://github.com/Ezhh/endless_apples/blob/master/init.lua
That looks like a very nice way to do it. I added lbm's to make fruit grow whenever leaves are loaded. They're not as frequent and don't grow in clusters like when they are first generated, but I'm thinking that might be a good thing. If not I could just make them grow in clusters.
This is the end result of the MTG PR: https://github.com/minetest/minetest_game/commit/3d709dfa1d3aee61e0325895ff077f7074c676f6
That looks good, thanks!
I can tell fruits are currently placed at the time of map generation, but it would be logical if fruit would grow back somehow and not be a one-time resource.
Could it be implemented as an ABM running on "untouched" trees?