Started by
TheSheepishOne
on
Topic category: Help with Minecraft modding (Java Edition)
So I’m trying to make a air block that slowly damages you while you stand inside it. Does anyone know how I’d code this?
Topic category: Help with Minecraft modding (Java Edition)
So I’m trying to make a air block that slowly damages you while you stand inside it. Does anyone know how I’d code this?
basically in block properties you enable "walk through the block" and make a procedure in the "trigger" section with trigger "when entity collides in the block". Then in the procedure you define the effects you want to give to the entity standing in it.