The Cube, by gsmanners
----------------------

- Requires worldedit.

https://forum.minetest.net/viewtopic.php?id=572

- To install, copy the thecube.we file to the proper folder.

In Windows, this would probably be:

c:\minetest\worlds\<worldname>\schems\

In Linux, this would probably be:

~/.minetest/worlds/<worldname>/schems/

Enable the above mods for your world, and load the game, then go to the area where you want the bottom of the building.

Note that this is a pretty large building. You'll need an area with lots of space, and I suggest you give yourself some usefuls privs before working on this:

/grant singleplayer fly
/grant singleplayer fast
/grant singleplayer noclip

Find an area with 100 x 100 nodes available. Find the corner of the area that has the lowest value X and Z position. (Note that you can see these values by pressing F5.)

In the game, type:

//pos1

If everything is going well, then the block you're standing on should have a black cube with a 1 inside of it.

Then add 100 to your X and Z coordinates, add 40 to your Y coordinate, and then go to that block. Then type:

//pos2

That block should have a cube with a 2 inside of it. Then type:

//set air
//load thecube

Chances are good you'll encounter the phantom shadow bug. You can generally fix that by putting some stone over the shadow and then erasing it. Place two blocks in the corners of the shadowed area and then:

//p set

Then punch the two blocks and type:

//set cobble
//set air

That should give you your lighting back. If that doesn't work, try a layer of blocks a little higher.

See the worldedit documentation for more details about how you can modify your game.
