Started by
user0000
on
Topic category: Help with Minecraft modding (Java Edition)
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