Started by
Tontin97
on
Topic category: Help with Minecraft modding (Java Edition)
i need help to make a item that when you right click a special entity (pet) it stores in there and if you right click again it would launch the pet like a pokeball
i require assistance
This is a bit complicated. Make an item and projectile. When your projectile hits an entity, if your item has no data, make a procedure to get the data from the entity and save it to the item and despawn the entity. Then if that item has data, spawn that entity when the projectile is shot where it lands instead of saving it. I will make a tutorial on this maybe eventually.
ok thanks