Hey, forgive me if I'm missing something obvious - just now getting started with modding and I'm running into a weird issue that I can't seem to find mentioned elsewhere.
I've got a mod that builds and works as intended, but if I try to debug within Eclipse, resources aren't found or loaded. It doesn't see my mcmod.info and textures - but works fine otherwise and actually debugging appears to work properly. If I just build the mod and run it in a normal MC instance, everything loads as expected - textures and all.
I did notice that a lot of the guides around seem to suggest that Debug and Run configurations should already exist, but for me this was not the case. I had to add the Debug configuration myself to get it to be able to debug.
Any help is greatly appreciated!