Fixed issue with breeding mooshrooms.

This commit is contained in:
Brianna 2019-10-22 12:43:21 -04:00
parent 55601df7a9
commit e65a62d4da

View File

@ -78,6 +78,7 @@ public class InteractListeners implements Listener {
Material type = is.getType();
switch (entity.getType().name()) {
case "COW":
case "MUSHROOM_COW":
case "SHEEP":
return type == Material.WHEAT;
case "PIG":