Add default for eco enchant enchantments.

This commit is contained in:
alexcrea 2024-06-23 22:13:55 +02:00
parent 1e15bc7ab3
commit a4dda06602
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
4 changed files with 57 additions and 4 deletions

View file

@ -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();
}
}