Menu

Maps

MinecraftRocks999

Experimental versions 0.3+

  1. Open maps.js file

  2. Add general map by [Map Format]

  3. Enable map by inserting:

    else if (map=="MAP NAME") {
    return map1;
    }

onto the if statement in getMap();

  1. Add map spawn retrieval by inserting:

    else if (map=="MAP NAME") {
    var x = MAPNAME_spawn[0];
    var y = MAPNAME_spawn[1];
    }

onto the if statement in getMapSpawn();

Experimental versions 0.1 to 0.2:

Please Note: Only one map is supported in these versions.

  1. Open map1.js which is located in the "Maps" folder.

  2. Edit the map according to the texture ids. [Texture Ids]


Related

Wiki: Map Format
Wiki: Texture Ids