Just so you know, I am not a programmer. I only know some coding for HTML, CSS, and a tiny bit of JS.
I am using Ubuntu Studio 16.04 (with XFCE desktop).
Basically I just followed these instructions:
Install:
"From the tarball: Just extract it.
From the git repository: git clone https://github.com/VanessaE/dreambuilder_modpack.git
...then rename the resultant directory to "dreambuilder_modpack", if necessary, and move it to your Minetest mods directory. Then select and enable it for the world you want to use it in."

From the debug.txt file:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
2016-07-31 09:56:57: ERROR[main]: ========== ERROR FROM LUA ===========
2016-07-31 09:56:57: ERROR[main]: Failed to load and run script from
2016-07-31 09:56:57: ERROR[main]: /home/nelly/.minetest/mods/dreambuilder_modpack/prefab_redo/init.lua:
2016-07-31 09:56:57: ERROR[main]: ....minetest/mods/dreambuilder_modpack/prefab_redo/init.lua:141: attempt to call field 'register' (a nil value)
2016-07-31 09:56:57: ERROR[main]: stack traceback:
2016-07-31 09:56:57: ERROR[main]: ....minetest/mods/dreambuilder_modpack/prefab_redo/init.lua:141: in main chunk
2016-07-31 09:56:57: ERROR[main]: ======= END OF ERROR FROM LUA ========
2016-07-31 09:56:57: ERROR[main]: Server: Failed to load and run /home/nelly/.minetest/mods/dreambuilder_modpack/prefab_redo/init.lua
2016-07-31 09:56:57: ERROR[main]: ModError: ModError: Failed to load and run /home/nelly/.minetest/mods/dreambuilder_modpack/prefab_redo/init.lua
2016-07-31 09:56:57: ERROR[main]: Error from Lua:
2016-07-31 09:56:57: ERROR[main]: ....minetest/mods/dreambuilder_modpack/prefab_redo/init.lua:141: attempt to call field 'register' (a nil value)
2016-07-31 09:56:57: ERROR[main]: stack traceback:
2016-07-31 09:56:57: ERROR[main]: ....minetest/mods/dreambuilder_modpack/prefab_redo/init.lua:141: in main chunk
2016-07-31 09:56:57: ERROR[main]: Check debug.txt for details.
Any ideas?
Thanks in advance,
DPC