Skip to content

Streaming radio mod for Minecraft, with OpenComputers control support

License

Notifications You must be signed in to change notification settings

PC-Logix/OpenFM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFM

Streaming radio for Minecraft, with OpenComputers, and ComputerCraft support.

fm = component.openfm_radio

fm.setURL("http://listen.radionomy.com/DeepHouse")

fm.start()

fm.stop()

fm.volUp()

fm.volDown()

fm.getVol()

fm.setScreenColor(0xFF0000) Sets the text color to red on the display

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 Licenses MIT.

Downloads via Curse http://www.curse.com/mc-mods/Minecraft/236839-openfm

About

Streaming radio mod for Minecraft, with OpenComputers control support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages