Skip to content

Commit

Permalink
Fix snowman on 1.20.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakllp committed Dec 29, 2024
1 parent ead8a96 commit c4afe88
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,9 @@ public enum MyPetType {
Sniffer("SNIFFER", "1.20", MySniffer.class, new Compat<>()
.v("1.20", "sniffer")
.search()),
Snowman("SNOWMAN", "1.7.10", MySnowman.class, new Compat<>()
Snowman((String) new Compat<>().v("1.7.10","SNOWMAN")
.v("1.20.6","SNOW_GOLEM").search().get(),
"1.7.10", MySnowman.class, new Compat<>()
.v("1.7.10", 97)
.v("1.13", "snow_golem")
.search()),
Expand Down

0 comments on commit c4afe88

Please sign in to comment.