forked from mrkubax10/industrialtest
Implement industrialtest.api.createNetworkMap
This commit is contained in:
@@ -142,6 +142,7 @@ local function registerCable(name,displayName,size,flow,registerInsulated)
|
||||
definition.sound=mcl_sounds.node_sound_metal_defaults()
|
||||
end
|
||||
definition.groups._industrialtest_hasPowerInput=1
|
||||
definition.groups._industrialtest_cable=1
|
||||
minetest.register_node("industrialtest:"..name.."_cable",definition)
|
||||
if registerInsulated then
|
||||
definition=table.copy(definition)
|
||||
|
||||
Reference in New Issue
Block a user