Hello,
I would like to know if it is possible to add values to a config after it's been registered and built?
I'd like to add all registered entities into my config to be able to change a value for each individual entity, my problem now is, that I build and register my config in the constructor of the mod but i think that at this time, only the vanilla entities are registered, because those are the only ones getting written into my config.
Thanks in advance!