Need help with spawning my entity. #328
-
So, I am creating a pack where every 30 seconds, an item appears in the players inventory. I have an entity(Giver) that has 0 health so it instant dies. Giver has a loot table with all the items you can get in your inventory. Now for the problem: I need a way to summon Giver every 30 seconds on top of the player so it dies and drops the item. If possible I would also like it so there is no particles when it dies but that doesn't matter. (I am new to bridge so please answer with steps on what I have to do if you can) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You could use a behavior animation to summon the giver entity. |
Beta Was this translation helpful? Give feedback.
You could use a behavior animation to summon the giver entity.