Tschipcraft / dynamiclights

Burning entities/items such as torches or lanterns emit light!
https://tschipcraft.ddns.net/dynamiclights.html
Other
23 stars 1 forks source link

No dynamic light is produced in 1x1 ladder space #39

Open HatTrkPatrk opened 4 months ago

HatTrkPatrk commented 4 months ago

Describe the bug

If you mine out a 1x1 space and place ladders in it to climb up/down, the space is not illuminated by dynamic light sources

Steps to reproduce

  1. Dig a 1x1 column/tunnel in the ground & place ladders along it
  2. Hold a torch or lantern or other dynamic light source in your offhand
  3. Climb up/down the ladder

Expected behavior

No response

Additional context

No response

Tschipcraft commented 4 months ago

Thanks for the report. Unfortunately, this is not fixable since the pack needs space to place the light block somewhere. Faking a block (like the ladder or surrounding blocks) and placing the light there would probably cause more problems than it is worth.

CommandGenius commented 4 months ago

Thanks for the report. Unfortunately, this is not fixable since the pack needs space to place the light block somewhere. Faking a block (like the ladder or surrounding blocks) and placing the light there would probably cause more problems than it is worth.

maybe it could be fixed on the mod version of the pack?

HatTrkPatrk commented 4 months ago

Thanks for the report. Unfortunately, this is not fixable since the pack needs space to place the light block somewhere. Faking a block (like the ladder or surrounding blocks) and placing the light there would probably cause more problems than it is worth.

maybe it could be fixed on the mod version of the pack?

As far as I'm aware, the mod version is just a wrapper-class for the datapack version anyway, there aren't any differences programmatically (other than an added config file?)

Tschipcraft commented 4 months ago

As far as I'm aware, the mod version is just a wrapper-class for the datapack version anyway, there aren't any differences programmatically (other than an added config file?)

Yes