Tiny client and server pack for daxe's community modrinth.com/project/daxe

Increase audio player file limits

+2 -2
+2 -2
config/audioplayer/audioplayer-server.properties
··· 4 4 # The URL of the Filebin service that the mod should use 5 5 filebin_url=https://filebin.net/ 6 6 # The maximum allowed size of an uploaded file in bytes 7 - max_upload_size=20000000 7 + max_upload_size=60000000 8 8 # The cooldown of goat horns with custom audio in ticks 9 9 goat_horn_cooldown=140 10 10 # The number of threads to use for loading audio ··· 30 30 # Playing .mp3 files can be slightly more CPU intensive 31 31 allow_mp3_upload=false 32 32 # The maximum allowed duration of a custom audio file in seconds 33 - max_import_duration=300.0 33 + max_import_duration=600.0 34 34 # The maximum allowed duration of a custom music disc in seconds 35 35 # Use -1 to disable the limit 36 36 max_music_disc_duration=-1.0