My mod won't show, why?
Hi all,
This is my mod dir structure:

And this is my init.lua script content:
What else should I be checking?
Thanks guys :)
DPC
This is my mod dir structure:
And this is my init.lua script content:
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
minetest.register_node("nellys_poster:nellys_poster", {
drawtype = 'mesh',
mesh = 'nellys_poster.b3d',
tile_images = {"nellys_poster.png"},
groups = {oddly_breakable_by_hand=2},
}
What else should I be checking?
Thanks guys :)
DPC