Katton Item Entry
data class KattonItemEntry(val id: Identifier, val item: Item, properties: KattonItemProperties? = null) : Identifiable
Represents a registered item entry.
Stores the item instance along with its properties for potential component rebuilding during hot-reload operations.