Started by
_Ice_Lord_
on
Topic category: Help with MCreator software
I want to add a Frost Resistance counterpart to Fire Resistance for my ice-themed mod. How do we make a player immune to the freezing effect? I tried "On Effect Active Tick do set entity enum property "TicksFrozen" to 0] but it didn't work, nothing happens.
I need this effect to allow players to play as a custom mob when they spawn in the custom dimension, thry should be immune to freezing without needing leather armour.
I think there is just a procedure block that lets you set ticks frozen without needing to use properties at all. I' pretty sure it is called something like 'set ticks (event/target entity) has been frozen for to (number)'
I just found that and then came here! Thank you. Now I just need to make it so that the player can walk on top of Powder Snow when with the effect.