
Incompatibility with Refined Storage 2.0.0-beta.2 — Crash on Tooltip Rendering (UpgradeDestinationClientTooltipComponent)
Closed this issue · 12 comments
When hovering over an upgrade item (e.g. Fortune II Upgrade) in JEI with both Refined Storage and Cable Tiers installed, Minecraft crashes due to a Mixin error in MixinUpgradeDestinationClientTooltipComponent.
It appears that the Cable Tiers mod is attempting to overwrite the renderImage method in UpgradeDestinationClientTooltipComponent, but that method is not present (or the class has changed) in Refined Storage 2.0.0-beta.2.
Unfortunately I can't reproduce the crash, but I think this version should fix the issue, so could you please try this version?:
https://www.curseforge.com/minecraft/mc-mods/cable-tiers/files/6483054
Woops seems like I accidentally uploaded the wrong version. Here is the right link: https://www.curseforge.com/minecraft/mc-mods/cable-tiers/files/6484357
Still crashing using 0.2.4 when hovering over RS blocks in JEI
Seems to work. No crashes when hovering over items, and I can spawn them all in. Tested both on SP and server.
Thanks!
(BTW, next thing I noticed while testing... The upgraded disk interfaces have no texture. When you place them, they become an x-ray hole in the world. LMK if you want a new issue filed for that)