mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-01-31 03:31:21 +01:00
Fixed issue with breeding mooshrooms.
This commit is contained in:
parent
55601df7a9
commit
e65a62d4da
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user