summaryrefslogtreecommitdiff
path: root/technic/machines/LV/geothermal.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/LV/geothermal.lua')
-rw-r--r--technic/machines/LV/geothermal.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/LV/geothermal.lua b/technic/machines/LV/geothermal.lua
index d828f6d..c66547e 100644
--- a/technic/machines/LV/geothermal.lua
+++ b/technic/machines/LV/geothermal.lua
@@ -22,7 +22,7 @@ minetest.register_craft({
minetest.register_craftitem("technic:geothermal", {
description = S("Geothermal %s Generator"):format("LV"),
-})
+})
local check_node_around = function(pos)
local node = minetest.get_node(pos)