Started by
SquidkingInc
on
Topic category: Help with Minecraft modding (Java Edition)
There is a collide with player proc but I need it to activate when any living entity touches it, how can I do this???
I don't mind coding it.
Topic category: Help with Minecraft modding (Java Edition)
There is a collide with player proc but I need it to activate when any living entity touches it, how can I do this???
I don't mind coding it.
Well if you don't mind coding, then, there's a void method called "collideWithEntity" that fires every tick if the entity is touching another entity. The syntax is:
hi rmsandegs, can zou help me with this?