Jump to content

When mob is attacking or colliding with a block


Soulas97

Recommended Posts

how to make that when, bull will charge at enemy and block will be in his way, he will just destroy it, and any other blocks in hi's way, except obsidian and bedrock

Proud mod developer of:

 

Mob Armor mod

Block monster mod

Clay Living Dolls mod

Much More Spiders mod

Elemental cows reborn

Mr gorilla mod

Link to comment
Share on other sites

This would cool but would be very difficult.  It is difficult because normally all entities use "path finding" to move between locations or to move towards and attack target.  So you'd have to first find a way to get the entity to "want" to move through the blocks.  Secondly, in addition to path finding, there are other methods that prevent an actual collision -- an entity simply can't move into most blocks so it can't really "collide" with a block.

 

I can think of a couple of approaches but I think they would be pretty difficult.  For example, you could replace the blocks between the entity and its target with some custom blocks that allow path finding to go through them, then as the entity went through them you could destroy them.

 

Another approach would be to take full control of the entity's movement when it was "angry" (i.e. had a non-null attack target) and have it go straight at the target and try to destroy the vanilla blocks just before the entity collides with them.

Check out my tutorials here: http://jabelarminecraft.blogspot.com/

Link to comment
Share on other sites

so how to make it, because i wanna to bull be a mob type that charges into enemy and if misses and hits a block destroys it, or when he charges block beneath him will be destroyed

Proud mod developer of:

 

Mob Armor mod

Block monster mod

Clay Living Dolls mod

Much More Spiders mod

Elemental cows reborn

Mr gorilla mod

Link to comment
Share on other sites

Done this before .

 

Method 1 .

 

Look at EntityAILeapAtTarget you can make your own AI and based it to it .

instead of adding motionY how about motionX only .

make a boolean that must be within range to execute.

 

Method 2. (My method)

 

Use PathEntitty + AAPool.expand thingy

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.