I think I might have found the problem, it seems, that my DOMAIN is letsmod whereas my MOD_ID is letsMod so perhaps its not finding it because its looking for an incorrect directory
it was auctually in src/main/resources/assets/letsMod/textures/items/mapleLeaf.png but i just changed it to src/main/resources/assets/letsmod/textures/items/mapleLeaf.png, sadly that was not the fix i needed and even after makeing the change you recommended the outcome hasent changed heres a new log
and heres my build.gradle
(Disclaimer im VERY new to this so if this is something simple I would not be surprised)
Whist working on a basic mod while fallowing pahimar's lets mod tutorial but when I went to apply my textures to my basic mapleLeaf item I got an error that said that my texture was not located in my textures/items file (where it is)
Launch log below