Add iron cable textures
This commit is contained in:
parent
ce96b0166e
commit
08d4667bec
|
@ -232,7 +232,7 @@ minetest.register_craft({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
registerCable("iron","Iron",0.15,industrialtest.api.uvPowerFlow,true)
|
registerCable("iron","Iron",0.15,industrialtest.api.evPowerFlow,true)
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
type="shaped",
|
type="shaped",
|
||||||
output="industrialtest:iron_cable 6",
|
output="industrialtest:iron_cable 6",
|
||||||
|
@ -268,4 +268,4 @@ minetest.register_craft({
|
||||||
{industrialtest.elementKeys.glass,industrialtest.elementKeys.glass,industrialtest.elementKeys.glass}
|
{industrialtest.elementKeys.glass,industrialtest.elementKeys.glass,industrialtest.elementKeys.glass}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
-- TODO: Add glass fibre cable craft with silver ingot
|
-- TODO: Add glass fibre cable craft with silver ingot
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 947 B |
Binary file not shown.
After Width: | Height: | Size: 630 B |
Loading…
Reference in New Issue