forked from minetest-mods/moreblocks
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
|
### Changed
|
||||||
|
|
||||||
|
- Stairs+ are now displayed in the creative inventory by default.
|
||||||
- Updated intllib support to avoid using deprecated functions.
|
- Updated intllib support to avoid using deprecated functions.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -26,4 +26,4 @@ local function setting(settingtype, name, default)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Show stairs/slabs/panels/microblocks in creative inventory (true or false):
|
-- 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