mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-11-13 05:50:18 +01:00
Display Stairs+ nodes in the creative inventory by default
This closes #125.
This commit is contained in:
parent
1aa93322c6
commit
774c4043aa
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user