Skip to content

Commit

Permalink
Update DeepOneKnightEntity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexModGuy committed Oct 19, 2024
1 parent c4c6c6b commit d0f7cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class DeepOneKnightEntity extends DeepOneBaseEntity {

public static final ResourceLocation BARTER_LOOT = new ResourceLocation(AlexsCaves.MODID, "gameplay/deep_one_knight_barter");

public DeepOneKnightEntity(EntityType<? extends Monster> entityType, Level level) {
public DeepOneKnightEntity(EntityType entityType, Level level) {
super(entityType, level);
}

Expand Down

0 comments on commit d0f7cb0

Please sign in to comment.