Display Stairs+ nodes in the creative inventory by default

This closes #125.
This commit is contained in:
Hugo Locurcio 2019-03-20 20:27:07 +01:00
parent 1aa93322c6
commit 774c4043aa
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)