Posted April 24, 20205 yr I don't know If I'm blind or I really found nothing much about how to do this. I have an tool and I want it to spawn an item on right click. I tried World#addEntity but that didn't work. Most of what I found online was outdated. Please help. Thanks When they say your code doesn't follow convention but ur edgy so u dont care d-d-d-dab on them haterz
April 24, 20205 yr 4 minutes ago, Delupara said: World#addEntity I mean that's what you use if you create an ItemEntity, set the position, and then spawn in the item.
April 24, 20205 yr Author Indeed it was Used ItemEntity(world,x,y,z,ItemStack) ItemEntity was the missing piece, I was thinking of getting the entity from the itemstack instead (which is probably why it didn't work). Thanks, this is solved. When they say your code doesn't follow convention but ur edgy so u dont care d-d-d-dab on them haterz
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.