Posted April 13, 20205 yr I want to summon a firecharge when you right click with a wand item but i have no idea how i would do that. My code: public class ItemFireballWand extends Item { public ItemFireballWand() { super(new Item.Properties().maxStackSize(1)); } @Override public ActionResult<ItemStack> onItemRightClick(World worldIn, PlayerEntity playerIn, Hand handIn) { return ActionResult.resultSuccess(new ItemStack(this)); } }
April 13, 20205 yr 24 minutes ago, FOGC123 said: I want to summon a firecharge when you right click with a wand item but i have no idea how i would do that. Check out this post. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
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.