Add a new requested enchantment
This commit is contained in:
parent
a1ddd055c4
commit
82b2f62d27
4 changed files with 88 additions and 0 deletions
|
@ -27,6 +27,7 @@ public class EnchantmentEvents
|
|||
FlightEnchantment.runEntityTick(sp);
|
||||
ConsumptionMending.onEntityTick(sp);
|
||||
NightVisionEnchantment.runEntityTick(sp);
|
||||
WaterBreathingEnchantment.runEntityTick(sp);
|
||||
}
|
||||
|
||||
TICKS=0;
|
||||
|
|
Reference in a new issue