Just Hammers Backport

Backport Just Hammers to 1.12.2

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

Forge

implementation fg.deobf("curse.maven:just-hammers-backport-1461288:8254970")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

• 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.