Started by
Anomaly
on
Topic category: Help with Minecraft modding (Java Edition)
Hi I plan to make an entity that is a bit like a bee, being able to go in and out of blocks, and is able to collect and fill it's nest block with something. Is there a way to create something like this?
Maybe, if the entity collides with a block, the entity will despawn, and the block is set a variable to true. If a timer is ends, the block will spawn the entity. And for collect nectar, make another variable for entity.
did you managed to do it?
thx
krandris I tried doing this myself, but it won't work, I feel it's because I can't use source entity and only event/target entity. https://imgur.com/a/9sPneaW This link has a screenshot of what I tried to code