Started by
Pikman1210
on
Topic category: Help with Minecraft modding (Java Edition)
For a mod I have been working on I would like to add blindess to players if they are in a certain biome, how do I do this?
Topic category: Help with Minecraft modding (Java Edition)
For a mod I have been working on I would like to add blindess to players if they are in a certain biome, how do I do this?
Use global trigger "on player tick update" and detect the biome
How do I detect a biome?
"is biome at type"
Could you send a screenshot of what the procedure would look like please? I'm sorry
Can you please send a screenshot of the finished procedure? "its in world data" doesn't help
Watch this mcreator playlist, here there are some tutorials that can help you: https://youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
It is difficult to post images on the mcreator forum pages because it requires a host
Image:
https://imgur.com/a/y2PxEkq
PTPL Procedure File (For importing):
https://drive.google.com/file/d/1g37c5e3-ap62GhhByNg57Uk30GHEyGIU/view?usp=sharing
You need to change the "void" biome to whatever biome of your desire.