Skip to content

Commit

Permalink
Merge pull request #14 from Lithewings/7-20-12
Browse files Browse the repository at this point in the history
Merge remote-tracking branch 'origin/master—' into master—
  • Loading branch information
Lithewings committed Jul 20, 2024
2 parents f5a0a81 + 27fff45 commit bd4cc4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public Identifier getTexture(ZombieEntity zombieEntity) {
}

public InvisibleStalker(EntityRendererFactory.Context context) {
this( context, EntityModelLayers.ZOMBIE, EntityModelLayers.ZOMBIE_INNER_ARMOR, EntityModelLayers.ZOMBIE_OUTER_ARMOR);
this( context , EntityModelLayers.ZOMBIE, EntityModelLayers.ZOMBIE_INNER_ARMOR, EntityModelLayers.ZOMBIE_OUTER_ARMOR);
}

public InvisibleStalker(EntityRendererFactory.Context ctx, EntityModelLayer layer, EntityModelLayer legsArmorLayer, EntityModelLayer bodyArmorLayer) {
Expand Down

0 comments on commit bd4cc4c

Please sign in to comment.