Add Axolotl Variant

This commit is contained in:
libraryaddict 2021-07-19 14:31:23 +12:00
parent 9975737e0a
commit a489b4865b
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ public class ParamInfoTypes {
paramInfos.add(new ParamInfoEnum(Panda.Gene.class, "Panda Gene", "The panda gene type"));
paramInfos.add(new ParamInfoEnum(MushroomCow.Variant.class, "Mushroom Cow Variant",
"The different variants for mushroom cows"));
if (NmsVersion.v1_17.isSupported()) {
paramInfos.add(new ParamInfoEnum(Axolotl.Variant.class, "Axolotl Variant", "The variant of Axolotl"));
}
} else {
paramInfos.add(new ParamInfoEnum(Ocelot.Type.class, "Ocelot Type", "The type of ocelot"));
}