Page 1 of 1

How to get naturepack mod working properly?

PostPosted: Tue May 29, 2012 12:05
by Topywo
I use Linux (Lubuntu 11.10). I have the (two) latest versions of minetest (compiled). In both I can't get nature work properly. The giveme command works. However no flowers, bushes vines and irontrees grow. In debug.txt I see this for all the flowers:
13:25:46: INFO[main]: stack traceback:
...n55-minetest-747-copy1/bin/../builtin/deprecated.lua:7: in function 'digprop_constanttime'
...test-747-copy1/bin/../mods/minetest/flowers/init.lua:170: in main chunk
13:25:46: INFO[main]: WARNING: The minetest.digprop_* functions are obsolete and need to be replaced by item groups.

The nature mod seems to load only blossom (that don't appear). It does say Mod loaded, but it looks like skipping the dofiles (init.lua) for cactus, papyrus, moss and tree growth. Only loads first (alphabetical) one, I guess.

Thanks in advance!

PostPosted: Tue May 29, 2012 15:58
by Calinou
The flowers mod download is crually outdated. Look at the thread's last post, there is an unofficial updated version.

PostPosted: Tue May 29, 2012 23:23
by Topywo
Thanks for the response!

I can't find the unofficial updated version you mention. Can you give more info about it?

PostPosted: Wed May 30, 2012 06:42
by Calinou

PostPosted: Wed May 30, 2012 08:31
by Topywo
I made an account at 4shared and downloaded the flowers.zip. Unfortunately it gives the same debug.txt error (digprop_constanttime).

Never mind. I'll play a bit less minetest and start studying LUA myself.

Anyway thanks for trying to help me!