diff options
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 |