Started by
Real_Kracken
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a beehive like block for my mod but I can't figure it out. I used the "When Entity Collides With Block" Trigger and used this code:
I can't put the screenshot here for some reason so here is a link to it.
Edited by Real_Kracken on Tue, 08/05/2025 - 14:21
Does the sound play and only despawn not happens?
Try using debugger to see if if is executed when bee collides with your block: https://mcreator.net/wiki/how-use-debugger
The sound doesn't play either
I tried using the debug block, but nothing happened, I'm wondering if it has something to do with the "event/target entity" because if I could I would try source entity but it doesn't have the correct dependencies needed to work with the Entity Colliding trigger