Skip to contentNo builds
August 7, 2017July 30, 2017July 20, 2017July 16, 2017July 13, 2017July 5, 2017June 24, 2017June 17, 2017June 7, 2017June 4, 2017June 2, 2017May 28, 2017May 21, 2017May 20, 2017May 14, 2017May 11, 2017May 10, 2017May 4, 2017May 3, 2017April 30, 2017April 26, 2017
Changes
- Fix filter text appears blank until the filter box is selected
—
mezz /
githubweb
- Fix ingredients with subtypes missing from the ingredient list
—
mezz /
githubweb
- Remove ingredient lookup memory
—
mezz /
githubweb
- Added separate overlay draw call to IRecipeLayoutDrawable
—
mezz /
githubweb
- Fix some minor OpenGL rendering issues
—
mezz /
githubweb
- Fix scrolling the item list when mouse is in the gaps between elements
—
mezz /
githubweb
- Fix #963 Filter curser always jumps to the end when you type
—
mezz /
githubweb
- Fix #947 Item list is out of order
—
mezz /
githubweb
- Fix API method for removing items at runtime
—
mezz /
githubweb
- Update sv_se.lang (#933)
—
mezz /
githubweb
- Fix next/previous page localization
—
mezz /
githubweb
- Do not auto-blacklist broken ingredients
—
mezz /
githubweb
- Add Russian translation for config.jei.valid (#903)
—
mezz /
githubweb
- Increase the default value for maxSubtypes from 100 to 300
—
mezz /
githubweb
- Fix ingredientFilter#setFilterText
—
mezz /
githubweb
- Minor cleanup
—
mezz /
githubweb
- Organize API better, use more general ingredients instead of ItemStack
—
mezz /
githubweb
- Hide maxSubtypes from the in-game config gui (it requries a restart)
—
mezz /
githubweb
- Remove broken recipe layouts instead of displaying a blank one.
—
mezz /
githubweb
- Use the game's locale for toLowercase where needed
—
mezz /
githubweb
- Add back the progress bars for adding and indexing ingredients
—
mezz /
githubweb
- Cache tooltips to file
—
mezz /
githubweb
- Block items with too many subtypes from being added to the item list
—
mezz /
githubweb
- Version 4.4.1
—
mezz /
githubweb
- Refactor ingredient list search. (#878)
—
github /
githubweb
- Made unique identifiers care more about wildcard metadata
—
mezz /
githubweb
- Fix #870 Config loading crash
—
mezz /
githubweb
- Fix #863 Crash when looking through recipes (tooltips)
—
mezz /
githubweb
- Fix tooltip searching
—
mezz /
githubweb
- Further reduce memory pressure during startup
—
mezz /
githubweb
- Reduce memory pressure during startup
—
mezz /
githubweb
- Move legacy API handling to LegacyUtil
—
mezz /
githubweb
- Auto-reformat code
—
mezz /
githubweb
- Automatically config-blacklist broken ingredients when detected
—
mezz /
githubweb
- Add finer startup time logging
—
mezz /
githubweb
- Lower required Forge to stop reports from people with recommended forge
—
mezz /
githubweb
- Fix #855 add method removeIngredientsAtRuntime
—
mezz /
githubweb
- #842 avoid loops in potion steps calculation
—
mezz /
githubweb
- Improve null checks
—
mezz /
githubweb
- Add method to create brewing recipes #834
—
mezz /
githubweb
- Fix #837 search text is always lowercase
—
mezz /
githubweb
- Update MCP mappings
—
mezz /
githubweb
- Fix IRecipeRegistry#removeRecipe #833
—
mezz /
githubweb
- Add more log info to LinkageError exceptions during item rendering
—
mezz /
githubweb
- [API] Add methods to create smelting and anvil recipes (#819)
—
mezz /
githubweb
- Update required Forge to 13.20.0.2282 to fix loading screen lag
—
mezz /
githubweb
- Fix ingredient history going to a blank page if a mod is removed
—
mezz /
githubweb
- Fix #817 JEI can't be enabled if it was disabled when the game started
—
mezz /
githubweb
- Loosen the restriction on adding an empty collection of recipes to JEI
—
mezz /
githubweb
- Update zh_TW (#811)
—
mezz /
githubweb
- Fix #810 JEI SessionData not updating when connecting to vanilla server
—
mezz /
githubweb
- Support Creative Inventory Action on vanilla servers Close #343 (#807)
—
mezz /
githubweb
- Prefer using /give when possible on vanilla servers
—
mezz /
githubweb
- Add search filter for resource ids, Implements #202 (#806)
—
mezz /
githubweb
- Use page up and page down to scroll pages (#804) Close #200
—
mezz /
githubweb
- Fix #797 Recipe transfer tooltip can be drawn under other elements
—
mezz /
githubweb
- Fix #795 Crash on dedicated server at startup
—
mezz /
githubweb
- Create crash report instead of logging severe render errors
—
mezz /
githubweb
- Fix getRecipeWrapper to use existing ones when they already exist
—
mezz /
githubweb
- Fix #792 keyboard inputs are broken after window resize
—
mezz /
githubweb
- #791 Catch and log LinkageErrors from plugin initialization
—
mezz /
githubweb
- Color small button icons to match the ones on large buttons
—
mezz /
githubweb
- Add method for setting an ingredient background drawable
—
mezz /
githubweb
- Refactor Ingredient List to allow multiple modes
—
mezz /
githubweb
- Reorganize project structure
—
mezz /
githubweb
- Move JEI API into separate source set
—
mezz /
githubweb
- Fix gui key handling bug introduced in refactor
—
mezz /
githubweb
- Deprecate IRecipeHandler, fix methods for handling recipes by category
—
mezz /
githubweb
- Add IItemListOverlay#hasKeyboardFocus method
—
mezz /
githubweb
- Fix #770 Anvil recipes show some invalid recipes
—
mezz /
githubweb
- Fix #769 support AbstractBrewingRecipe with uncraftable potion input
—
mezz /
githubweb
- Fix #764 Empty ItemStack Crash when looking up items
—
mezz /
githubweb
- Improve look of small buttons
—
mezz /
githubweb
- #764 Add extra validation for focus parameters
—
mezz /
githubweb
- Minor cleanup
—
mezz /
githubweb
- Add API for handling cheating in custom ingredients
—
mezz /
githubweb
- Fix #766 Crash when looking at broken Anvil recipe
—
mezz /
githubweb
- #764 Add earlier checks for empty ItemStacks
—
mezz /
githubweb
- Prioritize lookups to show categories handled by the currently-open gui
—
mezz /
githubweb
- Move recipe category tab arrows up to their own buttons (show more tabs)
—
mezz /
githubweb
- Use icons for button labels instead of text (better for unicode)
—
mezz /
githubweb
- Add ingredient lookup memory to remember where players were last looking
—
mezz /
githubweb
- Make all ingredients in a recipe cycle with the same offset
—
mezz /
githubweb
- Do not focus on recipe crafting category items, show them all
—
mezz /
githubweb
- Cleanup
—
mezz /
githubweb
- Add IRC link to README
—
github /
githubweb
- Fix #728 Properly report items given by JEI, for server admins
—
mezz /
githubweb
- Cleanup formetting
—
mezz /
githubweb
- Add method to create smelting recipes at runtime
—
mezz /
githubweb
- [1.11] Update de_de.lang (#740)
—
tehgeek /
githubweb
- Fix a null ItemStack issue in TooltipRenderer
—
mezz /
githubweb
- Check that plugin's IRecipeHandler.getRecipeClass() is valid
—
mezz /
githubweb
- Update ISSUE_TEMPLATE.md
—
github /
githubweb
- Add support for anvil recipes (#732)
—
tehgeek /
githubweb
- Fix #731 Client crash in render while looking at recipe from Reliquary
—
mezz /
githubweb
- Fix TickTimer implementation
—
mezz /
githubweb
- Close #729 add IRecipeCategory#getTooltipStrings
—
mezz /
githubweb
- Fix #727 Recipes issues in previous commit
—
mezz /
githubweb
- Fix crash from empty categories that have recipes added by CraftTweaker
—
mezz /
githubweb
- Refactor itemListDisplay
—
mezz /
githubweb
- Refactor ItemListOverlay
—
mezz /
githubweb
- Close #650 Add support for searching with quotes around terms with space
—
mezz /
githubweb
- Fix cursor held item and player inventory craft items desyncing when
—
tehgeek /
githubweb
- Version 4.2.4
—
mezz /
githubweb
- Fix #702 Item deletion with recipe transfer
—
mezz /
githubweb
- Update required Forge to 13.20.0.2222
—
mezz /
githubweb
- Update Forge and mcp
—
mezz /
githubweb
- Fix recipe transfer for items that take damage and have subtypes
—
mezz /
githubweb
- Fix #697 Deprecate ICraftingRecipeWrapper
—
mezz /
githubweb
- Fix #692 Missing item overlay glitch when stack size is greater than 1
—
mezz /
githubweb
- Add recommended travis settings from yueh
—
mezz /
githubweb
- try to fix travis ci script
—
mezz /
githubweb
- try to fix travis ci script
—
mezz /
githubweb
- try to fix travis ci script
—
mezz /
githubweb
- Fix PlayerRecipeTransferHandler not seeing last 4 slots in inventory
—
mezz /
githubweb
- Make Show Recipes area in player inventory smaller (to avoid misclicks)
—
mezz /
githubweb
- add a .travis.yml to try to test travis ci
—
mezz /
githubweb
- Catch ExceptionInInitializerError from plugins
—
mezz /
githubweb
- Fix IndexOutOfBoundsException in player transfer handler
—
mezz /
githubweb
- Fix item list click-through with Simple Achievements book
—
mezz /
githubweb
- Add IRecipeRegistry.removeRecipe to the API, disable reload()
—
mezz /
githubweb
- Add IngredientBlacklist
—
mezz /
githubweb
- Update fi_fi.lang (#675)
—
tehgeek /
githubweb
- Update uk_UA.lang (#666)
—
mezz /
githubweb
- "update" for 1.11.2
—
mezz /
githubweb
- Update sv_se.lang (#673)
—
tehgeek /
githubweb
- Improve search algorithm (use Generalized Suffix Trees)
—
mezz /
githubweb
- Fix 1.11 subtype interpreter for liquid-holding items
—
mezz /
githubweb
- Remove progress bars for ingredients (it was making load time longer)
—
mezz /
githubweb
- Fix searching by modId
—
mezz /
githubweb
- Minor code cleanup and stricter API argument checking
—
mezz /
githubweb
- Fix edge case of fluid containers with subtypes being mashed together
—
mezz /
githubweb
- Rename lt_LT.lang to lt_lt.lang (#657)
—
mezz /
githubweb
- Add better logging for broken crafting recipes
—
mezz /
githubweb
- Fix #656 IRecipeLayout#setRecipeTransferButton() does not work
—
mezz /
githubweb
- Update build status README badge to point to 1.11
—
mezz /
githubweb
- Fix #634 Add a way for JEI to ignore key inputs
—
mezz /
githubweb
- Version 4.0.5 first Beta for 1.11 on recommended Forge
—
mezz /
githubweb
- Update to latest Forge and MCP
—
mezz /
githubweb
- Fix implementation of focus override
—
mezz /
githubweb
- Add API to override the displayed focus of a gui ingredient group
—
mezz /
githubweb
- Update zh_CN.lang (#630)
—
mezz /
githubweb
- Update zh_TW.lang (#631)
—
mezz /
githubweb
- Lithuanian language added (#636)
—
mezz /
githubweb
- Make IModRegistry.addRecipes take a Collection
—
mezz /
githubweb
- Fix interfering with keys for disabled (read-only) text fields
—
mezz /
githubweb
- Add IStackHelper.containsAnyStack and isEquivalent to the API
—
mezz /
githubweb
- Add ICustomCraftingRecipeWrapper
—
mezz /
githubweb
- Version 4.0.3
—
mezz /
githubweb
- Make IModRegistry.addRecipes take a Collection
—
mezz /
githubweb
- Fix #610 Blank description category
—
mezz /
githubweb
- Fix #621 Add tab button sounds
—
mezz /
githubweb
- Relax item checking when deleting items in cheat mode (#624)
—
mezz /
githubweb
- Protect against crashes in plugin's isRecipeValid call (#632)
—
mezz /
githubweb
- Close #398 check the container instance in IRecipeTransferInfo
—
mezz /
githubweb
- Close #543 Enable Showing the Shapeless Icon on Custom Shapeless Recipes
—
mezz /
githubweb
- Fix #614 ICraftingGridHelper does not support custom ingredients
—
mezz /
githubweb
- Close #616 Add simpler default init method for IGuiIngredientGroup
—
mezz /
githubweb
- Close #617 Add a way to add ItemStacks to JEI during runtime
—
mezz /
githubweb
- Use IdentityHashMap for HashMaps with unique keys
—
mezz /
githubweb
- Fix #629 Properly detect when GuiTextField are focused
—
mezz /
githubweb
- Update MCP to 1.11 names
—
mezz /
githubweb
- Update ja_JP.lang (#619)
—
mezz /
githubweb
- Update ja_JP.lang (#622)
—
mezz /
githubweb
- Log a stack trace when restarting JEI
—
mezz /
githubweb
- Fix #626 Crash after new Forge Ore Dictionary binary changes
—
mezz /
githubweb
- Fix missing localization
—
mezz /
githubweb
- Add support for creating drawables with custom sized textures
—
mezz /
githubweb
- Fix API javadoc
—
mezz /
githubweb
- Create uk_UA.lang (#605)
—
mezz /
githubweb
- Use IdentityHashMap for the uid cache used for startup
—
mezz /
githubweb
- Protect against mods reloading JEI from the network thread (#607)
—
mezz /
githubweb
- Fixes for "Use null focus instead of having focus mode NONE"
—
mezz /
githubweb
- Update to 1.11
—
mezz /
githubweb
- Fixes for "Use null focus instead of having focus mode NONE"
—
mezz /
githubweb
- rename assets to use all lowercase
—
mezz /
githubweb
- Allow recipes of height 60px (standard tank height) to fit two-per-page
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Add better error checking and logging for invalid recipes
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Add better error catching and logging
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Use better stack info for logs
—
mezz /
githubweb
- Fix #238 tooltips from getTooltipStrings are drawn below other assets
—
mezz /
githubweb
- Fix #242 Unable to open JEI config from main menu
—
mezz /
githubweb
- Fix #231 Filter not updating when set from API
—
mezz /
githubweb
- Fix #227 "+" button is in the wrong place
—
mezz /
githubweb
- Improve loading performance.
—
mezz /
githubweb
- Update for improved tooltip methods in Forge.
—
mezz /
githubweb
- Close #219 Improve Broken Recipe Reporting
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Fix #217 catch errors from unregistered itemStacks on start
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Do not open JEI on guiContainers that have no inventory
—
mezz /
githubweb
- Make recipe errors easier to debug
—
mezz /
githubweb
- Fix startup crash when getting sub-items from broken item.
—
mezz /
githubweb
- Fix startup crash when getting items from broken creative tabs.
—
mezz /
githubweb
- Update README with a couple status badges
—
mezz /
githubweb
- Remove "issues closed in ___ hours" badge, not that useful
—
mezz /
githubweb
- Fix #190 Creative tab search does not work correctly for all tabs
—
mezz /
githubweb
- Fix #189 Allow drawing tooltips when there is no currentScreen set
—
mezz /
githubweb
- Improve startup times when there are many broken items
—
mezz /
githubweb
- Fix #184 Fix crash when mods have null items in their creative tabs
—
mezz /
githubweb
- Fix #185 crash logs with 'java.lang.NullPointerException: Ticking
—
mezz /
githubweb
- Add github issue template
—
mezz /
githubweb
- Fix #181 Setup RecipesGui in initGui instead of setWorldAndResolution
—
mezz /
githubweb
- Close #164 Show JEI description pages last
—
mezz /
githubweb
- Close #169 Save search filter text between restarts per-world
—
mezz /
githubweb
- #179 Make search option names more clear
—
mezz /
githubweb
- Fix #173 Allow recipe types to be specified by interfaces
—
mezz /
githubweb
- Fix support for custom item tooltip fonts in the item list
—
mezz /
githubweb
- Fix server error when filling crafting area
—
mezz /
githubweb
- Clean up API, simplify IModPlugin to have fewer methods
—
mezz /
githubweb
- Fix #172 Smelting EXP text extends past the right edge of the recipe
—
mezz /
githubweb
- Fix #174 Held ItemStacks are rendered behind the hover highlight
—
mezz /
githubweb
- Fix #170 IItemListOverlay.setFilterText does not update text field
—
mezz /
githubweb
- Update Blood Magic URL in README
—
mezz /
githubweb
- Fix #171 Item List does not resize when recipe view is open
—
mezz /
githubweb
- Update changelog
—
mezz /
githubweb
- Use html in changelog
—
mezz /
githubweb
- Add feature to search items by color (config option)
—
mezz /
githubweb
- Get items from creative tabs for better compatibility with custom tabs
—
mezz /
githubweb
- Update changelog
—
mezz /
githubweb
- Add changelog.txt
—
mezz /
githubweb
- Add more ignored vanilla NBT tags
—
mezz /
githubweb
- Fix #165 [+] button does not work on items with NBT that is ignored
—
mezz /
githubweb
- Close #161 Add $ Ore Dictionary and % Creative Tab Name search
—
mezz /
githubweb
- Remove old recipe transfer api since it was accidentally broken anyway
—
mezz /
githubweb
- Allow multiple recipe click areas on a GuiContainer
—
mezz /
githubweb
- Fix some item subtypes are missing from the item list
—
mezz /
githubweb
- Update README
—
mezz /
githubweb
- Only allow cheating items from the item list, not recipes view
—
mezz /
githubweb
- Fix #156 visual glitches when cheating items with the recipe view open
—
mezz /
githubweb
- Fix "back" function for recipe navigation
—
mezz /
githubweb
- Simplify In-Game Config, save some options in per-world configs
—
mezz /
githubweb
- Remove nbtKeyIgnoreList from config (not used or necessary)
—
mezz /
githubweb
- #100 save item blacklist to separate file (JEI-itemBlacklist.cfg)
—
mezz /
githubweb
- Close #100, Close #120 Allow blacklisting an entire mod's items
—
mezz /
githubweb
- Close #150 sort item list by Mod Name
—
mezz /
githubweb
- Fix #149 Show description recipes when using U as well as R
—
mezz /
githubweb
- Close #153 Show accepted oreDict on tooltip for rotating items in recipe
—
mezz /
githubweb
- Fix item list paging while searching
—
mezz /
githubweb
- Load after minecraft.thePlayer has been set
—
mezz /
githubweb
- Add developer FAQ and Plugin Examples to README
—
mezz /
githubweb
- Fix cheat mode "delete items" does not respect gui tab areas
—
mezz /
githubweb
- Fix #148 Divide By Zero when Panel is hidden
—
mezz /
githubweb
- Better error checking for subItems and subBlocks
—
mezz /
githubweb
- Close #119 API to define areas that guis might intersect with item list
—
mezz /
githubweb
- Close #88 Close #142 API for search bar and getting hovered item stack
—
mezz /
githubweb
- Fix #145 TC Aspects show through on Recipes gui
—
mezz /
githubweb
- Fix #141 long loading time when gathering tooltips that require a player
—
mezz /
githubweb
- Add tooltip search
—
mezz /
githubweb
- Fix #139 hide the debug setting, give it a better description
—
mezz /
githubweb
- Ignore NBT on items that have no subtypes
—
mezz /
githubweb
- Close #136 Add Shift+R to lookup uses
—
mezz /
githubweb
- Close #134 Show vanilla categories first
—
mezz /
githubweb
- Fix #133 Unable to edit search query when there are no results
—
mezz /
githubweb
- Updated fi_FI.lang
—
kasperi.kauppi /
githubweb
- Unfocus the search bar when enter is pressed
—
mezz /
githubweb
- Close #126 Configurable Keybind for previous recipe pages
—
mezz /
githubweb
- Close #81 add clickable gui areas to jump to a machine's recipes
—
mezz /
githubweb
- Unfocus the search bar when enter is pressed
—
mezz /
githubweb
- Close #126 Configurable Keybind for previous recipe pages
—
mezz /
githubweb
- Close #81 add clickable gui areas to jump to a machine's recipes
—
mezz /
githubweb
- Fix #99 Item transfer handler misreporting missing items
—
mezz /
githubweb
- Fix gray text on recipes changing to black when a tooltip is on screen
—
mezz /
githubweb
- Fix furnace recipe transfer handler putting items in wrong slots
—
mezz /
githubweb
- Close #65 Shift-click the [+] to move many sets of items
—
mezz /
githubweb
- Fix #130 Crash from lambda obfuscation issue in ItemModels
—
mezz /
githubweb
- Add curseforge integration for jenkins
—
mezz /
githubweb
- Fix #109 stop log spam and crashes from modded item models crashing
—
mezz /
githubweb
- Add API support for adding clickable buttons in recipe wrappers
—
mezz /
githubweb
- Fix nullability of IStackHelper.toItemStackList
—
mezz /
githubweb
- Fix size of highlight on hovered ingredients
—
mezz /
githubweb
- Better null checking for IStackHelper in the API
—
mezz /
githubweb
- Fix API documentation for init on recipe ingredients
—
mezz /
githubweb
- Fix a crash on small screens with large GUIs
—
mezz /
githubweb
- Add IStackHelper to API
—
mezz /
githubweb
- Prevent localized caches from becoming out of date
—
mezz /
githubweb
- Fix #107 Items with wrong damage value in item list
—
mezz /
githubweb
- Fix #115 Crash when holding shift and viewing recipe
—
mezz /
githubweb
- Fix F2 is blocked when search field is focused
—
mezz /
githubweb
- Use shift to stop item rotation.
—
mezz /
githubweb
- Fix #69 Fix recipe lookup of items with meta or damage and no subItems
—
mezz /
githubweb
- Fix OpenGL issue with rendering item list next to modded GUIs
—
mezz /
githubweb
- Reduce log size from getUniqueIdentifierForStack exceptions
—
mezz /
githubweb
- Fix creating itemstacks in the item list with wildcard metadata
—
mezz /
githubweb
- Close #112 Remember if item list overlay has been disabled, add config
—
mezz /
githubweb
- Improve item cheating config description
—
mezz /
githubweb
- Fix #86 Drawing Order Issues with Tooltips (requires latest forge)
—
mezz /
githubweb
- Update de_DE.lang
—
mezz /
githubweb
- Clean up suppressed unchecked warnings from 1.8
—
mezz /
githubweb
- Fix #106 Many Sub-Items not showing in Item List
—
mezz /
githubweb
- Preserve stack size when expanding item subtypes
—
mezz /
githubweb
- Add more API warnings for NbtIgnoreList
—
mezz /
githubweb
- Avoid reloading when game stops
—
mezz /
githubweb
- Fix #101 Damage bars are missing from items in the item list
—
mezz /
githubweb
- Cleanup and reduce log spam
—
mezz /
githubweb
- Add a way to ignore specific NBT on specific items
—
mezz /
githubweb
- Fix #95 Item hover overlay is being rendered behind the items.
—
mezz /
githubweb
- Fix #83 Recipe & Use appearing when using vanilla's Creative Search Menu
—
mezz /
githubweb
- Fix #98 crash when looking up recipe for empty fluid containers
—
mezz /
githubweb
- Fix rendering recipes that have textures with alpha
—
mezz /
githubweb
- Fix broken version number
—
mezz /
githubweb
- Add tooltip callback for item and fluid recipe ingredients
—
mezz /
githubweb
- Update Finnish translation
—
kasperi.kauppi /
githubweb
- Update ru_RU.lang
—
verybigbro /
githubweb
- Update German translation
—
wilhelm /
githubweb
- Change Millibucket notation
—
wilhelm /
githubweb
- Fix missing import
—
mezz /
githubweb
- Fix #85 Item list does not adapt to Potion effects when gui is open
—
mezz /
githubweb
- Fix missing import
—
mezz /
githubweb
- Add better diagnostic message for broken recipes
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Cleanup, remove deprecated API methods, match 1.8 and 1.8.9 versions #s
—
mezz /
githubweb
- Close #84 Add recipe tooltip method
—
mezz /
githubweb
- Add method to reload JEI in the API
—
mezz /
githubweb
- Fix JEI not starting in some cases
—
mezz /
githubweb
- Add better diagnostic message for broken recipes
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Fix item tooltips rendering under tanks
—
mezz /
githubweb
- Add checks to help debug item errors
—
mezz /
githubweb
- Fix a crash when opening GUI
—
mezz /
githubweb
- Fix cheat item command on server with very large NBT
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Fix cheat item command on server with very large NBT
—
mezz /
githubweb
- Allow wildcard hiding of different-nbt items in edit mode
—
mezz /
githubweb
- Fix item list items overlapping search bar
—
mezz /
githubweb
- Allow wildcard hiding of different-nbt items in edit mode
—
mezz /
githubweb
- Close #79 Detect fluid from fluid block stacks
—
mezz /
githubweb
- Improve debugging and error messages
—
mezz /
githubweb
- #79 Fix up openGL blending
—
mezz /
githubweb
- #79 4 Ensure tiny amounts of fluid in tanks are still visible
—
mezz /
githubweb
- Add better debugging for tanks
—
mezz /
githubweb
- #79 2, 3, 5, fix tank overlays having the wrong color
—
mezz /
githubweb
- #79 1 allow displaying fluids without capacity in the tooltip
—
mezz /
githubweb
- Fix non-square hovering highlights
—
mezz /
githubweb
- Render tank overlays even if there is no fluid
—
mezz /
githubweb
- Prevent crash when rendering fluids with no sprite
—
mezz /
githubweb
- Update for Minecraft 1.8.9
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Do not reload JEI when disconnecting from world/server
—
mezz /
githubweb
- Add conveneince function for adding description to a single ItemStack
—
mezz /
githubweb
- Close #74 Disable Item List if the open GUI is too large
—
mezz /
githubweb
- Update German translation
—
wilhelm /
githubweb
- Update README
—
mezz /
githubweb
- Fix #53 Recipe Gui Title goes black when Thaumcraft Arcane Bore is shown
—
mezz /
githubweb
- Allow multiple searches by using | character
—
mezz /
githubweb
- Close #61 Config option: Search for mod name without @ in front.
—
mezz /
githubweb
- Improve search performance on crazy-huge packs
—
mezz /
githubweb
- Close #55 delete items from cheat mode (requires server)
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Handle /give for items with very long dataTags
—
mezz /
githubweb
- Fix rendering for some ISmartItemModels
—
mezz /
githubweb
- Fix rendering of ISmartItemModel items
—
mezz /
githubweb
- Cleanup
—
mezz /
githubweb
- Find more sub-items
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- fix build
—
mezz /
githubweb
- Cleanup
—
mezz /
githubweb
- Fix recipe transfer
—
mezz /
githubweb
- Close #70 Allow custom container logic when "+" button is pressed
—
mezz /
githubweb
- Add some fluid tanks in debug mode
—
mezz /
githubweb
- Fix crafting recipes with itemstacks of 0 size
—
mezz /
githubweb
- Clean up API to depend on using IModPlugin. Add errors for API misuse
—
mezz /
githubweb
- Cleanup / refactoring
—
mezz /
githubweb
- Fix edit-mode rendering
—
mezz /
githubweb
- Cleanup
—
mezz /
githubweb
- Fix command sender name
—
mezz /
githubweb
- Extend German translation
—
mezz /
githubweb
- Close #57 Add fluid rendering and fluid searching
—
mezz /
githubweb
- Cleanup
—
mezz /
githubweb
- Remove unused tooltipModName translation keys
—
mezz /
githubweb
- Close #62 Add "description pages" for items
—
mezz /
githubweb
- Bump version for first Release
—
mezz /
githubweb
- Update Forge
—
mezz /
githubweb
- Add some fluid tanks in debug mode
—
mezz /
githubweb
- Experiment with faster item list rendering
—
mezz /
githubweb
- Close #64 keep search history (use up and down keys)
—
mezz /
githubweb
- Fix #66 NPE on world reload
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Fix rendering for 1.8.8
—
mezz /
githubweb
- Keep item filter text after changing config
—
mezz /
githubweb
- Close recipe GUI when config changes
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Make compatible with Java 7
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Reload stuff when the config changes
—
mezz /
githubweb
- Add enchanted books
—
mezz /
githubweb
- Make "hide missing item models" a config option instead of always on
—
mezz /
githubweb
- Fix JEI blocking backspace in creative tab
—
mezz /
githubweb
- Fix fuel recipe transfer helper
—
mezz /
githubweb
- Close #59 Add recipe animations
—
mezz /
githubweb
- Improve FPS in the item list
—
mezz /
githubweb
- Make code more similar between 1.8 and 1.8.8 versions
—
mezz /
githubweb
- Remove mod name tooltip.
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Allow JEI to run client-only, without recipe transfer
—
mezz /
githubweb
- Fix NPE when changing config in-game
—
mezz /
githubweb
- Fix NPE when changing config in-game
—
mezz /
githubweb
- Less cramped item list, bigger buttons, center items vertically
—
mezz /
githubweb
- Enable JEI in item list creative mode
—
mezz /
githubweb
- Use arrows for Back and Next buttons in Item List
—
mezz /
githubweb
- Highlight missing items when hovering over the recipe transfer button
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Remove misc forge MDK txt files
—
mezz /
githubweb
- Update zh_CN.lang
—
urey.s.knowledge /
githubweb
- Add config button to GUI, improve config, improve localization fallback
—
mezz /
githubweb
- Add config category for JEI addon mods to use
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Display config category for addons in the in-game gui
—
mezz /
githubweb
- update readme
—
mezz /
githubweb
- localize the new tooltips, limit tooltip line width
—
mezz /
githubweb
- Only allow wildcard blacklising for items with subitems (no point to)
—
mezz /
githubweb
- Add config button to GUI, improve config, improve localization fallback
—
mezz /
githubweb
- Fix bottom row of items is hidden when item page is slightly past full
—
mezz /
githubweb
- Center the item stack list in the available space next to the gui
—
mezz /
githubweb
- Make "all recipes" click area smaller
—
mezz /
githubweb
- Save recipe viewing history, go back with backspace
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- update forge
—
mezz /
githubweb
- Fix a bug in handling oreDict recipes
—
mezz /
githubweb
- Add support for Version Checker ( 1.8 or 1.8.8 )
—
mezz /
githubweb
- Update readme to include using ATs from JEI with gradle
—
mezz /
githubweb
- Combine IRecipeCategory.init and IRecipeCategory.setRecipe
—
mezz /
githubweb
- Use error log instead of FMLLog.bigWarning (stack trace is already huge)
—
mezz /
githubweb
- Add recipe width and height to drawInfo for easier text alignment
—
mezz /
githubweb
- Ignore empty recipe categories
—
mezz /
githubweb
- Set focused item from a rotation based on request type (input/output)
—
mezz /
githubweb
- Bump version
—
mezz /
githubweb
- Fix #50 Remove permissions check and rely on /give behavior
—
mezz /
githubweb
- update license date
—
mezz /
githubweb
- Experimental: allow adding new recipes while the game is running
—
mezz /
githubweb
- Make server-side API useless instead of crashing
—
mezz /
githubweb
- add "Loaded plugin" console message
—
mezz /
githubweb
- Change "loaded plugin" to "registered plugin"
—
mezz /
githubweb
- Allow the InitGuiEvent for the RecipesGui
—
mezz /
githubweb
- Tidy up config
—
mezz /
githubweb
- Allow removing items from the blacklist
—
mezz /
githubweb
- Fire RecipesGuiInitEvent instead of firing a duplicate GuiInitEvent
—
mezz /
githubweb
- Add getItemListForModId(String modId) to IItemRegistry
—
mezz /
githubweb
- Fix #52 tooltip errors on bukkit/spigot
—
mezz /
githubweb
- Add a way to ignore classes of unhandled recipes
—
mezz /
githubweb
- Add NBT ignore-list to the API
—
mezz /
githubweb
- Reset item filter cache when the item blacklist changes
—
mezz /
githubweb
- Log exceptions correctly (with stack trace)
—
mezz /
githubweb
- Fix NPE when resetting item filter cache
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- formatting
—
mezz /
githubweb
- bump version, remove patch version since it's basically added by jenkins
—
mezz /
githubweb
- Use Major version zero for the JEI API version, according to semver
—
mezz /
githubweb
- Add back patch version
—
mezz /
githubweb
- Fix bug with recipe transfer for modded crafting tables
—
mezz /
githubweb
- Open recipes for current gui first if it has a recipe transfer helper
—
mezz /
githubweb
- Fix multiple mod names in tooltip after relogging
—
mezz /
githubweb
- #49 Defend against NPE on Spigot/Bukkit servers
—
mezz /
githubweb
- remove warning about not handling VanillaBrewingRecipe
—
mezz /
githubweb
- Spread out the potion layout more
—
mezz /
githubweb
- Fix mod version
—
mezz /
githubweb
- Change mod registration to allow extending it in the future
—
mezz /
githubweb
- Use getCanonicalName instead of magic string
—
mezz /
githubweb
- Fix #48 Clicks are not blocked from underlying GUI
—
mezz /
githubweb
- Fix config defaults becoming too big when using blacklist
—
mezz /
githubweb
- Only close item overlay when the GUI is actually closed This fixes
—
mezz /
githubweb
- Fix #46 Require Control to be pressed to toggle item list overlay
—
mezz /
githubweb
- Ctrl-F focuses search bar
—
mezz /
githubweb
- Move fuel "burn time" string down, to vertically center it more
—
mezz /
githubweb
- Update ru_RU.lang
—
verybigbro /
githubweb
- Add potion support
—
mezz /
githubweb
- Use an annotation to load plugins at FMLModIdMappingEvent (thanks cpw)
—
mezz /
githubweb
- Fix crash in 1.8 when cheating items
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Only close item overlay when the GUI is actually closed This fixes
—
tterrag1098 /
githubweb
- Close #2 Easily hide items/blocks from JEI (Edit Mode, API, and config)
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Improve the look of fuel recipes, add padding ability to backgrounds
—
mezz /
githubweb
- Split furnace recipes into fuel and smelting
—
mezz /
githubweb
- Close #44 click recipe category title to view all recipes
—
mezz /
githubweb
- improve config name for "Add Mod Name to Tooltip" option
—
mezz /
githubweb
- Add a good default location for the recipe transfer button
—
mezz /
githubweb
- Add checks to recipe transfer to make sure slots can be altered
—
mezz /
githubweb
- Fix missing items in item list
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Add a configurable NBT key blacklist
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Add a configurable NBT key blacklist
—
mezz /
githubweb
- Make mod name tooltip italic
—
mezz /
githubweb
- modularize widgets, rename things with "ingredient" as a concept
—
mezz /
githubweb
- improve doc
—
mezz /
githubweb
- tidy ItemStackElement
—
mezz /
githubweb
- Update to latest Forge
—
mezz /
githubweb
- Fix #4 Fix #43 Add support for recipe transfer-to-crafting-area feature
—
mezz /
githubweb
- Fix client crash
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- fix method name
—
mezz /
githubweb
- Remove duplicate categories in recipe list
—
mezz /
githubweb
- Fix usage and recipes hotkeys on recipes gui
—
mezz /
githubweb
- add more support structure for liquid handling
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Fix startup issue when there are no selected recipe categories
—
mezz /
githubweb
- Add more fluid handling infrastructure
—
mezz /
githubweb
- Fix #41 Crash when an item in an itemStack is null
—
mezz /
githubweb
- reformat gradle
—
mezz /
githubweb
- update README.md
—
mezz /
githubweb
- add maven upload support, source & javadocs jars for developers no deobf
—
mezz /
githubweb
- Add mod names to item tooltips (with config option to disable)
—
mezz /
githubweb
- Cut down on debug log spam
—
mezz /
githubweb
- Unfocus the search box when you click away anywhere
—
mezz /
githubweb
- Stop JEI from loading multiple times when reloading a world
—
mezz /
githubweb
- bump version
—
mezz /
githubweb
- Fix recipe lookup issue with wildcard metadata
—
mezz /
githubweb
- Do a better job of getting an item's mod name
—
mezz /
githubweb
- Fix scrolling direction
—
mezz /
githubweb
- Minor cleanup
—
mezz /
githubweb
- Stop JEI from loading multiple times when reloading a world
—
mezz /
githubweb