Create: Copycats+

Create: Copycats+

7M Downloads

[Bug] some copycats dont copy light properties of blocks

noskincz opened this issue ยท 3 comments

commented

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

commented

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.

commented

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

commented

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