From f0dd4e0f59f342bca59f046f36344b234d624768 Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Fri, 24 Apr 2020 19:56:19 +0200 Subject: [PATCH] =?UTF-8?q?Aktualizovat=20=E2=80=9Ebasic=5Fmachines/techni?= =?UTF-8?q?c=5Fpower.lua=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic_machines/technic_power.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic_machines/technic_power.lua b/basic_machines/technic_power.lua index bbc779f..ec696a2 100644 --- a/basic_machines/technic_power.lua +++ b/basic_machines/technic_power.lua @@ -269,7 +269,7 @@ minetest.register_node("basic_machines:battery_0", { can_dig = function(pos) local meta = minetest.get_meta(pos); if meta:get_int("upgrade")~=0 then return false else return true end - end + end, tube = { insert_object = function(pos, node, stack, direction) @@ -404,7 +404,7 @@ minetest.register_node("basic_machines:generator", { can_dig = function(pos) local meta = minetest.get_meta(pos); if meta:get_int("upgrade")~=0 then return false else return true end - end + end, tube = { insert_object = function(pos, node, stack, direction)