From 14486e775a3b53786ddcc72a82a03827694cbc23 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Tue, 8 Mar 2016 06:01:38 -0500 Subject: [PATCH] install default marker --- chunkymap-regen.py | 3 +++ web/chunkymapdata_default/world/markers/0.yml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 3ed764e..f3b42b5 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -725,6 +725,9 @@ class MTChunks: source_chunkymapdata_players = os.path.join(source_web_chunkymapdata_world_path, "players") dest_chunkymapdata_players = os.path.join(self.chunkymap_thisworld_data_path, "players") install_list.append(InstalledFile("singleplayer.png", source_chunkymapdata_players, dest_chunkymapdata_players)) + source_chunkymapdata_markers = os.path.join(source_web_chunkymapdata_world_path, "markers") + dest_chunkymapdata_markers = os.path.join(self.chunkymap_thisworld_data_path, "markers") + install_list.append(InstalledFile("0.yml", source_chunkymapdata_markers, dest_chunkymapdata_markers)) for this_object in install_list: source_path = os.path.join(this_object.source_dir_path, this_object.file_name) installed_path = os.path.join(this_object.dest_dir_path, this_object.file_name) diff --git a/web/chunkymapdata_default/world/markers/0.yml b/web/chunkymapdata_default/world/markers/0.yml index 61a1da8..14b8b6f 100644 --- a/web/chunkymapdata_default/world/markers/0.yml +++ b/web/chunkymapdata_default/world/markers/0.yml @@ -1,4 +1,4 @@ -label:spawn +label:start location:0.0,0.0 -image:chunkymapdata/images/chunkymap_start.png +image:chunkymapdata/images/start.png comment:formerly chunk_markers_x0z0.yml \ No newline at end of file