Infusion enchantment books
This commit is contained in:
parent
2e56feec93
commit
479f506ca8
9 changed files with 586 additions and 12 deletions
|
@ -65,7 +65,7 @@ public class ConfigKey {
|
|||
@Override
|
||||
public String toString() {
|
||||
if (root) {
|
||||
return String.format("ROOT:%s", entry);
|
||||
return String.format("[root]:%s", entry);
|
||||
}
|
||||
String p = path[0];
|
||||
for (int i = 1; i < path.length; i++) {
|
||||
|
|
|
@ -20,7 +20,7 @@ public class PathConfig extends Config {
|
|||
}
|
||||
|
||||
protected ConfigKey createKey(String key) {
|
||||
return new ConfigKey(key, "");
|
||||
return createKey("", key);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue