mirror of
https://github.com/songoda/UltimateStacker.git
synced 2024-11-23 18:45:39 +01:00
fix beetroot on legacy
This commit is contained in:
parent
0f3d21c1ec
commit
0a6927c38d
@ -85,8 +85,8 @@ public class InteractListeners implements Listener {
|
||||
case "CHICKEN":
|
||||
return type == CompatibleMaterial.WHEAT_SEEDS.getMaterial()
|
||||
|| type == Material.MELON_SEEDS
|
||||
|| type == Material.BEETROOT_SEEDS
|
||||
|| type == Material.PUMPKIN_SEEDS;
|
||||
|| type == Material.PUMPKIN_SEEDS
|
||||
|| type == CompatibleMaterial.BEETROOT_SEEDS.getMaterial();
|
||||
case "HORSE":
|
||||
return (type == Material.GOLDEN_APPLE || type == Material.GOLDEN_CARROT) && ((Horse)entity).isTamed();
|
||||
case "WOLF":
|
||||
|
Loading…
Reference in New Issue
Block a user