Skip to content

Commit

Permalink
Update ItemGroup.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
EngineMachiner committed Aug 17, 2024
1 parent 0e7d719 commit af7ab77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/kotlin/com/enginemachiner/harmony/ItemGroup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ object ModItemGroup : ItemGroupData {

override val item = ItemGroupItem()

class ItemGroupItem : Item( Settings() )
class ItemGroupItem : Item( Settings() ) {

override fun className(): String { return "item_group" }

}

}

0 comments on commit af7ab77

Please sign in to comment.