* Replaced print with minetest.log in init.lua
* Added moretrees_ongen group to ongen saplings
* Added LBM and setting to enable it for non-functional ongen saplings due to biome_lib secession
* Changed LBM run_at_every_load to true
* Fixed luacheck warnings
* Using random interval for node timer, like in the on_generated timer interval
* Update init.lua
* Update node_defs.lua
---------
Co-authored-by: Niklp <nik@niklp.net>
I think this fixes some tree types that were broken. I didn't notice any
poplar trees before this patch and I've seen a few since. I've been
looking for rubber trees and so far haven't found any but there might be
other issues or I may just be unlucky :)
- Check that ethereal version is more than 20220424 so that it doesn't
unload parts of this mod
- Remove optional dependency breaking the multi-mod dependency cycle
ethereal --> bakedclay --> flowerpot --> moretrees --> ethereal.
* make it boot without biome lib
* make luacheck semi sane
* make fast growth saplings work
* make fast saplings respect nodes there growing on
* make regualr saplings work
* fix some luacheck warnings
* add github actions for luacheck
* bump luacheck line limit, as to gracefully handle long tree rules
* switch over to inline luacheck length rules
* fix screenshot warning
* make tree generation work
* add settings from last night
* comment out new biome lib nonsense added
* tune spawning to be better
* turn down fallback ratio
* translate new abm patch to not use biome lib
* add ethereal since its still behaving badly :(
- Improve french translation
Warnings:
- many untranslated new strings for German and Spanish translations (some help would be appreciated)
- Inner and Outer Stairs are still badly translated (since there is [no support for this in stairs api yet](https://github.com/minetest/minetest_game/issues/2582)).
if on-gen, saplings grow per their biome_defs.lua settings
if placed, they grow on the surfaces given in the tables:
* anything but palms will grow on the dirt surfaces
* conifers can also grow on a cold surface, but other trees will not
* only palms can grow on sand, but they will not grow on dirt or cold