Hi! I'm creating my own
So I wonder if it will be possible to add a
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?