Update README.md

This commit is contained in:
Nick 2021-12-22 23:30:43 -05:00 committed by GitHub
parent f721781ef2
commit f41803dea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ First create the following interface in your mod:
```
public interface INewHorizons
{
void Create(Dictionary<string, object> config);
void Create(Dictionary<string, object> config, IModBehaviour mod);
void LoadConfigs(IModBehaviour mod);