From bb5ca3c541cdade8e869246cbaf6374f7249d792 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 13 Dec 2025 15:13:14 +0000 Subject: [PATCH] charred trees should fall over now? --- config/fallingtrees_common.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/fallingtrees_common.json b/config/fallingtrees_common.json index 02bba7941..f8e545647 100644 --- a/config/fallingtrees_common.json +++ b/config/fallingtrees_common.json @@ -97,7 +97,9 @@ "onlyFallWithRequiredTool": false, "allowedToolFilter": { "whitelistedTags": [], - "whitelist": [], + "whitelist": [ + "tfg:charred_log" + ], "blacklist": [] } },