diff --git a/gradle.properties b/gradle.properties index d70147fd..49d9ce91 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,10 +13,10 @@ org.gradle.daemon=false authors=Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace description=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings. version=4.0.8 - release=SNAPHOT + release=RELEASE # Dependencies modmenu_version=1.8.+ kirin_version=1.5.2-1.15.2 - hd_skins_version=6.1.2-1.15.2 + hd_skins_version=6.1.3-1.15.2 mson_version=1.1.10-1.15.2 diff --git a/src/main/java/com/minelittlepony/client/hdskins/DummyPony.java b/src/main/java/com/minelittlepony/client/hdskins/DummyPony.java index b1cb2286..cd326a71 100644 --- a/src/main/java/com/minelittlepony/client/hdskins/DummyPony.java +++ b/src/main/java/com/minelittlepony/client/hdskins/DummyPony.java @@ -32,7 +32,7 @@ class DummyPony extends DummyPlayer implements IRotatedSwimmer { LocalTexture skin = getTextures().get(SkinType.SKIN); if (wet != (skin.getId() == PonyPreview.NO_SKIN_SEAPONY)) { - skin.reset(); + skin.clearLocal(); } } }