mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-12-02 19:43:43 +01:00
7 lines
175 B
Lua
7 lines
175 B
Lua
|
|
ele.register_conduit("elepower_dynamics:conduit", {
|
|
description = "Power Conduit",
|
|
tiles = {"elepower_conduit.png"},
|
|
groups = {oddly_breakable_by_hand = 1, cracky = 1}
|
|
})
|