progress on sub setting gui

This commit is contained in:
alexcrea 2024-03-23 00:25:35 +01:00
parent 814a8a2c89
commit 277cf5bedb
4 changed files with 122 additions and 9 deletions

View file

@ -37,6 +37,10 @@ class EnchantConflictGroup(
return true
}
fun getCantConflictGroup(): AbstractMaterialGroup{
return this.cantConflict;
}
fun getEnchants(): HashSet<Enchantment> {
return enchantments
}