Dynamic Lights Mod – 1.19.2, 1.18.2 – Hold Light Sources in Your Hand

Author: FixEye
0
260
dynamic lights mod 1 19 2 1 18 2 hold light sources in your hand

Dynamic Lights Mod (1.19.2, 1.18.18) adds some brilliant touches to Minecraft’s lighting system. The dynamic lighting mod makes it easier to explore caves. You can use a torch, glowstone or other light source to illuminate the area. It will illuminate the surrounding area. The same thing happens if you toss the lit item. It will still light up your surroundings.

This mod makes light sources in Minecraft more logical. Any light source can now be held in your hands to emit light. It doesn’t need to be put down to illuminate an area.

Features:

This mod makes ‘shining’ items (default: Torch, Glowstone, Glowdust, Lit Pumpkin, Redstone, Lava Bucket, powered Minecart) illuminate everything around them if.

  • The player has them equipped (in hand/armor)
  • They are dropped on the ground
  • Another player has them equipped in Multiplayer

On top of that, burning Entities shine light, and Creepers about to explode light up. You may add any Item ID you wish as shiny item, via the settings file. Also supports armor items.

  • Boosted efficiency A LOT, I’m positive it cannot be done any better now.
  • Dynamic Lights is now modular.
  • Configuration files for Dynamic Light modules can now be found at /config/.
  • Global toggle Button can now be configured via Controls Menu.

Toggle button ingame:

  • The default key is “L”. You can turn all dynamic Lights on/off with it. You can change the key in the config file.
  • There is no limit to the number of lights you can create, note however they are fairly FPS-costly. You can disable modules to obtain better FPS.
  • Recommend using Optifine for replacing Notch’s funky render code with slightly less funky rendering code.
  • The mod should work in Multiplayer by default, yet is clientside, it cannot lag servers. Note however ‘dropped’ light sources will not prevent Mobs from Spawning, and neither will your handheld light.

Screenshots:

dynamic lights mod 1 19 2 1 18 2 image 1
dynamic lights mod 1 19 2 1 18 2 image 2
dynamic lights mod 1 19 2 1 18 2 image 3
dynamic lights mod 1 19 2 1 18 2 image 4
dynamic lights mod 1 19 2 1 18 2 image 5
dynamic lights mod 1 19 2 1 18 2 image 6
dynamic lights mod 1 19 2 1 18 2 image 7
dynamic lights mod 1 19 2 1 18 2 image 8
dynamic lights mod 1 19 2 1 18 2 image 9
dynamic lights mod 1 19 2 1 18 2 image 10

How the config syntax works:

[DynamicLights_thePlayer, DynamicLights_dropItems and DynamicLights_otherPlayers configs]

Possible Setups:

X := simple ID X, wildcards metadata
X-Y := simple ID X and metadata Y
X-Y-Z := simple ID X, metadata range Y to Z
A-B-C-D := ID range A to B, meta range C to D

There is a default value used as “setting”, you can specify one by appending “=x” to the ID part.

Valid Entry examples:

50

Torch BlockID, 50, will use the default light value (15).

35-* (equals 35)

Wool BlockID, covers all wool metadata/colors.

35-2=12

Wool BlockID, 35, magenta subtype (meta 2), will use a light value of 12.

35-2-5

Wool BlockID, accepts metadata range [2..5].

314-317-*-*=15

Item ID range [314..317] covering golden armor, wildcarded meta/damage which means any value goes.

Also unnecessarily specifying the default light value of 15, you could leave =15 out aswell.

You can also substitute block/item IDs with their untranslated String values, useful for mod items.

tile.cloth is the same as 35, so tile.cloth-2-5=10 is valid.

item.helmetGold-item.leggingsGold-*-* is valid too.

Values that cannot be mapped to anything will be logged and ignored.

( Rating: 00 votes)

Comments

Your email address will not be published. Required fields are marked *

  • There are no comments yet. But yours could become the first one!