Cristelknight999 / Cristel-Lib

A Library Mod for Structure configs
2 stars 1 forks source link

Don't rely on AWT package #4

Closed JaisDK closed 9 months ago

JaisDK commented 10 months ago

Hi,

You can't rely on the AWT package to be available on all java installations, it's missing on a lot of linux dists.

https://github.com/Cristelknight999/Cristel-Lib/blob/1.20/common/src/main/java/net/cristellib/builtinpacks/RuntimePack.java#L21

Cristelknight999 commented 10 months ago

Didn't know that. I got that code from somewhere online xD