diff options
author | Calinou <calinou9999spam@gmail.com> | 2013-09-15 14:52:18 +0200 |
---|---|---|
committer | Calinou <calinou9999spam@gmail.com> | 2013-09-15 14:52:18 +0200 |
commit | 474d62ac7c6f540318ccba9777f4f2c8d35007ec (patch) | |
tree | a46abe31ce8454cfaa1dca2107c573394b8c3ec5 /_config.txt | |
parent | d8d84f75797223734add22031b148783703100db (diff) |
Allow stair/slab crafting by default, can be disabled in _config.txt
Diffstat (limited to '_config.txt')
-rw-r--r-- | _config.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.txt b/_config.txt index b4395f4..ceff443 100644 --- a/_config.txt +++ b/_config.txt @@ -9,3 +9,6 @@ -- Whether to direct wood based on player yaw when placing the block wood_facedir = true + +-- Allow stair/slab crafting without a circular saw or not +allow_stair_slab_crafting = true |