Download OpenFM — Minecraft Mods — MetaMods

OpenFM

Active

Downloads

0

Last update

6 years ago
Client
Technological
Addons

OpenFM

Requirement: This mod requires Java 7 or higher.

The OpenFM mod turns Minecraft into a full-fledged music station, allowing you to stream internet radio directly in the game. The modification supports integration with popular computer mods - OpenComputers and ComputerCraft (starting from build 19).

Main Functions

Radio control is managed through the openfm_radio component. Here are the main commands for working with it:

fm = components.openfm_radio

-- Radio station setup
fm.setURL("http://listen.radionomy.com/DeepHouse")

-- Playback control
fm.start()

-- Stop playback
fm.stop()

-- Volume control
fm.volUp()    -- Increase volume
fm.volDown()  -- Decrease volume

-- Get current volume level
fm.getVol()

-- Appearance settings
fm.setScreenColor(0xFF0000)  -- Set screen color to red
fm.getScreenColor()          -- Get current color

-- Text display
fm.setScreenText("Text to display on radio")
-- Text automatically scrolls if it doesn't fit on the screen

Project History

OpenFM is a significantly reworked version of Dragon's Radio Mod, which is distributed under the MIT license. The project preserves the best features of the original while adding new capabilities and improvements.

Demonstration

Official review from Mojang:

Distinctive Features

  • Support for real-time internet radio streams
  • Customizable interface with changeable colors and text
  • Integration with Minecraft computer systems
  • Automatic scrolling of long text on the screen
  • Simple volume and playback control

Special thanks to developer gamax92 for reworking the network system for versions 1.8.9+ and fixing numerous bugs, which made updating for modern game versions possible.

Project members
MichiyoRavencroft

MichiyoRavencroft

Created: 5 Aug 2018

ID: 90289