master
Raw Download raw file
 1worlds["sip"] = "/home/minecraft/bukkit/world"
 2
 3renders["NE"] = {
 4    "world": "sip",
 5    "title": "NE",
 6    "rendermode": smooth_lighting,
 7    "dimension": "overworld",
 8    "northdirection": "upper-left",
 9}
10renders["NW"] = {
11    "world": "sip",
12    "title": "NW",
13    "rendermode": smooth_lighting,
14    "dimension": "overworld",
15    "northdirection": "upper-right",
16}
17renders["SE"] = {
18    "world": "sip",
19    "title": "SE",
20    "rendermode": smooth_lighting,
21    "dimension": "overworld",
22    "northdirection": "lower-left",
23}
24renders["SW"] = {
25    "world": "sip",
26    "title": "SW",
27    "rendermode": smooth_lighting,
28    "dimension": "overworld",
29    "northdirection": "lower-right",
30}
31
32
33renders["night"] = {
34    "world": "sip",
35    "title": "Night",
36    "rendermode": smooth_night,
37    "dimension": "overworld",
38}
39
40outputdir = "/home/minecraft/mc_map/map"