illusivesoulworks / veinmining

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

[Bug]: Veinminer config missing from server files. #82

Closed Nicole-Evermore closed 1 year ago

Nicole-Evermore commented 1 year ago

Minecraft Version

1.19.2

What happened?

I have installed a server with the 1.19.2 fabric version of the mod. However, no-where in the config folders anywhere in the server architecture has a corresponding json5 config been generated, that I can find.

How do you trigger this bug?

I installed a server with an instance of the 'Better Minecraft' fabric pack. I cannot locate the proper config json5 file.

Loader

Fabric

Loader Version

Fabric Loader 0.14.12-1.19.2

API Version

No response

Mod Version

v1.0.2+1.19.2

Relevant Log Outputs

No response

Nicole-Evermore commented 1 year ago

Note that the 3 .toml files forge uses do show up in the root configs folder. image

TheIllusiveC4 commented 1 year ago

Starting with 1.19, the toml files are used for configuration on Fabric as well.

Nicole-Evermore commented 1 year ago

Starting with 1.19, the toml files are used for configuration on Fabric as well.

Ah, then that's not reflected in the Configuration section of the wiki. Could you please tell me how to enable Vein Mining without requiring the enchantment then?

TheIllusiveC4 commented 1 year ago

Yeah, I need to update the documentation, it's just weird with different versions having different info so I've been trying to setup an alternative solution.

To enable it without requiring the enchantment, you can follow the same instructions as Forge on the Configuration section. Namely, change these values in veinmining-server.toml:

maxBlocksBase = 50
maxDistanceBase = 15
Nicole-Evermore commented 1 year ago

Thank you very much!