[Bug] Copycats of light emitting blocks stop emitting light.
40411 opened this issue ยท 1 comments
When applying a light source block onto a copycat, for example a Block of Experience (from Create) onto a Copycat, the block will emit light as normal;
But, as soon as those chunks are unloaded and reloaded, such as leaving and entering those chunks again, or leaving and rejoining a world, the light level is lost;
The light level can return if another light emitting block is placed, or one gets close to it with the Dynamic Lights mod, but the light from the updated Copycat blocks will not update other Copycat blocks;
This is a bug from Create itself as all our current copycats just extend the base copycat class in create.
You can see the issue on the Create github issue here - Creators-of-Create/Create#4889