luisdanieldlcg / BackTools

BackTools for Fabric. Shows the last used tool on the player's back. Purely aesthetic.
MIT License
8 stars 3 forks source link

Confusion regarding config #3

Closed Andre601 closed 1 year ago

Andre601 commented 1 year ago

The readme seems to have a completely different format than what the mod itself is actually providing, making it a lot more confusing to configure the mod the way you want.

like, the default json5 created doesn't seem to have the same options. Also, even tho Cloth Config API seems required, is there no option it seems to open and configure settings ingame? Why the dependency when there is no ingame configuration?

luisdanieldlcg commented 1 year ago

The readme seems to have a completely different format than what the mod itself is actually providing, making it a lot more confusing to configure the mod the way you want.

like, the default json5 created doesn't seem to have the same options. Also, even tho Cloth Config API seems required, is there no option it seems to open and configure settings ingame? Why the dependency when there is no ingame configuration?

I know this is a very late response, but basically Cloth Config is not all about ingame configuration. Currently It's being used to create the config file that is generated (the json5 file). As for the confusion you have, feel free to further describe what problems were you facing if you still feel like it's very confusing.

FireInstall commented 1 year ago

I guess they are talking about the config missing the disabling per type shown in the readme, but at the same time having new options: config now config vs config in readme config

luisdanieldlcg commented 1 year ago

I'm closing this issue since I have already updated and explained how config file works in the README file. I apologize for any issues it might have caused.