Version 2.1.8:
- Return to the page an entry is on when backing out of it
- When opening the search GUI, auto-focus the search bar
- Fix json recipe renderer spamming the log
- Hide categories if they're empty
- Add search button to all views
* TehNut: Switch to instanceof for finding the recipe renderer (#92) (#93)
* TehNut: Improved error handling for PageIRecipe (#94)
* TehNut: Soft override a future Forge feature
* Guides should now show up when searching for the owning mod in JEI
* TehNut: Fixed crash when getting sub items when creative tab was null (#97)
* TehNut: Add a builder for book instances
* TehNut: Switch search button to the magnifying glass @Elucent made me like
The-Fireplace: Updated README (#88)
The-Fireplace: Added PageJsonRecipe, removed PageIRecipe#fromJson (#91)
TehNut: Ran formatter
TehNut: De-lombok
nick: Added a way to make a PageIRecipe from a ResourceLocation. Closes #80
nick: Added priority handling. Closes #81 (#83)
speedynutty68: Fixed issues with registry system ordering (#77)
speedynutty68: Update version
speedynutty68: fuck javadocs right now
speedynutty68: delete everything related to javadocs
speedynutty68: IGuideLinked now displays a HUD element
speedynutty68: Allow custom display titles for recipe renderers
speedynutty68: Sanity check page number (#70)
speedynutty68: Added priority handling. Closes #81 (#83)
speedynutty68: Update version
TehNut: Updated to new Forge registry system
- Added ability for mod authors to specify which Creative Tab their book should display in (the-rogue)
- Updated some of the UI element assets to be prettier (InsomniaKitten)
- Added a default implementation for a Brewing Recipe page (Lothrazar)
- Fixed (finally) the version replacement system. No more @VERSION@ in your crash logs and other places.
TehNut: Proper method of giving an item to a player
TehNut: Relicense to MIT
TehNut: Implemented a basic search system
TehNut: Allow for much cleaner category setup
TehNut: Proper default return for IItemColor
TehNut: Remove sided-ness of setUnicodeFlag
TehNut: Fixed 2 bugs (#55)
speedynutty68: Add support for running things on mapping
speedynutty68: Fixed 2 bugs (#55)
noreply: Update version
TehNut: Protect against possible null when getting book stack (#58)
TehNut: Fix version replacement
TehNut: Fix NPE with info renderer (#59)
speedynutty68: Remove reequip animation code as it seems a bit broken
speedynutty68: Exclude test package from live builds
speedynutty68: Add IInfoRenderer
speedynutty68: Parameter renaming
speedynutty68: Update version
speedynutty68: Fix startup crash for realz this time
speedynutty68: Fix crash at startup speedynutty68: Mark 1.10 as compatible