GabrielOlvH / Industrial-Revolution

An Industrial mod made for Fabric.
Apache License 2.0
197 stars 58 forks source link

[BUG] Modular armor tooltip crash with Inspicio #312

Closed TheEpicBlock closed 2 years ago

TheEpicBlock commented 3 years ago

Description: When hovering over any modular armor piece with Inspicio installed, the client will crash. This is due to Inspicio adding custom TooltipData's for armor. Inspicio patches the vanilla method to handle this custom TooltipData, but Indrev replaces the vanilla method here

This can be bypassed by disabling tooltips for armor in the Inspicio config.

Steps to Reproduce:

Technical Information:

Logs: https://paste.ee/p/kFXdp

GabrielOlvH commented 2 years ago

This has been fixed as of 1.12.0-BETA available on curseforge. Thanks for reporting!