This commit is contained in:
Auxilor
2023-04-20 17:44:58 +01:00
parent 14e2ead488
commit 9371d9b88d

View File

@@ -24,6 +24,7 @@ class CustomItemsOraxen(
}
@EventHandler
@Suppress("UNUSED_PARAMETER")
fun onItemRegister(event: OraxenItemsLoadedEvent) {
Items.registerItemProvider(OraxenProvider())
}