Add missing generateLootChest() function.

This commit is contained in:
sigonasr2 2013-11-27 10:31:17 -07:00
parent 972d217589
commit 5f2bc1310f

View File

@ -4842,7 +4842,7 @@ public void payDay(int time)
} }
return false; return false;
} }
public boolean is_PocketWorkbench(ItemStack workbench) { public boolean is_PocketWorkbench(ItemStack workbench) {
if (workbench.hasItemMeta() && workbench.getItemMeta().hasLore()) { if (workbench.hasItemMeta() && workbench.getItemMeta().hasLore()) {
//Check to see if the Lore contains anything. //Check to see if the Lore contains anything.