generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Modify Darkness Pulse
Provi edited this page Oct 6, 2023
·
3 revisions
Modifies the strength of the pulsing visual effect caused by darkness.
Type ID: proviorigins:modify_darkness_pulse
Field | Type | Default | Description |
---|---|---|---|
multiplier |
Float | 1.0 |
Applied first, the darkness modifer is multiplied by this value. |
addition |
Float | 0 |
Applied second, this value is added to the darkness modifier. |
The darkness modifier is calculated as:
darknessModifier = darknessModifier * multiplier + addition
{
"type": "proviorigins:modify_darkness_pulse",
"multiplier": 0
}
This power removed the pulsing effect of darkness.