Skip to content

Commit

Permalink
fix: Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Feb 27, 2024
1 parent 91ae8de commit b561dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class BattleSentryReduxLayer extends RenderLayer<BattleSentry, SlimeModel

private static final ResourceLocation SENTRY_OFF = new ResourceLocation(Genesis.MODID, "textures/entity/mobs/battle_sentry/battle_sentry_dormant_redux.png");
private static final ResourceLocation SENTRY_ON = new ResourceLocation(Genesis.MODID, "textures/entity/mobs/battle_sentry/battle_sentry_redux.png");
private static final RenderType SENTRY_EYE = RenderType.eyes(new ResourceLocation(Genesis.MODID, "textures/entity/mobs/sentry/battle_sentry_eye_redux.png"));
private static final RenderType SENTRY_EYE = RenderType.eyes(new ResourceLocation(Genesis.MODID, "textures/entity/mobs/battle_sentry/battle_sentry_eye_redux.png"));

private final BattleSentryReduxModel<BattleSentry> model;

Expand Down

0 comments on commit b561dd9

Please sign in to comment.