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] Continuity Emissivity Breaks Alongside CTM Glowing #573

Open
CraftyZombie opened this issue Dec 23, 2024 · 5 comments
Open

[BUG] Continuity Emissivity Breaks Alongside CTM Glowing #573

CraftyZombie opened this issue Dec 23, 2024 · 5 comments

Comments

@CraftyZombie
Copy link

CraftyZombie commented Dec 23, 2024

Just wanna know if I should collect more information and file a proper bug report.
Have a pack that adds emissivity to Malum's Brilliant Stone, but when I have CTM installed, Continuity's system doesn't appear to trigger.
This is what shows up with CTM:
Screen Shot 2024-12-23 at 3 04 47 PM

This is what shows up without CTM:
2024-12-23_15 06 15

Is there any way to get them to work at the same time so that the block both gives off light (CTM) but also renders pixels in fullbright (Continuity)?

@PepperCode1
Copy link
Owner

Continuity has no integration with the CTM mod. This is a bug, and I do not know the cause of it.

@CraftyZombie
Copy link
Author

@CraftyZombie CraftyZombie changed the title [Question/Bug??] Does Emissivity from Continuity Disable Itself when a Block Already has ConnectedTexturesMod Lighting Enabled? [BUG] Continuity Emissivity Breaks Alongside CTM Glowing Dec 26, 2024
@CraftyZombie
Copy link
Author

@PepperCode1
Copy link
Owner

PepperCode1 commented Dec 26, 2024

...the block both gives off light (CTM)..

CTM does not do that. Its definition for light only affects the minimum lightmap value of quads which use the corresponding texture, which is similar to what Continuity's emissives do.

One possible reason for why this issue happens is that CTM is wrapping Continuity's model instead of the other way around. This would completely disable connected or emissive textures defined through Continuity for that block/item. If this is the actual cause, then CTM can change that if they wish, but that is more of a Connector/Forgified Fabric API bug than a CTM bug or Continuity bug. However, fixing it would be quite difficult.

@CraftyZombie
Copy link
Author

CTM does not do that. Its definition for light only affects the minimum lightmap value of quads which use the corresponding texture, which is similar to what Continuity's emissives do.

My mistake. I was trying to distinguish the effects of the two mods' emissivities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants