Skip to content

Commit

Permalink
provisional zoglin head support (1.16 preview)
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdemons committed Apr 22, 2020
1 parent df216dd commit 33d2650
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,15 @@ public enum TexturedSkullType implements HeadType {
),

//1.16 entries

/**
* Zoglin head
* @deprecated provisional 1.16 support entry - subject to change.
*/
@Deprecated
ZOGLIN(
"975fca56-a595-4d33-9253-2f1f3fcaaba5",
"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY3ZTE4NjAyZTAzMDM1YWQ2ODk2N2NlMDkwMjM1ZDg5OTY2NjNmYjllYTQ3NTc4ZDNhN2ViYmM0MmE1Y2NmOSJ9fX0="
),
/**
* Strider head
* @deprecated provisional 1.16 support entry - subject to change.
Expand All @@ -43,8 +51,6 @@ public enum TexturedSkullType implements HeadType {
"d67320fb-f662-4850-89b4-b4410a66740e",
"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThhOWFkZjc4MGVjN2RkNDYyNWM5YzA3NzkwNTJlNmExNWE0NTE4NjY2MjM1MTFlNGM4MmU5NjU1NzE0YjNjMSJ9fX0="
),


/**
* Piglin head
* @deprecated provisional 1.16 support entry - subject to change.
Expand Down
2 changes: 2 additions & 0 deletions PlayerHeads-core/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,6 @@ beedroprate: 0.002
striderdroprate: 0.002
piglindroprate: 0.002
hoglindroprate: 0.002
zoglindroprate: 0.002


3 changes: 3 additions & 0 deletions PlayerHeads-core/src/main/resources/lang.properties
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ HEAD_SPAWN_PIGLIN=#piglin
HEAD_HOGLIN=Hoglin Head
HEAD_SPAWN_HOGLIN=#hoglin

HEAD_ZOGLIN=Zoglin Head
HEAD_SPAWN_ZOGLIN=#zoglin

#remaining living-entity entries (disabled by default)
HEAD_ARMOR_STAND=Armor Stand Head
HEAD_SPAWN_ARMOR_STAND=#armorstand
Expand Down

0 comments on commit 33d2650

Please sign in to comment.