cx384
2024-01-22 a08ba2bb93d7683b619a0e6b0bf00e3afd614ae4
technic/machines/MV/power_radiator.lua
@@ -36,7 +36,8 @@
end
-- Appliances:
--  has_supply: pos of supply node if the appliance has a power radiator near with sufficient power for the demand else ""
--  has_supply: pos of supply node if the appliance has a power radiator near
--              with sufficient power for the demand else ""
--  EU_demand: The power demand of the device.
--  EU_charge: Actual use. set to EU_demand if active==1
--  active: set to 1 if the device is on
@@ -146,6 +147,7 @@
})
minetest.register_abm({
   label = "Machines: run power radiator",
   nodenames = {"technic:power_radiator"},
   interval   = 1,
   chance     = 1,
@@ -176,8 +178,6 @@
         -- The supply radius
         local rad = power_radius
         local meta1            = nil
         local pos1             = {}
         local used_charge      = 0
         -- Index all nodes within supply range