Started by
youarelate
on
Topic category: Help with Minecraft modding (Java Edition)
Okay. It's my time to ask for help here. I'm making a mod that has a snow boss and I want to add a freeze effect when hit. But in Minecraft there is no command for this effect (I couldn’t find it), and as far as I understand, there is nothing similar in the procedures either. Is it possible to create a freezing effect or what alternatives are there?
You can use the 'set ticks frozen' function in MCreator to use the vanilla freezing effect. (The effect applied by powdered snow.) The ticks determine how long the freezing effect will endure- though you might just want to make your own, as the vanilla effect deals damage very slowly, and requires a minimum amount of ticks before it starts actually dealing damage.
Mindthemoods thx, bro :) The freezing effect gives slow instead of damage, but my boss is already too tough, so this is even better than taking damage from freezing.