Darkhax-Minecraft / ItemStages

Allows items to be put into stages.
GNU Lesser General Public License v2.1
7 stars 18 forks source link

Renamed items aren't properly hidden in JEI #27

Closed hgsbsn closed 6 years ago

hgsbsn commented 6 years ago

Examples of this include Actually Additions' block inputter, which has a changing name, and Opencomputers' cards, which have an italic name as a vanilla renamed item would. It looks like sometimes they don't have the stage applied at all and sometimes they just don't load correctly. In these screenshots, the entire mod is staged. My scripts include staging for these items:

, , , , ![2018-08-11_03 47 28](https://user-images.githubusercontent.com/25373556/43991059-957c1484-9d19-11e8-971a-e4bc137b3736.png) ![2018-08-11_03 47 37](https://user-images.githubusercontent.com/25373556/43991060-959ae9ea-9d19-11e8-8b27-786596a47fab.png)
Darkhax commented 6 years ago

There were a few client/server desync issues, and lookup improvements that have been made since you opened this issue. Could you please try again using the latest versions of Bookshelf, GameStages, and ItemStages? If the issue still happens, can you paste some script examples?