Actually register font of mana with the event bus, fixes #477

This commit is contained in:
Electroblob77
2021-01-17 15:26:30 +00:00
parent 240bffa7ed
commit 3b55728c75
@@ -12,11 +12,13 @@ import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.potion.PotionEffect;
import net.minecraft.util.math.Vec3d;
import net.minecraft.world.World;
import net.minecraftforge.fml.common.Mod.EventBusSubscriber;
import net.minecraftforge.fml.common.eventhandler.EventPriority;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import javax.annotation.Nullable;
@EventBusSubscriber
public class FontOfMana extends SpellAreaEffect {
public FontOfMana(){