Topic category: Help with Minecraft modding (Java Edition)
Hiya!
I'm really new to modding, and I am going to be learning how to code properly from skillshare in the near future, but if someone can help me with this topic I'd really appreciate it!
I basically want to add a procedure into a test mod I'm making for my friends, which will spawn a custom entity around the players location when they craft a certain food recipe. They'll craft a 'chicken wrap' and this doing this will spawn a mob that will try and steal the wrap from you (i've already made the stealing procedure that works) I just need to work out how to spawn the mob! I'm really stuck and have tried a few different ways of doing it with no success, so this is a last minute call for help if anyone has any advice!
I appreciate the time, thank you in advance! <3
when item is crafted global trigger
if provided itemstack = chicken wrap
spawn the entity
This helped me so much! I really appreciate you replying, thank you!