Hotfix: Disable all lore item stats temporarily to fix blocks not breaking, and other misc problems
This commit is contained in:
parent
0ed9950723
commit
406f202858
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
Reference in a new issue