Skip to content

Commit

Permalink
Mattocks work on melons now #1499
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Apr 2, 2015
1 parent 864f9be commit 1a5232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/items/tools/Mattock.java
Expand Up @@ -42,7 +42,7 @@ protected String getSecondHarvestType ()
return "shovel";
}

static Material[] axeMaterials = { Material.wood, Material.cactus, Material.plants, Material.vine };
static Material[] axeMaterials = { Material.wood, Material.cactus, Material.plants, Material.vine, Material.gourd };
static Material[] shovelMaterials = { Material.grass, Material.ground, Material.clay };

@Override
Expand Down

0 comments on commit 1a5232f

Please sign in to comment.