Question Is custom `ItemType` possible in the future?

Noy

New member
Jan 8, 2023
19
1
0
1
Hi! I'm creating my own ItemStack s and Enchantment s, and I want to apply my custom enchantment to my custom weapon (using CLOCK as its ItemType). But sadly, the supportedItems method of enchantment provider only supports a RegistryKeySet of ItemType, and I don't want any other clocks or custom ItemStack s to be enchanted.

So I wonder if it will be possible to add a ITEM_TYPE provider inside RegistryEvents in the future?