From 774c4043aae4979a69f31f914a3760cb9877f2de Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 20 Mar 2019 20:27:07 +0100 Subject: [PATCH] Display Stairs+ nodes in the creative inventory by default This closes #125. --- CHANGELOG.md | 1 + config.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9942c..394f445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +- Stairs+ are now displayed in the creative inventory by default. - Updated intllib support to avoid using deprecated functions. ### Fixed diff --git a/config.lua b/config.lua index a855d5c..3a7af49 100644 --- a/config.lua +++ b/config.lua @@ -26,4 +26,4 @@ local function setting(settingtype, name, default) end -- Show stairs/slabs/panels/microblocks in creative inventory (true or false): -setting("bool", "stairsplus_in_creative_inventory", false) +setting("bool", "stairsplus_in_creative_inventory", true)