Add missing generateLootChest() function.
This commit is contained in:
parent
972d217589
commit
5f2bc1310f
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user