Skip to content

Commit

Permalink
initialize skull material properly
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdemons committed Sep 25, 2018
1 parent cbe2cc0 commit 535fc30
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ private static class Mappings{
}

VanillaSkullType(Material mat, Material wallMat){
material=mat;
wallMaterial=wallMat;
Mappings.skullTypeByMaterial.put(mat, this);
Mappings.skullTypeByMaterial.put(wallMat, this);
}
Expand Down

0 comments on commit 535fc30

Please sign in to comment.