Crystal-Nest / harvest-with-ease

Don't break crops, right click them!
https://modrinth.com/mod/harvest-with-ease
GNU General Public License v3.0
5 stars 1 forks source link

Bug / Log spam, Incorrect path to mod icon asset #24

Closed rxay579 closed 1 year ago

rxay579 commented 1 year ago

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:

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.

Crystal-Spider commented 1 year ago

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

Crystal-Spider commented 1 year ago

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