summaryrefslogtreecommitdiff
path: root/battery_box.lua
diff options
context:
space:
mode:
Diffstat (limited to 'battery_box.lua')
-rw-r--r--battery_box.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/battery_box.lua b/battery_box.lua
index dae2c0f..225984b 100644
--- a/battery_box.lua
+++ b/battery_box.lua
@@ -13,6 +13,7 @@ register_power_tool ("technic:mining_drill",60000)
register_power_tool ("technic:laser_mk1",40000)
register_power_tool ("technic:battery",10000)
register_power_tool ("technic:sonic_screwdriver",15000)
+register_power_tool ("technic:flashlight",30000)
minetest.register_alias("battery", "technic:battery")
minetest.register_alias("battery_box", "technic:battery_box")