Page 1 of 1

How do you generate a map with no nodes in it?

PostPosted: Wed May 29, 2013 14:51
by Evergreen
For a map I'm making, I want to know how you can generate a map with no nodes.

PostPosted: Wed May 29, 2013 14:57
by PilzAdam
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
mg_name = singlenode

in minetest.conf

PostPosted: Wed May 29, 2013 15:54
by Evergreen
PilzAdam wrote:
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
mg_name = singlenode

in minetest.conf

Thanks.

PostPosted: Thu May 30, 2013 10:42
by lonely
PilzAdam wrote:
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
mg_name = singlenode

in minetest.conf

Trying out...