Started by
McModded1.14
on
Topic category: Help with Minecraft modding (Java Edition)
For a mod I have been working on I would like to add slowness o players if they are in a certain biome if they don't have a certain advancement please tell me how
Nevermind I solved this months ago. I just forgot to edit the description.
Edited by McModded1.14 on Sun, 08/30/2020 - 16:51
Nevermind I just figured it out. It took an hour
Now it won't work for a different biome :(
Do if:
NOT Has player achievement "custom" AND is biome at xyz custom1 OR is biome at xyz custom2
add effect slowness to provided entity.
Or do 2 seperate procedures on player tick update.
I use custom biomes in a custom dimension. I have done it once but it doesn’t seem to work in a different custom biome. Also the mod for this forum will be 1.14 then 1.15.2
It worked
Thank you