#Experimenting with mobs building
1 messages ยท Page 1 of 1 (latest)
YOOO that's actually insane, ngl if i saw a mob bridging over to me id be terrified ๐
You should make the zombies be able to cristal pvp spam with that lmao
What's next, parkour ๐
if I see a skeleton 360 no scope you, I'm gonna loose it
fr
Bruh ain't no way my man's made zombies on bedrock able to build
Imagine u piss off a warden and bridge up thinking you're safe and that guys just starts building up towards you at high speed
Or worse....
A baby zombie with an Iron sword
that reminds me what @ocean elbow done
Yeah but this seems more refined
How does your algorithm works exactly? Do you use some kind of custom pathfinding or just check were the blocks need to be placed based on the position of the zombie and it's target?
It's based on the zombie rotation to the target and where it's looking to place the block directly in front of another
But it's buggy and I need to rework when they decide to place the blocks because it's just using normal mob pathing
Oh, so is basically the same I did xd
Mmmm idk if it would improve things but why don't you try making a custom pathfinding algorithm?
do you have an example addon to see how this is done? i am very curious around the how it detects the rotation... maybe it uses the animations? or is this purely javascript made?
Pretty much 90% javascript