Skip to content

Commit

Permalink
fix item skull skin tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 30, 2020
1 parent a4477ea commit a54ac54
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public static ItemSkullskin getFrom(ObjectTag _item) {
}

public static final String[] handledTags = new String[] {
"skin", "has_skin"
"skin", "has_skin", "skull_skin"
};

public static final String[] handledMechs = new String[] {
Expand Down

0 comments on commit a54ac54

Please sign in to comment.