Started by
is_Ktoto
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone, today I ran into a problem. I do not know how to make my mouse crawl into the hole from time to time. I tried to do something in the likeness of a bee and a bee hive, but it didn't work out :(
Do you know how to do it?
I'm very bad at code, but I can use it :)
Edited by is_Ktoto on Wed, 02/09/2022 - 07:21
Is this question answered??
No I haven't found the answer yet
Hmm, right now the mob AI and goals procedures are really restictive so it might be pretty hard,
how did you try the bee hive thing?
most likely I will take the bee code and edit it, but I do not know how to do it.
Do this to the bounding box of the block then use the "when entity collide in block"
This is not exactly what I need.
I'm trying to find a way in which my mouse will come to the burrow from time to time.
hmm the only way i can think of is making an invisible mob that the rat attacks spawn on the block. and make the attack range like 10000000000000000000000000000000000000000000000000000000000000000000000000
It sounds unreliable and a bit silly.
I think there must be another way.
hm
tbh im pretty sure there isnt a way without coding
there is i think
make the rat break the block
when the block is broken make it despawn nearest rat and place full hole
and the full hole, using an "on tick" procedure, have it replace itself with empty and spawn a rat
Can I learn more about this method ?
And yes I can use the code
is that impossible?