mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Start of the group config guis.
This commit is contained in:
parent
8c90ae2184
commit
2c6349735b
6 changed files with 205 additions and 4 deletions
|
|
@ -60,6 +60,10 @@ abstract class AbstractMaterialGroup(private val name: String) {
|
|||
return name
|
||||
}
|
||||
|
||||
override fun toString(): String {
|
||||
return name
|
||||
}
|
||||
|
||||
/**
|
||||
* Update the contained groups of this group
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue