Started by
FireWorks_CreepeR
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make in my mod like when you go to a cold biome you get an effect which damages you. Is there a way to do that?
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make in my mod like when you go to a cold biome you get an effect which damages you. Is there a way to do that?
Yep. First of all, create a new Procedure. After, choose the event Random player tick (or something like this.). Then, put a if block condition and go into World Data (The second). Finally, you have just to take the block get biome at x y z (nameOfTheBiome). You have just to put the biome you want and to put the effect. Repeat the if for each biome (into the same procedure.).
I can't find the first procedure block, did they remove it? Is this still possible with another method?
Nevermind I figured it out, thanks!