-
Notifications
You must be signed in to change notification settings - Fork 0
/
unmined.map.properties.js
92 lines (86 loc) · 2.08 KB
/
unmined.map.properties.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* Autogenerated file, overwritten by uNmINeD on map generation. */
var UnminedMapPropertiesSMPOW = {
regionFolderName: "smpOW",
minZoom: -6,
maxZoom: 2,
defaultZoom: 0,
imageFormat: "jpeg",
minRegionX: -29,
minRegionZ: -19,
maxRegionX: 1953,
maxRegionZ: 1953,
worldName: "SMP Overworld",
background: "",
markers: new Array()
}
var UnminedMapPropertiesSMPNether = {
regionFolderName: "smpNether",
minZoom: -6,
maxZoom: 2,
defaultZoom: 0,
imageFormat: "jpeg",
minRegionX: -13,
minRegionZ: -10,
maxRegionX: 4,
maxRegionZ: 7,
worldName: "SMP Nether",
background: "",
markers: new Array()
}
var UnminedMapPropertiesSMPEnd = {
regionFolderName: "smpEnd",
minZoom: -6,
maxZoom: 2,
defaultZoom: 0,
imageFormat: "jpeg",
minRegionX: -14,
minRegionZ: -34,
maxRegionX: 30,
maxRegionZ: 24,
worldName: "SMP End",
background: "#080403",
markers: new Array()
}
var UnminedMapPropertiesCMPOW = {
regionFolderName: "cmpOW",
minZoom: -6,
maxZoom: 2,
defaultZoom: 0,
imageFormat: "jpeg",
minRegionX: -32769,
minRegionZ: -32769,
maxRegionX: 58595,
maxRegionZ: 58600,
worldName: "CMP Overworld",
background: "#e6e7e9",
markers: new Array()
}
var UnminedMapPropertiesCMPNether = {
regionFolderName: "cmpNether",
minZoom: -6,
maxZoom: 2,
defaultZoom: 0,
imageFormat: "jpeg",
minRegionX: -2,
minRegionZ: -2,
maxRegionX: 8,
maxRegionZ: 8,
worldName: "CMP Nether",
background: "#ffffff",
markers: new Array()
}
var UnminedMapPropertiesCMPEnd = {
regionFolderName: "cmpEnd",
minZoom: -6,
maxZoom: 2,
defaultZoom: 0,
imageFormat: "jpeg",
minRegionX: -3,
minRegionZ: -3,
maxRegionX: 2,
maxRegionZ: 2,
worldName: "CMP End",
background: "#080404",
markers: new Array()
}
var mapPropertiesArray = [UnminedMapPropertiesSMPOW, UnminedMapPropertiesSMPNether, UnminedMapPropertiesSMPEnd, UnminedMapPropertiesCMPOW, UnminedMapPropertiesCMPNether, UnminedMapPropertiesCMPEnd];