From 0883210ae2c73a1443d854210747aa43a77ec093 Mon Sep 17 00:00:00 2001 From: Juraj Vajda Date: Sat, 8 Oct 2016 18:13:40 +0200 Subject: [PATCH] add setttings example file --- settings.example.txt | 3 +++ settings.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 settings.example.txt diff --git a/settings.example.txt b/settings.example.txt new file mode 100644 index 0000000..3a88ba0 --- /dev/null +++ b/settings.example.txt @@ -0,0 +1,3 @@ +SPAWN_PYRAMIDS = false +SPAWNERS_GENERATE = false +CHESTS_GENERATE = true diff --git a/settings.txt b/settings.txt index 009a9a7..3a88ba0 100644 --- a/settings.txt +++ b/settings.txt @@ -1,3 +1,3 @@ -SPAWN_PYRAMIDS = true +SPAWN_PYRAMIDS = false SPAWNERS_GENERATE = false CHESTS_GENERATE = true