Started by
MamaLuigi
on
Topic category: Help with Minecraft modding (Java Edition)
I am making a mod where different biomes have different temperatures, and i want to make it so i can set the player on fire or give the player the freezing effect from powdered snow whenever i want.
How would i burn or freeze the player on command?
There should be mod blocks in the 'Entity Management' tab to set an entity on fire or freeze an entity for a set amount of time. Keep in mind that fire is really, really dangerous at longer durations, and, conversely, that freezing takes several seconds before it actually starts dealing damage. You might be better off creating custom effects/overlays, as these would be more configurable.
i found the fire block, but when you say the freeze block do you mean "set number of ticks entity has be frozen for"?
never mind