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

Fix config normalizing #40

Closed OpenBagTwo closed 1 year ago

OpenBagTwo commented 1 year ago

Was trying to create a resource pack, just for myself, as a CSV with the following columns:

Track Number,Filename,License,Hue

and I was getting an error:

ValueError: entry does not specify a path spec

Spec files aren't really fully-supported in v0.1, so this isn't something I felt like I had to do for the first release, but once I figured out the problem, I figured I might as well just put the fix in

The error was in two places:

Sorry, make that three places:

This PR fixes those issues.