HooferDevelops / url-music-discs

A Minecraft 1.20.1-1.20.2 Fabric mod that allows you to write Youtube URLs on a custom music disc
Creative Commons Zero v1.0 Universal
2 stars 4 forks source link

Better configuration of Link-Sources now possible, #19

Closed Plompi closed 7 months ago

Plompi commented 7 months ago

Rewritten Config Handler, All Sources are now optional and can be edited in config-File but Youtube, Dropbox, Google Drive and Discord are standard entries, Console Message now provides propper hint, which Links are valid

HooferDevelops commented 7 months ago

Looks good. I did not know that wrapping a FileReader/Writer in a try would close the stream, pretty useful. Thank you!