From 78c7ec6121d6a8b686a48515fc324ad1a0517fb3 Mon Sep 17 00:00:00 2001 From: Michieal Date: Fri, 21 Oct 2022 19:22:33 -0400 Subject: [PATCH] Added in MCL_SIGNS' debug setting. --- settingtypes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settingtypes.txt b/settingtypes.txt index 832025a77..d2d5130d8 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -219,3 +219,6 @@ mcl_logging_mapgen (Chunk generation logging) bool false # If enabled generated structures will be logged 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