summaryrefslogtreecommitdiff
path: root/plantlife_modpack/trunks/trunks_settings.txt
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-04-01 20:02:19 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-04-01 21:09:33 -0400
commitda66780a569712c23ae4f2996cfb4608a9f9d69d (patch)
tree217556029a78bc23ad4564720afc86de97228a04 /plantlife_modpack/trunks/trunks_settings.txt
parent615b22df4d423aded3613db7716943a2f389b047 (diff)
downloaddreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.gz
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.bz2
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.tar.xz
dreambuilder_modpack-da66780a569712c23ae4f2996cfb4608a9f9d69d.zip
copy all standard Dreambuilder mods in from the old subgame
(exactly as last supplied there, updates to these mods will follow later)
Diffstat (limited to 'plantlife_modpack/trunks/trunks_settings.txt')
-rw-r--r--plantlife_modpack/trunks/trunks_settings.txt70
1 files changed, 70 insertions, 0 deletions
diff --git a/plantlife_modpack/trunks/trunks_settings.txt b/plantlife_modpack/trunks/trunks_settings.txt
new file mode 100644
index 0000000..7fe8822
--- /dev/null
+++ b/plantlife_modpack/trunks/trunks_settings.txt
@@ -0,0 +1,70 @@
+-- Settings for generation of stuff (at map-generation time)
+
+
+
+
+
+Horizontal_Trunks = true
+
+
+
+Trunks_Max_Count = 320 -- absolute maximum number in an area of 80x80x80 nodes
+
+
+Trunks_Rarity = 99 -- larger values make trunks more rare (100 means chance of 0 %)
+
+
+
+
+
+Big_Twigs = true -- twigs larger than one node
+Twigs_on_ground = true
+
+
+
+Twigs_on_ground_Max_Count = 640 -- absolute maximum number in an area of 80x80x80 nodes
+
+Twigs_on_ground_Rarity = 66 -- larger values make twigs more rare (100 means chance of 0 %)
+
+
+
+
+
+Twigs_on_water = true
+
+
+
+Twigs_on_water_Max_Count = 320 -- absolute maximum number in an area of 80x80x80 nodes
+
+
+Twigs_on_water_Rarity = 33 -- larger values make twigs more rare (100 means chance of 0 %)
+
+
+
+
+
+Moss_on_ground = true
+
+
+
+Moss_on_ground_Max_Count = 400 -- absolute maximum number in an area of 80x80x80 nodes
+
+Moss_on_ground_Rarity = 79 -- larger values makes moss more rare (100 means chance of 0 %)
+
+
+
+
+
+Moss_on_trunk = true
+
+
+
+Moss_on_trunk_Max_Count = 640 -- absolute maximum number in an area of 80x80x80 nodes
+
+Moss_on_trunk_Rarity = 24 -- larger values makes moss more rare (100 means chance of 0 %)
+
+
+Auto_Roof_Corner = true -- behavior is similar (not the same!) to the one of minecraft stairs
+
+
+Roots = true \ No newline at end of file