GTNewHorizons / lwjgl3ify

A mod to run Minecraft 1.7.10 using LWJGL3 and Java 17+
GNU Lesser General Public License v3.0
171 stars 37 forks source link

Allow access to sun.awt to fix MineTweaker #128

Closed Crimento closed 8 months ago

Crimento commented 9 months ago

Allow access to sun.awt package to fix MineTweaker not being able to use clipboard for /mt hand command.

Tried to find a more specific package, but required class is a part of the core awt package.

Questionable PR in terms of security, so feel free to discuss.

eigenraven commented 8 months ago

I'll add this access in a commit to the 2.0 branch now, but this PR removes one (they are not inherited for sub-packages), and doesn't add it in all the places required.