Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] some copycats dont copy light properties of blocks #182

Open
noskincz opened this issue Dec 24, 2024 · 3 comments
Open

[Bug] some copycats dont copy light properties of blocks #182

noskincz opened this issue Dec 24, 2024 · 3 comments
Labels
area: light Related to light emission/propagation Bug Something isn't working

Comments

@noskincz
Copy link

Describe the bug
When using modded light block such as the mod "Its just lights" some specific copycats dont light up like they should, but when using a vanilla light source like sea lanterns, it works
list of the copycats:
Byte, Slab, Board and Half layer
To Reproduce
Steps to reproduce the behavior:

  1. grab one of the mentioned copycats and the light block (modded)
  2. place down the copycat and put in the light block
  3. the copycat dosent emit light

Expected behavior
The copycat should be lit up like when using for example sea lanterns

Screenshots
image below shows the modded light blocks and the copycats that do and dont work with it
image
the image below shows whats expected to happen via using sea lanterns
image

Desktop (please complete the following information):

  • Minecraft Version: 1.18.2
  • Mod Loader: Forge
  • Mod Version: 2.1.4

Additional context
cant really add any aditional context

@noskincz noskincz added the Bug Something isn't working label Dec 24, 2024
@Bennyboy1695
Copy link
Member

If they extend redstone lamps with their blocks you need to right click the copycat again with the block to toggle between on and off status.

@noskincz
Copy link
Author

If they extend redstone lamps with their blocks you need to right click the copycat again with the block to toggle between on and off status.

the blocks have a always lit version and a redstone lamp like version

@Bennyboy1695
Copy link
Member

Bennyboy1695 commented Dec 25, 2024

the blocks have a always lit version and a redstone lamp like version

If the always lit version doesn't use a blockstate like the redstone lamps or doesn't set its light level by using the lightLevel block property then the copycat doesn't understand that its a light emitting block

@hlysine hlysine added the area: light Related to light emission/propagation label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: light Related to light emission/propagation Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants