OpenBagTwo / FoxNap

A survival-, multiplayer- and copyright-friendly mod for adding custom music discs to your world
GNU General Public License v3.0
1 stars 1 forks source link

Overwrite built-in tracks by default #25

Closed OpenBagTwo closed 1 year ago

OpenBagTwo commented 1 year ago

Resolves #19

Additionally:

Note:

_starts_at needed to be validated as being in sync with the number of built-in discs, which would have led to arbitrary incompatibility between FoxNapRPG versions and subsequent mod releases

This is still a thing (the constant is now utils.BUILT_IN_DISC_COUNT) but is only used for validation (to make sure that tracks are contiguous).