Hotfix: Disable all lore item stats temporarily to fix blocks not breaking, and other misc problems

This commit is contained in:
zontreck 2024-01-03 04:57:49 -07:00
parent 406f202858
commit 734ae4378b

View file

@ -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;