Started by AngelFireLA on Sat, 07/11/2020 - 14:53 Topic category: Help with Minecraft modding (Java Edition) I just didn't understand how to make a procedure for my custom enchantment Jump to top I would use a procedure "On Player tick update", then depending on what kind of enchantment you have, an if statement. For example: IF [Get level of enchantment of {Item in main/off hand } type {ENCHANTMENT}] > 0 Jump to top Permalink Log in or register to post comments ok I will try thanks Jump to top Permalink Log in or register to post comments
I would use a procedure "On Player tick update", then depending on what kind of enchantment you have, an if statement. For example: IF [Get level of enchantment of {Item in main/off hand } type {ENCHANTMENT}] > 0 Jump to top Permalink Log in or register to post comments
I would use a procedure "On Player tick update", then depending on what kind of enchantment you have, an if statement. For example:
IF [Get level of enchantment of {Item in main/off hand } type {ENCHANTMENT}] > 0
ok I will try thanks