hjake123 / reactive

A Minecraft NeoForge mod based around alchemy and experimentation.
https://www.curseforge.com/minecraft/mc-mods/reactive
Other
4 stars 0 forks source link

Hostile mobs should avoid luminous ring like they avoid sunlight #43

Open slava110 opened 4 months ago

slava110 commented 4 months ago

When sun arises, some mobs (skeletons for sure, maybe zombies too) hide under trees, inside water to not burn under the sun. In other words, they actively avoid sunlight. Do you think they should avoid luminous ring in a similar way? (unless player has been spotted)

hjake123 commented 4 months ago

I forgot had that ability to be honest

hjake123 commented 4 months ago

It seems that that vanilla system is hardcoded to only work with light levels. It might be possible with mixin but I think I'll leave this for now.

slava110 commented 4 months ago

Sure. AI is one of the hardest things in minecraft. And this technically doesn't affect gameplay that much. You can even say that hostile mobs don't see this luminous ring. And when they enter they don't know what's happening (because it's not a natural thing like normal sunlight)