add compatibility for games other than minetest_game

This commit is contained in:
Vanessa Dannenberg
2021-03-29 21:10:41 -04:00
parent f569bb1fbd
commit 7f1fec6ae0
5 changed files with 82 additions and 8 deletions

View File

@ -12,7 +12,7 @@ Both mapgen-based spawning and ABM-based spawning is supported. Growing code is
It is primarily intended for mapgen v6, but it should work fine when used with mapgen v7.
**Dependencies**: default from minetest_game
**Dependencies:** nothing, but if you don't use `minetest_game`, you'll need to supply some settings (see API.txt).
**Recommends**: [Plantlife Modpack](https://github.com/minetest-mods/plantlife_modpack),
[More Trees](https://github.com/minetest-mods/moretrees)