Started by
Aksumite
on
Topic category: Help with Minecraft modding (Java Edition)
I am making vultures and want them to move towards certain items, and then destroy them.
Is this possible? Thanks :D
Topic category: Help with Minecraft modding (Java Edition)
I am making vultures and want them to move towards certain items, and then destroy them.
Is this possible? Thanks :D
You will need to create a EntityAI
For finding item entities;
In one of the parameters specify for ItemEntity. If you want to find a specific item, iterate through the results.
Now use;
Use this to travel to an ItemEntity. Once nearby remove it.
This thread is shockingly similar to;
@https://mcreator.net/forum/61448/mobs-break-blocks-and-take-block-chest
Due to the linked post's "uncertain" title. This is not a "double post".
tborski thanks
I will try to add this to a plugin I'm working on.
Ok thanks I will try it out :D
tbroski: I noticed you help a lot on the website, just wanted to say thanks, this is really nice to see :)
I appreciate the recognition! I started on MCreator so I know how fun it is to create mods using the MCreator software. I love witnessing the ambition of the users to create these interesting mods! Since I basically learned java from MCreator, I feel obligated to help people with coding (when it is not possible in MCreator, not the MCreator teams fault due to the 1000+ tickets). Though, I may do it because I don't want to see someone lose ambition because of it not being applicable in MCreator (again, "when it is not possible in MCreator, not the MCreator teams fault due to the 1000+ tickets").
Anyways, it is fun helping wonderful users. And I am glad to be part of the community, because if I decide to dive into a career that involves coding-- it will all be thanks to MCreator🥰!
That is simply awesome to hear! :D
Based on the fact you indeed know Java well based on your responses, maybe consider checking this topic I made on open-sourcing MCreator to get more features faster by more people: https://mcreator.net/forum/62785/survey-contributorsdevelopers-if-mcreator-would-go-open-source
I have filled out my response, I answered each question clearly at the bottom. And I can't wait to help!
Im new to mcreator can you explain where the new code and information would go?
Nice to hear this, thanks ;)