Skip to content

Commit

Permalink
Display Stairs+ nodes in the creative inventory by default
Browse files Browse the repository at this point in the history
This closes #125.
  • Loading branch information
Calinou committed Mar 20, 2019
1 parent 1aa9332 commit 774c404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 774c404

Please sign in to comment.