diff options
author | Calinou <calinou9999spam@gmail.com> | 2013-10-12 19:55:42 +0200 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2013-10-12 19:55:42 +0200 |
commit | 621948c70a6f07a39765ebd360dccd4261173e21 (patch) | |
tree | 5e665b49c2714ceb15c7e8986039813199262a28 /_config.txt | |
parent | 26e7268a5e29b3d02f7762a80369d214686628c9 (diff) |
Ability to show or hide Stairs+ nodes in creative inventory, thanks pitriss
Diffstat (limited to '_config.txt')
-rw-r--r-- | _config.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/_config.txt b/_config.txt index ceff443..a7e6fcd 100644 --- a/_config.txt +++ b/_config.txt @@ -7,8 +7,11 @@ ------------------------------------------------------------------------------ --- Whether to direct wood based on player yaw when placing the block +-- Whether to direct wood based on player yaw when placing the block (true or false) wood_facedir = true --- Allow stair/slab crafting without a circular saw or not +-- Allow stair/slab crafting without a circular saw or not (true or false) allow_stair_slab_crafting = true + +-- Show stairs/slabs/panels/microblocks in creative inventory (true or false) +show_stairsplus_creative_inv = false |