Open daretmavi opened 4 years ago
Hello
I have the same problem with minetest-server 5.6
Minetest 5.6.1 (Linux) Using LuaJIT 2.1.0-beta3 BUILD_TYPE=RelWithDebInfo RUN_IN_PLACE=0 USE_CURL=1 STATIC_SHAREDIR="/usr/share/games/minetest" STATIC_LOCALEDIR="/usr/share/locale"
I cant find the function 'replace_tree_trunk' anywhere. The same call is made in the code of several villages:
village_gambit/init.lua
11: mg_villages.replace_tree_trunk( replacements, wood_type );
village_modern_houses/init.lua
11: mg_villages.replace_tree_trunk( replacements, wood_type );
village_sandcity/init.lua
13: mg_villages.replace_tree_trunk( replacements, wood_type );
village_ruins/init.lua
11: mg_villages.replace_tree_trunk( replacements, wood_type );
The same problem will happen with replace_saplings, which I cannot find anwhere either.
But thats very strange, yesterday I managed to get a village made, then I restored a backup and I get this error. I guess this is because village generation is random and I didnt hit this before?
Any help would be appreciated, thank you.