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)