Help making beehive block

Started by Real_Kracken on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help making beehive block
Tue, 08/05/2025 - 23:07 (edited)

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: 

https://imgur.com/a/9sPneaW

I can't put the screenshot here for some reason so here is a link to it.

https://imgur.com/a/kFlQA4V
Here is the update tick Procedure I used.

I am still experimenting but can't find a solution PLEASE HELP!

 

 

Edited by Real_Kracken on Tue, 08/05/2025 - 23:07
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The sound doesn't play either
Tue, 08/05/2025 - 14:48

The sound doesn't play either

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried using the debug…
Tue, 08/05/2025 - 15:08

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

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It still didn't work, but I…
Tue, 08/05/2025 - 19:19

It still didn't work, but I tried the Entity Tick Update and checked if a wasp nest was on either side, if true the wasp despawned. But the problem is I can't make a timer with the wasp if it's despawned, and I can't check if there are any entities inside the wasp so an infinite amount can go inside.

Use block NBT for timer if…
Tue, 08/05/2025 - 19:37

Use block NBT for timer

if there are any entities inside the wasp so an infinite amount can go inside.

Use block NBT variable to store wasp count

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I already am...
Tue, 08/05/2025 - 19:47

I already am...

Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok I might be on to…
Tue, 08/05/2025 - 20:22

Ok I might be on to something, I'm using the Wasp Entity triggers to do it, so far I've made it so the nest can only hold one, the last thing I need to do is make the timer work and make it respawn the wasps