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!
Important Information
By using this site, you agree to our Terms of Use.
Add values dynamically to config
in Modder Support
Posted ·
Edited by WizZzLe
typo in title
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!