From 8a987bb361bb48f35048167c16abb8a72cdfa13c Mon Sep 17 00:00:00 2001
From: obl3pplifp <obl3pplifp@users.noreply.github.com>
Date: Sun, 09 Jun 2019 20:48:52 +0200
Subject: [PATCH] Add tubelib support to technic chests (#498)

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

diff --git a/technic/tools/tree_tap.lua b/technic/tools/tree_tap.lua
index e84fe33..ae68b56 100644
--- a/technic/tools/tree_tap.lua
+++ b/technic/tools/tree_tap.lua
@@ -62,6 +62,7 @@
 })
 
 minetest.register_abm({
+	label = "Tools: tree tap",
 	nodenames = {"moretrees:rubber_tree_trunk_empty"},
 	interval = 60,
 	chance = 15,

--
Gitblit v1.8.0