Set world size in Minetest
Go to file
DonBatman b610aeb809 removed redundant file 2014-12-14 06:54:24 -08:00
README.md minor changes 2014-12-14 06:52:09 -08:00
depends.txt intial push 2014-12-14 06:25:47 -08:00
init.lua minor changes 2014-12-14 06:52:09 -08:00

README.md

worldedge

A Minetest Mod that teleports you to the other side of the map when you reach the edge.

This mod makes it so when a player reaches the edge of the world they are teleported to the other side of the map. This gives the illusion that that world is round and you can walk all the way around.

You can change the worlds edge by changing 2 numbers at the top of init.lua.

local edge = 30005 local newedge = 30000

set edge to where you want the edge of the map to be. newedge sets where player teleports to. it needs to be less than edge by at least 1 block.

This mod is licenced as WTFPL

Writen by Amaz Modified by Don