CleverNucleus / RelicEx

Adds compatible trinket items for PlayerEx attributes.
MIT License
5 stars 10 forks source link

Suggestion: Add a config file to modify the probabilty of the modifiers #21

Closed koshell closed 2 years ago

koshell commented 2 years ago

I'm aware that you should be able to adjust these values with a datapack but I have had no end of difficulty trying to get that to work. So I was wondering if it be possible to have a config file in addition to the datapack functionality.

CleverNucleus commented 2 years ago

Hi there, Using datapacks you have full configurability over nearly all aspects of the relic items and the attribute modifiers that are attached - I will not be providing a dedicated config for something that can already be done. I'm aware that the documentation on this specific facet of the mod is somewhat lacking, but I would still point you here. Thanks.

koshell commented 2 years ago

I actually feel like the datapack solution has a fairly large issue. That being that (and correct me if I'm mistaken) there is no way to have a datapack added into a newly created world by default. So modpack authors would either have to have the user add in a datapack every time they create a world or create a dummy mod with the datapack just to make sure it is always loaded.

CleverNucleus commented 2 years ago

You can add datapacks into newly created worlds.

Datapacks are a pretty common method of configuration for mods now. They are flexible, easy to use, allow for more complete customisability than standard config files and don't have to be used on the client, making them ideal for servers.

Hope that helps, Thanks.

Mossza324 commented 1 year ago

The guide linked seems to be missing, where'd it go?

CleverNucleus commented 1 year ago

@Mossza324 I actually don't remember, sorry. It was essentially this I think.