Skip to content

Commit

Permalink
no cooking logs
Browse files Browse the repository at this point in the history
  • Loading branch information
WildWeazel committed Aug 31, 2014
1 parent d9a5874 commit 040e6e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/bergecraft/smores/Smores.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ public class Smores extends JavaPlugin implements Listener {
Material.REDSTONE_ORE,
Material.LAPIS_ORE,
Material.DIAMOND_ORE,
Material.EMERALD_ORE);
Material.EMERALD_ORE,
Material.LOG,
Material.LOG_2);

/**
* Materials corresponding to an ore block
Expand Down

0 comments on commit 040e6e5

Please sign in to comment.