cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
917 stars 212 forks source link

Add a config option to allow music discs in playAudio #1875

Open scmcgowen opened 3 months ago

scmcgowen commented 3 months ago

0e5248e added a blocker of a music discs on speaker.playAudio and some server owners may not want to block those. My suggestion is a new config option speakerRequireMusicDisc (default true) if set to false, then it would bypass this new check.