Skip to content

Commit

Permalink
Merge pull request #147 from Savirius/master
Browse files Browse the repository at this point in the history
More places and a few fixes
  • Loading branch information
Dinip authored Mar 24, 2024
2 parents 5e624b7 + 13a2e3e commit 25ca493
Showing 1 changed file with 33 additions and 21 deletions.
54 changes: 33 additions & 21 deletions season10/markers.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,55 +26,55 @@ var MAPCRAFTER_MARKERS = [
// ...in the world "world"
"world": [

{ "pos": [-439, -1067, 80], "title": "Bdubs's", "icon": "bdubs2.png" },
{ "pos": [-439, -1067, 80], "title": "Bdubs's starter base", "icon": "bdubs2.png" },

{ "pos": [-173, 201, 71], "title": "Beef's home on the range", "icon": "beef.png" },

{ "pos": [-527, 310, 64], "title": "Cleo's", "icon": "cleo.png" },
{ "pos": [-527, 310, 64], "title": "Cleo's starter base", "icon": "cleo.png" },

{ "pos": [-758, 218, 70], "title": "Cub's", "icon": "cub2.png" },
{ "pos": [-758, 218, 70], "title": "Cub's area", "icon": "cub2.png" },

//{ "pos": [0, 0, 64], "title": "Doc's", "icon": "doc.png"},//

{ "pos": [-844, 40, 49], "title": "Etho's", "icon": "etho.png"},
{ "pos": [-844, 40, 49], "title": "Etho's house", "icon": "etho.png"},

{ "pos": [-316, 361, 76], "title": "False's", "icon": "false.png" },
{ "pos": [-333, 267, 76], "title": "False's starter base", "icon": "false.png" },

{ "pos": [-777, -278, 71], "title": "Gem's fishing boat", "icon": "gemini.png" },

{ "pos": [-804, -448, 73], "title": "Grian's", "icon": "grian.png" },
{ "pos": [-804, -448, 73], "title": "Grian's starter base", "icon": "grian.png" },

{ "pos": [69, -14, 64], "title": "Hypno's", "icon": "hypno.png" },
{ "pos": [69, -14, 64], "title": "Hypno's area", "icon": "hypno.png" },

{ "pos": [-221, -172, 77], "title": "Jevin's", "icon": "ijevin.png" },
{ "pos": [-221, -172, 77], "title": "Jevin's starter base", "icon": "ijevin.png" },

{ "pos": [-535, -347, 68], "title": "Impulse's storage building", "icon": "impulse.png" },

{ "pos": [-352, 103, 103], "title": "Iskall's", "icon": "iskall.png" },
{ "pos": [-352, 103, 103], "title": "Iskall's area", "icon": "iskall.png" },

{ "pos": [-999, 371, 73], "title": "Joe's", "icon": "joe.png" },
{ "pos": [-999, 371, 73], "title": "Joe's tiny house", "icon": "joe.png" },

{ "pos": [12, 334, 64], "title": "Keralis' yacht", "icon": "keralis.png" },

{ "pos": [-634, -637, 72], "title": "The Mothball (Mumbo)", "icon": "mumbo.png" },

{ "pos": [-617, -35, 68], "title": "Pearl's", "icon": "pearl.png" },
{ "pos": [-617, -35, 68], "title": "Pearl's starter base", "icon": "pearl.png" },

{ "pos": [-273, 130, 70], "title": "Tower of the Dog/Rubbish Dump (Rendog)", "icon": "rendog.png" },

{ "pos": [-871, -654, 75], "title": "Scar's zoo train", "icon": "scar.png" },

{ "pos": [-686, -328, 75], "title": "Skizzleman's crack", "icon": "skizz.png" },
{ "pos": [-686, -328, 75], "title": "Skizz Crack", "icon": "skizz.png" },

{ "pos": [-533, -465, 75], "title": "Smallishbeans'", "icon": "joel.png" },
{ "pos": [-533, -465, 75], "title": "Smallishbeans' City", "icon": "joel.png" },

{ "pos": [-412, 147, 72], "title": "Stress'", "icon": "stress.png" },
{ "pos": [-412, 147, 72], "title": "Stress' area", "icon": "stress.png" },

{ "pos": [-722, -61, 68], "title": "Tango's", "icon": "tango.png" },
{ "pos": [-722, -61, 68], "title": "Tango's starter base", "icon": "tango.png" },

{ "pos": [214, -21, 69], "title": "Wels' castle", "icon": "wels.png" },

{ "pos": [-83, 374, 64], "title": "xB's", "icon": "xb.png" },
{ "pos": [-83, 374, 64], "title": "xB's starter base", "icon": "xb.png" },

{ "pos": [-128, -93, 72], "title": "Xisuma's temple", "icon": "xisuma.png" },

Expand All @@ -100,6 +100,8 @@ var MAPCRAFTER_MARKERS = [
"markers": {
// ...in the world "world"
"world": [
{ "pos": [-280, 345, 64], "title": "False's planned base", "icon": "false.png" },

{ "pos": [-220, 77, 64], "title": "Ren's exoplanetary outpost", "icon": "rendog.png" },

{ "pos": [-670, -180, 64], "title": "Skizz's pyramid", "icon": "skizz.png" },
Expand Down Expand Up @@ -148,11 +150,13 @@ var MAPCRAFTER_MARKERS = [

{ "pos": [-235, -4429, 64], "title": "Doc's swamp farms", "icon": "doc.png"},

{ "pos" : [8280, 800, 64], "title" : "Keralis' dye farms", "icon" : "keralis.png" },
{ "pos" : [8280, 800, 64], "title" : "Keralis' dye farms", "icon" : "keralis.png" },

{ "pos" : [1704, -1516, 64], "title" : "Mumbo's slime farm", "icon" : "mumbo.png" },

{ "pos" : [-3810, -2150, 64], "title" : "Tango's raid farm", "icon" : "tango.png" },

{ "pos" : [-240, -320, 64], "title" : "Log Land (Xisuma)", "icon" : "xisuma.png" },

],
},
Expand All @@ -175,7 +179,9 @@ var MAPCRAFTER_MARKERS = [
"markers": {
// ...in the world "world"
"world": [
{ "pos": [210, 160, 64], "title": "Kitty Café (Cleo)", "icon": "cleo.png" },
{ "pos": [-240, 295, 64], "title": "False Enterprises", "icon": "false.png" },

{ "pos": [204, 169, 64], "title": "Kitty Café (Cleo)", "icon": "cleo.png" },

{ "pos": [285, 225, 64], "title": "Doc's hourglass", "icon": "doc.png" },

Expand All @@ -202,13 +208,19 @@ var MAPCRAFTER_MARKERS = [
"world": [
{ "pos": [0, 0, 64], "title": "Spawn (0, 0)", "icon": "poi.png" },

{ "pos": [210, 240, 64], "title": "Permit shuffler", "icon": "cub.png" },
{ "pos": [184, -290, 64], "title": "The Neighbo(u)rhood portal", "icon": "poi.png" },

{ "pos": [180, 212, 64], "title": "Shopping district portal", "icon": "poi.png" },

{ "pos": [210, 240, 64], "title": "Permit shuffler", "icon": "cub2.png" },

{ "pos": [500, 215, 64], "title": "Department of Hermit Permits", "icon": "grian.png" },

{ "pos": [-295, 60, 64], "title": "Iskall's monstrosity/monolith", "icon": "grian.png" },
{ "pos": [-295, 60, 64], "title": "Iskall's monstrosity/monolith", "icon": "iskall.png" },

{ "pos": [300, -2100, 64], "title": "Hermitcraft Holmdel (Joe)", "icon": "joe.png" },

{ "pos": [-540, -100, 64], "title": "Post Office", "icon": "pearl.png" },
{ "pos": [-540, -100, 64], "title": "Hermit Post Co.", "icon": "pearl.png" },
],
},
},
Expand Down

0 comments on commit 25ca493

Please sign in to comment.