Skip to content

Commit

Permalink
Fix material names for /containertrust (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
112RG authored and RoboMWM committed Nov 6, 2018
1 parent 9ad7736 commit f4e09e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/me/ryanhamshire/GriefPrevention/Claim.java
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,10 @@ public String allowEdit(Player player)
Material.PUMPKIN_STEM,
Material.WHEAT,
Material.MELON_STEM,
Material.CARROT,
Material.POTATO,
Material.CARROTS,
Material.POTATOES,
Material.NETHER_WART,
Material.BEETROOT);
Material.BEETROOTS);

private boolean placeableForFarming(Material material)
{
Expand Down

0 comments on commit f4e09e5

Please sign in to comment.