File Details
justhammersBackport forge-1.9.1.jar
- R
- Jun 15, 2026
- 178.66 KB
- 119
- 1.12.2
- Forge
File Name
justhammersBackport forge-1.9.1.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
• Fixed various minor bugs.
• Removed I18n.format() from onBreakSpeed — status messages no longer use client-side localization.
• Fixed a bug where some machines from HBM's Nuclear Tech Mod: Community Edition were being duplicated.
• All client-side code (onTooltip, onClientTick, Minecraft.getMinecraft(), I18n) has been moved to a separate inner class ClientEventHandler annotated with @SideOnly(Side.CLIENT) and is registered only when getSide().isClient() is true — which should help alleviate the TPS issues on the server.