QuiltMC / quilt-loader

The loader for Quilt mods.
Apache License 2.0
472 stars 87 forks source link

Changed Icons class to be public #421

Closed coolGi69 closed 7 months ago

coolGi69 commented 7 months ago

Currently, there is no way to set the V1ModMetadataBuilder's icon due to the Icons class being private. This PR just turns it public so that it can be used by external mods who need a way to set their icons.

AlexIIL commented 7 months ago

Thanks!