Posted August 7, 20232 yr Hello guys, i am trying to create a mod in Minceraft 1.20.1 for a armor set that gives special effects when worn, and i want to use the onArmorTick method overridden in my custom armor class, but i came to find out that it is being deprecated, and i can't use it anymore. Can you help me find a substitute for this method? I really appreciate all help!
August 7, 20232 yr this is from IForgeItem: @Deprecated(forRemoval = true, since = "1.20.1") // Use onInventoryTick default void onArmorTick(ItemStack stack, Level level, Player player) { } says to use onInventoryTick. I guess it's worth a try!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.