How do I import additional libraries like java.awt?

Started by user0000 on

Topic category: Help with modding (Java Edition)

Last seen on 15:34, 17. May 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I import additional libraries like java.awt?
Wed, 05/04/2022 - 17:35 (edited)

Im trying to create a mod with image manipulation. Im trying to download an image from url, and then store it as Image object.

The issue is, I need java.awt package to use Image and ImageIO. How do I import it? (Im new to java)

Edited by user0000 on Wed, 05/04/2022 - 17:35