Fixed /ContainerTrust not allowing nether wart.

This commit is contained in:
ryanhamshire 2014-11-01 19:19:05 -07:00
parent 9c1094b95b
commit 944916f979

View File

@ -323,7 +323,7 @@ public class Claim
Material.MELON_STEM,
Material.CARROT,
Material.POTATO,
Material.NETHER_STALK);
Material.NETHER_WARTS);
private boolean placeableForFarming(Material material)
{