Advanced RGB Lamps

Quick rating

Advanced RGB Lamps

No reviews yet

An RGB Lamp mod, with optional colored lighting & computercraft support

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client and Server

Must be installed on both the client and the server.

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Advanced RGB Lamps

An RGB lamp mod that has 10 different lamp variations and optional Colorful Lighting & Computercraft support

Demonstration

Usage

Lamp Configurator Tool:

You can use the Lamp Configurator Tool by shift right clicking on a lamp, this opens the color and brightness configuration by default, modes can be switched between Edit, Copy, Paste& Debug by pressing P while holding the tool.

Crafting Recipes

Lamp Configurator Tool:

Lamp Configurator Tool Crafting Recipe

Led Diode:

LED Diode Crafting Recipe

Advanced RGB Lamp:

Advanced RGB Lamp Crafting Recipe

Stonecutter:

Stone Cutter Variants

CC:Tweaked API Reference

setBrightness(level)

Sets the lamp brightness

Parameter Type Range
level integer 0 - 15

Usage:

lamp.setBrightness(8)

setRGB(r, g, b, [, brightness])

Sets the lamp color from individual Red, Green & Blue components

Parameter Type Range Required
r integer 0 - 255 yes
g integer 0 - 255 yes
b integer 0 - 255 yes
brightness integer 0 - 15 no

Usage:

lamp.setRGB(255, 128, 0) -- Sets color to orange without changing brightness
lamp.setRGB(255, 128, 0, 15) -- Sets color to orange and brightness to 15

setHex(hex [, brightness])

Sets the lamp color from a hex color string

Parameter Type Range Required
hex string yes
brightness integer 0 - 15 no

Usage:

lamp.setHex("FF8800") -- Sets color to orange without changing brightness
lamp.setHex("FF8800", 15) -- Sets color to orange and brightness to 15

setHSV(h, s, v [, brightness])

Sets the lamp from Hue, Saturatuon & Value components

Parameter Type Range Required
h number 0 - 360 yes
s number 0 - 100 yes
v number 0 - 100 yes
brightness integer 0 - 15 no

Usage:

lamp.setHSV(32, 100, 100) -- Sets color to orange without changing brightness
lamp.setHSV(32, 100, 100, 15) -- Sets color to orange and brightness to 15

setVariant(variant)

Sets the lamp variant (see gallery for all variants)

Parameter Type Range
variant integer 0 - 9

Usage:

lamp.setVariant(3)

getBrightness()-> level

Gets current lamp brightness

Usage:

local brightness = lamp.getBrightness()

getRGB()->r, g, b`

Gets current color in Red, Green & Blue components

Usage:

local r, g, b = lamp.getRGB()

getHex() -> hex

Gets current color as a Hex string

Usage:

local hex = lamp.getHex()

getHSV() -> h, s, v

Gets current color as Hue, Saturatuon & Value components

Usage:

local h, s, v = lamp.getHSV()

getVariant() -> variant

Gets current variant

Usage:

local variant = lamp.getVariant()

Notes:

The Colorful Lighting mod is required for colored lighting, this mod is not compatible with the sodium/embeddium fork of Colorful Lighting.

Use in modpacks is allowed, no permission is required.

Screenshots

Gallery

  • Variant 9
    Variant 9 Varant 9, PVM 9L3 inspired
  • Variant 10
    Variant 10 Variant 10, Sea Lantern texture
  • Demo
    Demo
  • Config Menu
    Config Menu Menu shown when the Configuration Tool is used
  • Variant 1
    Variant 1 Lamp Variant 1, Redstone Lamp Texture
  • Variant 2
    Variant 2 Lamp Variant 2
  • Variant 3
    Variant 3 Lamp Variant 3
  • Variant 4
    Variant 4 Lamp Variant 4, Glow Stone texture
  • Variant 5
    Variant 5 Lamp Variant 5
  • Variant 6
    Variant 6 Variant 6
  • Variant 7
    Variant 7 Variant 7
  • Variant 8
    Variant 8 Variant 8

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works