Bug / Log spam, Incorrect path to mod icon asset
rxay579 opened this issue ยท 2 comments
Describe the bug
Incorrect path to mod icon asset.
To Reproduce
Launch Minecraft with Mod
Expected behavior
N/A
Screenshots
N/A
Stacktrace and logs
[Render thread/ERROR]: Invalid mod icon for icon source harvestwithease: assets/harvestwithease/harvest-with-ease.png
java.nio.file.NoSuchFileException: /assets/harvestwithease/harvest-with-ease.png
System information:
- Fabric
- v6.0.1.3 & v7.0.0.1
- MC v1.19.4 & v1.20.1
Additional context
In the "fabric.mod.json", the asset it listed in folder "assets\harvestwithease" while the folder in the jar is actually "assets\harvest-with-ease".
A simple edit to the "fabric.mod.json" in the jar file to change:
"icon": "assets/harvestwithease/harvest-with-ease.png",
to
"icon": "assets/harvest-with-ease/harvest-with-ease.png",
seems to have fixed it for me in the meantime.
May or may not be affecting the forge version, I haven't checked.
I'm releasing right now the new version with the fix, soon it should be available on all platforms.