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:04 -07:00
parent 0ed9950723
commit 406f202858
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ import net.minecraftforge.registries.ForgeRegistries;
@EventBusSubscriber(modid=OTEMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE)
public class LoreHandlers {
/*
@SubscribeEvent
public void onBlockMined(BlockEvent.BreakEvent ev)
{
@ -172,5 +172,5 @@ public class LoreHandlers {
// Update item
contain.commitLore();
}
}*/
}