NoRecipeBook

A simple mod that removes the recipe book and attempts to optimize it

File Details

1.1.0

  • R
  • Jul 8, 2026
  • 9.76 KB
  • 29
  • 1.12.2
  • Forge

File Name

norecipebook-1.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:norecipebook-1599872:8390958")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

v1.1.0 - Major Performance

  • Renamed from RecipeRemover to NoRecipeBook
  • Added Reflection caching (Lazy Loading) to eliminate per-frame overhead
  • Added server packet interception (SPacketRecipeBook) to prevent server from refilling the recipe book
  • Recipe book is now cleared once on world join instead of on every inventory open
  • Added player-level recipe book cleanup (the actual source of lag)
  • Added client/server proxy system for proper side isolation
  • Fixed potential NullPointerException crashes
  • Fixed recipe book reappearing after server sync