elepower/elepower_dynamics/conduits.lua

16 lines
422 B
Lua
Raw Normal View History

2018-06-18 07:09:43 +00:00
2018-06-18 16:15:15 +00:00
-- Electric power
2018-06-18 07:09:43 +00:00
ele.register_conduit("elepower_dynamics:conduit", {
description = "Power Conduit",
tiles = {"elepower_conduit.png"},
groups = {oddly_breakable_by_hand = 1, cracky = 1}
})
2018-12-17 15:38:10 +00:00
-- Fluid
fluid_lib.register_transfer_node("elepower_dynamics:opaque_duct", {
description = "Opaque Fluid Duct",
tiles = {"elepower_opaque_duct.png"},
duct_density = 1/5,
groups = {oddly_breakable_by_hand = 1, cracky = 1}
})