From d7a62ee312c9cd4ff455223e18b9bcf09a2f79a4 Mon Sep 17 00:00:00 2001
From: Vanessa Ezekowitz <vanessaezekowitz@gmail.com>
Date: Fri, 31 Mar 2017 20:25:46 -0400
Subject: update mesecons, pipeworks, castle, and technic

---
 technic/machines/HV/nuclear_reactor.lua | 1 +
 1 file changed, 1 insertion(+)

(limited to 'technic/machines/HV')

diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua
index 16bb928..cea3a91 100644
--- a/technic/machines/HV/nuclear_reactor.lua
+++ b/technic/machines/HV/nuclear_reactor.lua
@@ -221,6 +221,7 @@ end
 
 
 minetest.register_abm({
+	label = "Machines: reactor melt-down check",
 	nodenames = {"technic:hv_nuclear_reactor_core_active"},
 	interval = 4,
 	chance = 1,
-- 
cgit v1.2.3