SuperMartijn642 / Rechiseled

12 stars 13 forks source link

[Bug] ... #55

Closed Zane0116 closed 1 year ago

Zane0116 commented 1 year ago

Version Info

Description of the Bug some of the icons of blocks are missing and when placed down are messed up

Steps to Reproduce im not sure how to reproduce this

Screenshots 2023-09-24_01 18 28 Screenshot 2023-09-24 011904

Zane0116 commented 1 year ago

Screenshot 2023-09-24 013253 here is one of the error logs

SuperMartijn642 commented 1 year ago

What version of Fusion are you using? Also what other mods are you using and could you share the entire log?

Zane0116 commented 1 year ago

Fusion is 1.0.5a-forge Screenshot 2023-09-24 080543 Screenshot 2023-09-24 080601 Screenshot 2023-09-24 080610 latest.log

SuperMartijn642 commented 1 year ago

Seems to be caused by Fusion-1.20.1-6.0.0.3.jar. That mod uses the same modid as Fusion, the dependency for Rechiseled. Since Forge sees two files with the same modid, it assumes it is the same mod and only loads the one with the highest version. The version for Fusion-1.20.1-6.0.0.3.jar is 6.0.0.3 while for my Fusion, it is only 1.0.5a. Thus, Fusion, the dependency for Rechiseled, does not get loaded.

Sadly, not much I can do about it as both mods happen to have the same modid.