Client event handlers should be specified as such!

This commit is contained in:
Electroblob77
2020-07-27 13:10:05 +01:00
parent eba219bcce
commit e5e01dca88
4 changed files with 8 additions and 4 deletions
@@ -19,9 +19,10 @@ import net.minecraft.util.math.Vec3d;
import net.minecraftforge.client.event.RenderPlayerEvent;
import net.minecraftforge.fml.common.Mod.EventBusSubscriber;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import net.minecraftforge.fml.relauncher.Side;
import org.lwjgl.opengl.GL11;
@EventBusSubscriber
@EventBusSubscriber(Side.CLIENT)
public class RenderDonationPerks {
private static final ResourceLocation FLARE_TEXTURE = new ResourceLocation(Wizardry.MODID, "textures/entity/totem/flare.png");