WolfyScript / CustomCrafting

Spigot based plugin to create your own custom Recipes & Items. Designed to be easy to use with in-game GUI and tons of configuration possibilities.
https://modrinth.com/plugin/customcrafting
GNU General Public License v3.0
114 stars 36 forks source link

Fixed Recipe/Custom Item Loading on non-unix systems #206

Closed WolfyScript closed 1 year ago

WolfyScript commented 1 year ago

Only slashes ('/') are allowed inside keys, so non-unix separators caused issues when creating the keys from files. This fix simply replaces all non-unix separators with slashes.