illusivesoulworks / veinmining

Minecraft Mod: A lightweight, highly configurable Vein Mining enchantment for tools.
Other
30 stars 17 forks source link

[Bug]: No common config? #133

Open GanerCodes opened 1 month ago

GanerCodes commented 1 month ago

Minecraft Version

1.21.0

What happened?

Added mod, was configuring until I realized I as missing a bunch of options. Turns out it didn't make the common config file

How do you trigger this bug?

install veinminer

Loader

Fabric

Loader Version

fabric-api-0.100.6+1.21.jar

API Version

No response

Mod Version

veinmining-fabric-5.0.0-beta+1.21.jar

Relevant Log Outputs

it was at this point i checked the changelogs and it said it was removed. its prob cuz im stupid and have been awake 20 hours but i dont see how to configure the level and enchantment stuff. thats what this issue is now pls update the readme b/c the options aren't in the mod config tomls

TheIllusiveC4 commented 1 month ago

All of the enchantment stuff is controlled by datapacks now due to the changes in vanilla making all enchantments data-driven. You can learn more about that here: https://minecraft.wiki/w/Enchantment_definition

And this is the Vein Mining enchantment file: https://github.com/illusivesoulworks/veinmining/blob/1.21.x/common/src/main/resources/data/veinmining/enchantment/vein_mining.json

I'm working on a way to bring back the common configuration, but it may take a while.

GanerCodes commented 1 month ago

got it, thank you. for the time being i've modified my JAR file for a global config 👍