Started by
klocek
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, im making a mod that adds a custom dimension and i want to add this thing that if you go into the dimension without the special armor you will start getting damage. I found an old forum post that showed how to do it but its outdated and i cant get it to work anymore. Can anyone pls help? (:
Use Global trigger On Player Tick Update
Then check if the player wears the armor then deal damage
It should look like this
Oh wait. Add a "not" procedure block in the if statement.
Thank you ClOud1076