Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
Give the enchanting table a harvest level
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Aug 22, 2014
1 parent bf5c850 commit 88204c6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -56,6 +56,8 @@ private static void modifyVanillaBlocks()

Blocks.obsidian.setHarvestLevel("pickaxe", HarvestLevels._5_diamond);

Blocks.enchanting_table.setHarvestLevel("pickaxe", HarvestLevels._5_diamond);

if(Config.logHarvestLevelChanges)
Log.debug("Modified vanilla blocks");
}
Expand Down

0 comments on commit 88204c6

Please sign in to comment.