mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Bump release
This commit is contained in:
parent
bb026761b1
commit
283ffa966a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue