From c67b2e5cc2dcc4a72945f836fcb5cb68abf112cb Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Thu, 17 Feb 2011 21:17:54 +0100 Subject: [PATCH] Added example to configuration. --- configuration.txt | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/configuration.txt b/configuration.txt index f938f201..504b8f36 100644 --- a/configuration.txt +++ b/configuration.txt @@ -55,21 +55,23 @@ web: title: Cave name: cave prefix: ct - - title: Corrupted World - name: world_bad - maps: - - type: KzedMapType - title: Surface - name: surface - prefix: t - - type: KzedMapType - title: Cave - name: cave - prefix: ct - title: Nether name: nether maps: - type: KzedMapType title: Surface name: nether - prefix: t \ No newline at end of file + prefix: t + # Example: + #- title: Other World # Under what name the world is displayed. + # name: world_other # The actual name of the world (equal to your directory-name). + # maps: + # - type: KzedMapType # The type (or perspective) of the map. At the moment, there are no others than KzedMapType. + # title: Surface # The name of the map that will be displayed. + # name: surface # The actual name of the map (should be unique for this world). + # prefix: t # The prefix of the tile-files that are generated. + # icon: block_other.png # Sets the icon of the map. (optional) + # - type: KzedMapType + # title: Cave + # name: cave + # prefix: ct \ No newline at end of file