Page 1 of 1

A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 02:22
by nsd
What happens if you have a world from one build and you place it into another build? How would new chunks load? How could you change the identity of blocks from one build so they are recognizable by the other? (I tried WorldEdit, it didn't work.) Please give me advice. I can provide further details if necessary. Thank you!

Re: A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 09:05
by Krock
There should be no problems while changing the build since the world data is handled the same way.

Re: A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 14:55
by nsd
The problem is that in one of the builds the mods torches and conifers are in default. In the other build, they are simply mods.

Re: A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 14:56
by Krock
nsd wrote:The problem is that in one of the builds the mods torches and conifers are in default. In the other build, they are simply mods.

This is a problem of (sub)games, copy your games folder to the new build and the problem has been solved.

Re: A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 15:01
by nsd
OK.Thanks

Re: A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 15:02
by nsd
Could I also change the master lua to have these mods in default?

Re: A world built with different minetest builds.

PostPosted: Fri Aug 08, 2014 17:02
by srifqi
nsd wrote:Could I also change the master lua to have these mods in default?


Yes.
It's okay to modify your own file :)
Because, if you are playing on a server, you will use the server's game not yours.