Started by
Sec-To-Bar
on
Topic category: Help with Minecraft modding (Java Edition)
i am trying to make a block that damages players if they walk on it but only when they aren't wearing boots, how would i do that?
Topic category: Help with Minecraft modding (Java Edition)
i am trying to make a block that damages players if they walk on it but only when they aren't wearing boots, how would i do that?
If (not) (event target entity has diamond boots in its armor slot 0)
then do (whatever you want)