blob: a7e6fcdf66b5fc98d957f4a5f18dc47c873c86fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
------------------------------------------------------------------------------
------------------------------ CONFIGURATION ---------------------------------
------------------------------------------------------------------------------
------------------------------------------------------------------------------
-------- Change settings by changing the values after the "=". ---------------
------------------------------------------------------------------------------
-- 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 (true or false)
allow_stair_slab_crafting = true
-- Show stairs/slabs/panels/microblocks in creative inventory (true or false)
show_stairsplus_creative_inv = false
|