mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Merge pull request #3906 from Zed-I/patch-7
Added bamboo to the non-2 high plant blocks
This commit is contained in:
commit
8295355a5d
@ -178,7 +178,7 @@ public class HerbalismManager extends SkillManager {
|
|||||||
public boolean isOneBlockPlant(Material material) {
|
public boolean isOneBlockPlant(Material material) {
|
||||||
return !(material == Material.CACTUS || material == Material.CHORUS_PLANT
|
return !(material == Material.CACTUS || material == Material.CHORUS_PLANT
|
||||||
|| material == Material.SUGAR_CANE || material == Material.KELP_PLANT || material == Material.KELP
|
|| material == Material.SUGAR_CANE || material == Material.KELP_PLANT || material == Material.KELP
|
||||||
|| material == Material.TALL_SEAGRASS || material == Material.TALL_GRASS);
|
|| material == Material.TALL_SEAGRASS || material == Material.TALL_GRASS || material == Material.BAMBOO);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user