KBheid / PixelmonDatapackCreator

Create datapacks for Pixelmon mod with a graphical interface
MIT License
2 stars 0 forks source link

Fix species output file names #20

Closed KBheid closed 1 year ago

KBheid commented 1 year ago

Your species file output doesn't contain the leading zeros on pokemon 0-99, and Camel cases their names (e.g: your editor outputs 0_MissingNo.json, when the default file is 000_missingno.json). Without adhering to the correct naming conventions, your species files won't actually override their default pixelmon counterparts.