From 9bc06a3b81b1655eeac888b6559c8ad80a6c0134 Mon Sep 17 00:00:00 2001 From: TumeniNodes Date: Mon, 4 Jul 2016 18:10:41 -0400 Subject: [PATCH] changed seetings.txt to settings.lua changes did not work when I made them, until after I changed settings.txt, to settings.lua not sure how weird this is but, on my end it made a difference --- settings.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 settings.lua diff --git a/settings.lua b/settings.lua new file mode 100644 index 0000000..2668a26 --- /dev/null +++ b/settings.lua @@ -0,0 +1,7 @@ +-- Set this to true to allow usage of the stairsplus mod in moreblocks + +enable_stairsplus = true + +-- This enables the old horizontal pillar block(deprecated, be sure to convert them back to normal pillars) + +enable_horizontal_pillar = false