adibarra / enchant-tweaker

Tweak many enchantment related mechanics while keeping the vanilla minecraft feel.
https://modrinth.com/mod/enchant-tweaker
MIT License
4 stars 0 forks source link

bug: Is "\config\config" the intended path for ET to be saving it's configuration? #26

Closed evilryan closed 10 months ago

evilryan commented 10 months ago

What happened?

I am finding it in \config\config on my Fabric server. This is not a major issue, organizationally tickles my brain.

What should have happened?

Most other mods place their config in \config\\, I would imagine for ET it would be in \config\EnchantTweaker.

How to reproduce?

Install Fabric Server (MC v1.20.4) Install vEnchant Tweaker 1.4.8+mc1.20.3-1.20.4 into the \mods folder. Start the server for the first time. View/modify Enchant Tweaks settings as desired, look in \config folder and see enchant-tweaker.properties is in there.

What is the jar file name?

enchanttweaker-1.4.8+mc1.20.3-1.20.4

What Minecraft version?

Fabric 1.20.4

Any relevant logs?

No response

Anything else?

No response

Before submitting...

adibarra commented 10 months ago

You are correct, this is not intended. I'll start looking into it.

adibarra commented 10 months ago

Actually, this seems to be the cause of issue #25 so I'll combine the two.

Thanks for the report! Fix will be out soon.