Started by
scorpion981
on
Topic category: Help with Minecraft modding (Java Edition)
I want my armor to alway have a specifific enchantment, tick update dont work because the enchantment increase every tick when we use that. What i want its a procedure to check if the item have specific enchantment or another way to make that the item its enchanted one time. Before we can do it with recipe but now this fonctionality its removed.
Sorry for my bad english
Inside of Item procedures: Get [Item] level of enchantment [enchantmentName]. 5th option from the bottom. Using Provided Item in Minecraft components.
If the item does not have that upgrade then the level will be 0.