mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-05 02:41:24 +01:00
Fixed broken custom enchants since last version
This commit is contained in:
parent
62616b27f5
commit
6fc2fa26fa
@ -68,14 +68,14 @@ public class CustomEcoEnchantLevel implements Holder {
|
||||
|
||||
conditions.add(Conditions.compile(
|
||||
new BuildableConfig()
|
||||
.add("args.enchant", parent.getKey().toString())
|
||||
.add("args.enchant", parent.getKey().getKey())
|
||||
.add("id", "in_ecoenchant_world"),
|
||||
"EcoEnchants Internals (world) - If you see this message, report it as a bug!"
|
||||
));
|
||||
|
||||
conditions.add(Conditions.compile(
|
||||
new BuildableConfig()
|
||||
.add("args.enchant", parent.getKey().toString())
|
||||
.add("args.enchant", parent.getKey().getKey())
|
||||
.add("id", "has_ecoenchant_requirements"),
|
||||
"EcoEnchants Internals (requirements) - If you see this message, report it as a bug!"
|
||||
));
|
||||
|
Loading…
Reference in New Issue
Block a user