unascribed / BlockRenderer

A mod to render blocks and items. Useful for wikis.
https://www.curseforge.com/minecraft/mc-mods/blockrenderer
MIT License
23 stars 17 forks source link

Bulk render names with spaces instead of underscores #1

Closed elifoster closed 8 years ago

elifoster commented 8 years ago

It would be a lot more useful, especially over at the FTB Gamepedia, if it would save the file names using the "pure" names instead of each space being replaced by underscores.

unascribed commented 8 years ago

I'll add spaces to the whitelist. I mainly run Linux, and spaces are somewhat annoying to work with on the command line, so I generally consider them an "illegal" character when sanitizing filenames.