header
logo

OpenFM

Install

OpenFM (This mod REQUIRES Java 7+)

Streaming radio for Minecraft, with OpenComputers, And as of Build 19 ComputerCraft support.

fm = components.openfm_radio

fm.setURL("http://listen.radionomy.com/DeepHouse")
fm.start()
fm.stop()
fm.volUp()
fm.volDown()
fm.getVol()

fm.setScreenColor(0xFF0000) --Sets the screen color to red

fm.getScreenColor()

fm.setScreenText("Text to display on radio") --Text will scroll if larger than the display.

Highly modified version of Dragon's Radio Mod, Dragon's Radio Mod is Licensed MIT.

 

Spotlight by the Mojangsters:

 

You are free to use this mod in your modpack!

 

MAJOR THANKS to gamax92 in #oc who rewrote the entire network system for 1.8.9+ and many other bugfixes, without him 1.8.9+ wouldn't have been done.