forked from VoxeLibre/VoxeLibre
Added in MCL_SIGNS' debug setting.
This commit is contained in:
parent
9f32a4c692
commit
78c7ec6121
|
@ -219,3 +219,6 @@ mcl_logging_mapgen (Chunk generation logging) bool false
|
||||||
|
|
||||||
# If enabled generated structures will be logged
|
# If enabled generated structures will be logged
|
||||||
mcl_logging_structures (Structure generation logging) bool true
|
mcl_logging_structures (Structure generation logging) bool true
|
||||||
|
|
||||||
|
#Complete debug logging for mcl_signs events. Use this if you have issues with signs.
|
||||||
|
mcl_logging_mcl_signs (Complete debug logging for mcl_signs) bool true
|
||||||
|
|
Loading…
Reference in New Issue