mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
use correct config holder
This commit is contained in:
parent
c9d95b69af
commit
431e61b2f2
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ public class PUpdate_1_11_0 {
|
||||||
"minecraft:density", "minecraft:breach");
|
"minecraft:density", "minecraft:breach");
|
||||||
|
|
||||||
config.set("mace_enchant_conflict", null);
|
config.set("mace_enchant_conflict", null);
|
||||||
toSave.add(ConfigHolder.DEFAULT_CONFIG);
|
toSave.add(ConfigHolder.CONFLICT_HOLDER);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue