Morpheus1101 / Avaritia

The Minecraft mod to end all mods
47 stars 39 forks source link

The effect of continuously removing debuffs on Infinity Chestplate. #222

Closed NebulaCN03 closed 4 months ago

NebulaCN03 commented 4 months ago

The effect of continuously removing debuffs only takes effect when the player is wearing Infinity Chestplate and in a flying state, but does not take effect when the player is on the ground. I found that the condition in the source code is written as "if (player.getAbilities().flying && hasChest)". Is this your purpose?