From 21e044478e259efa202dce2c2e82afc342f07b90 Mon Sep 17 00:00:00 2001
From: SmallJoker <mk939@ymail.com>
Date: Sat, 26 Nov 2022 23:25:33 +0100
Subject: [PATCH] Fix battery box charging issues caused by out of sync functions

---
 technic/tools/chainsaw.lua |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/technic/tools/chainsaw.lua b/technic/tools/chainsaw.lua
index 65ec30d..23d1820 100644
--- a/technic/tools/chainsaw.lua
+++ b/technic/tools/chainsaw.lua
@@ -31,6 +31,11 @@
 	["default:cactus"] = -1,
 	["default:papyrus"] = -1,
 
+	-- dfcaves "fruits"
+	["df_trees:blood_thorn_spike"] = -1,
+	["df_trees:blood_thorn_spike_dead"] = -1,
+	["df_trees:tunnel_tube_fruiting_body"] = -1,
+
 	["ethereal:bamboo"] = -1,
 }
 

--
Gitblit v1.8.0