Posted November 8, 20205 yr why does new ItemStack return null? public ActionResult<ItemStack> onItemRightClick(World worldIn, PlayerEntity playerIn, Hand handIn){ ItemStack itemstack = new ItemStack(Items.DIAMOND, 10); // itemstack is null here } Edited November 8, 20205 yr by meta
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.