Hotfix: Disable all lore item stats temporarily to fix blocks not breaking, and other misc problems
This commit is contained in:
parent
406f202858
commit
734ae4378b
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public class EventHandler {
|
|||
if(level==3){
|
||||
ItemStack egg = new ItemStack(ForgeSpawnEggItem.fromEntityType(killed.getType()));
|
||||
ev.getDrops().add(new ItemEntity(killed.level(), killed.getX(), killed.getY(), killed.getZ(), egg));
|
||||
LoreHandlers.updateItem(stack, ItemStatType.EGGING);
|
||||
//LoreHandlers.updateItem(stack, ItemStatType.EGGING);
|
||||
}
|
||||
}else{
|
||||
bias += 1;
|
||||
|
|
Reference in a new issue