Liquid starlight bits don't emit light
Geird opened this issue ยท 5 comments
Never mind on the mod.. I see you put that in there, I missed it on the first read.
Lava bits worked last time I checked, so its possible that the mod is doing something differently that makes it more difficult to detect the lighting, or error prone, in which case threes not much that can be done.
I just looked at the block in the mod's source ( https://github.com/HellFirePvP/AstralSorcery/blob/master/src/main/java/hellfirepvp/astralsorcery/common/block/fluid/FluidBlockLiquidStarlight.java )
There doesn't appear to be any sort of "Light Level" attached to it, however it adds night vision to the player, is that what your expecting? If so C&B doesn't do that.
Also maybe your talking about the particles? Also C&B Doesn't do this, C&B treats all fluid bits as "Water Bits" useful for decoration and the like, but trying to emulate complicated logic like collision based effects or display tick effects can lead to crashes or other situations, so C&B doesn't do these.
I prefer to get the best compatibility I can, without risking crashes, which is why I support what I do, there are potential ways to support these effects, but since that involves putting those mods into situations they were not designed for, I prefer to not do those things, as it can cause unexpected results,, bugs and crashes.
Seems that the fluid has a luminosity set... might be related, Alright just making sure its what I normally support before I get more in depth.