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

@ -49,7 +49,7 @@ mod_name=OTEMod
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=GPLv3
# The mod version. See https://semver.org/
mod_version=1.4.010324.0420
mod_version=1.4.010324.0455
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html

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();
}
}*/
}