OgelGames / beacon

A redo of the Minetest beacon mod by AgentNagel42 (WIP)
Other
4 stars 3 forks source link

Allow other mods to register additional beacon colors #14

Closed OgelGames closed 4 years ago

OgelGames commented 4 years ago

Rough idea:

-- function to register
function beacon.register_beacon(name, color, dye)
    -- stuff currently in register.lua
end

-- usage example
beacon.register_beacon("Lime", "#bfff00ff", "unifieddyes:lime")