Started by
Real_Kracken
on
Topic category: Help with Minecraft modding (Java Edition)
I tried coding it myself but it isn't working. I used the Entity Collides With Block trigger and used this code in it. Please help!
Topic category: Help with Minecraft modding (Java Edition)
I tried coding it myself but it isn't working. I used the Entity Collides With Block trigger and used this code in it. Please help!
https://imgur.com/a/9sPneaW
The image didn't work, here's a link to it
probably bc the block at the entity x y z is never going to literally be the hive block unless the mob is literally inside the hive block which ... if you are trying to make the mob enter the block when it touches the block rather than literally being inside the block, then you have to check x + 1, y, z; x - 1, y, z; x, y, z + 1; x, y, z - 1 x, y + 1, z x, y - 1, z all of those positions for the block