Origins (Forge)

Origins (Forge)

7M Downloads

Night Vision Power Not Working Properly 1.18.2

AetheriMC opened this issue ยท 0 comments

commented

MC v1.18.2
Forge v1.18.2-forge-40.1.0
Mod List: Caelus, Configured, Origins, Pehkui

The origins:night_vision power is no longer applying the night vision effect to the affected origins. This power was working in a previous version of 1.18.1 (sorry I don't remember which), but the 1.18.2 version isn't changing player brightness levels whatsoever. This is true whether there is a brightness condition modifier or not.

Here is the associated code:

{
"name": "Darkvision",
"type": "origins:night_vision",
"strength": 0.5,
"condition": {
"type": "origins:brightness",
"comparison": "<",
"compare_to": 0.5
}
}