You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a great need to create items that can freeze (lower the temperature) the player through the standard frostbite effect that was added to minecraft 1.18 together with loose snow.
Describe the solution you'd like
id: freeze
args:
damage_per_tick: 2 - How much damage will the damage or target receive if the frostbite effect is applied to it.
ticks: 100 How long will the damage be dealt in ticks.
accumulation: 100 How quickly the frostbite effect will accumulate in battle (accumulation with each blow), if there is no effect, it is applied instantly
triggers:
Any trigger.
Describe alternatives you've considered
There is no alternative, this effect is not supported by any of the mechanisms available to me.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have a great need to create items that can freeze (lower the temperature) the player through the standard frostbite effect that was added to minecraft 1.18 together with loose snow.
Describe the solution you'd like
args:
damage_per_tick: 2 - How much damage will the damage or target receive if the frostbite effect is applied to it.
ticks: 100 How long will the damage be dealt in ticks.
accumulation: 100 How quickly the frostbite effect will accumulate in battle (accumulation with each blow), if there is no effect, it is applied instantly
triggers:
Describe alternatives you've considered
There is no alternative, this effect is not supported by any of the mechanisms available to me.
The text was updated successfully, but these errors were encountered: