From ece8e81c0d1bca0e8b6ef58ceab4e6d36a3f21dd Mon Sep 17 00:00:00 2001 From: Sollace Date: Sun, 24 May 2020 02:14:50 +0200 Subject: [PATCH] Added the kirin trigger pixel --- gradle.properties | 2 +- src/main/java/com/minelittlepony/pony/data/PonyRace.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 306208b0..a69cf858 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ authors=Verdana, Rene_Z, Mumfrey, Killjoy1221, Sollace description=Mine Little Pony turns players and mobs into ponies description_mlp=Mine Little Pony turns players and mobs into ponies. Press F9 ingame to access settings. description_hd=Separate skin server for Mine Little Pony that also supports HD skins. Access via button on the main menu. -version=3.2.8 +version=3.2.9 release=RELEASE minecraft_version=1.12.2 mappings_version=stable_39 diff --git a/src/main/java/com/minelittlepony/pony/data/PonyRace.java b/src/main/java/com/minelittlepony/pony/data/PonyRace.java index b820c199..14b501b8 100644 --- a/src/main/java/com/minelittlepony/pony/data/PonyRace.java +++ b/src/main/java/com/minelittlepony/pony/data/PonyRace.java @@ -15,6 +15,7 @@ public enum PonyRace implements ITriggerPixelMapped { REFORMED_CHANGELING(0xcaed5a, PlayerModels.CHANGELING, true, true), GRIFFIN(0xae9145, PlayerModels.PEGASUS, true, false), HIPPOGRIFF(0xd6ddac, PlayerModels.PEGASUS, true, false), + KIRIN(0xfa88af, PlayerModels.UNICORN, false, true), BATPONY(0xeeeeee, PlayerModels.BATPONY, true, false), SEAPONY(0x3655dd, PlayerModels.SEAPONY, false, true);