unascribed / BlockRenderer

A mod to render blocks and items. Useful for wikis.
https://www.curseforge.com/minecraft/mc-mods/blockrenderer
MIT License
23 stars 17 forks source link

fix: remove AWT references to increase compatibility for Macs #30

Open AterAnimAvis opened 3 years ago

AterAnimAvis commented 3 years ago

Removes all AWT references and uses alternatives mainly Mojang's NativeImage (Wrapper for STBImage)

This might fix #28.

The readPixels function can probably be cleaned up by doing something similar to ScreenShotHelper#createScreenshot