mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add default for eco enchant enchantments.
This commit is contained in:
parent
1e15bc7ab3
commit
a4dda06602
4 changed files with 57 additions and 4 deletions
|
|
@ -44,6 +44,9 @@ public class CAEnchantmentRegistry {
|
|||
if(DependencyManager.INSTANCE.getEnchantmentSquaredCompatibility() != null){
|
||||
DependencyManager.INSTANCE.getEnchantmentSquaredCompatibility().registerEnchantments();
|
||||
}
|
||||
if(DependencyManager.INSTANCE.getEcoEnchantCompatibility() != null){
|
||||
DependencyManager.INSTANCE.getEcoEnchantCompatibility().registerEnchantments();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue