Infusion enchantment books

This commit is contained in:
Aleksey 2021-01-03 16:04:58 +03:00
parent 2e56feec93
commit 479f506ca8
9 changed files with 586 additions and 12 deletions

View file

@ -20,7 +20,7 @@ public class PathConfig extends Config {
}
protected ConfigKey createKey(String key) {
return new ConfigKey(key, "");
return createKey("", key);
}
@Nullable