Harvest with ease

Harvest with ease

15M Downloads

Bug / Log spam, Incorrect path to mod icon asset

rxay579 opened this issue ยท 2 comments

commented

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.

commented

I'm releasing right now the new version with the fix, soon it should be available on all platforms.

commented

I can confirm that I messed up the icon path, I don't know how ahah
In 1.18.2 the folder is correctly "harvestwithease" but since 1.19.2 it became "harvest-with-ease" for some reason...
I will release a new Fabric version with the fix asap