mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
progress on sub setting gui
This commit is contained in:
parent
814a8a2c89
commit
277cf5bedb
4 changed files with 122 additions and 9 deletions
|
|
@ -37,6 +37,10 @@ class EnchantConflictGroup(
|
|||
return true
|
||||
}
|
||||
|
||||
fun getCantConflictGroup(): AbstractMaterialGroup{
|
||||
return this.cantConflict;
|
||||
}
|
||||
|
||||
fun getEnchants(): HashSet<Enchantment> {
|
||||
return enchantments
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue