pcal43 / quicksort

Minecraft mod. Low-effort item sorting to keep your workshop organized.
https://modrinth.com/mod/quicksort
MIT License
7 stars 3 forks source link

[Bug] Changed name of the file to quicksort-custom.json5 and now it just crashes #25

Closed DanMeadWasTaken closed 1 year ago

DanMeadWasTaken commented 1 year ago

As the tittle suggests, i tried following the instructions in order to add modded chests from reinforced chests. it crashed, so I un-did the changes but left it named as the custom one, and it still crashes

https://mclo.gs/iyG50RC

DanMeadWasTaken commented 1 year ago

Now it just kinda crashes altogether, claiming the config file couldn't be loaded even though it's just a copy paste of the one from the wiki. https://mclo.gs/gQXFSAY

pcal43 commented 1 year ago

this doesn't look like a bug in the mod.

looks like either fabric-api version mismatch in your setup or a conflict with another mod. try seeing if you can get the mod to work without any other mods running.

DanMeadWasTaken commented 1 year ago

https://mclo.gs/Yt0Mwy9 log is from nothing running except quick-sort and quilted-fabric-api

it worked before, now even by itself it doesn't work. All i had done was follow the instructions to change the config file so that I could add compat with another mod. after that it would neither work with the edits nor without. then it deleted it's own config, so I added the config back manually- it's named right, right file type (afaik) and filled with the config from the example.

DanMeadWasTaken commented 1 year ago

Maybe it's an issue with the file type it's saving it as on my pc? As I technically saved it as a .txt so I'll try changing the file type and see if that works