Hey guys, I am brand new to Minecraft modding, and so far the process has been rough. As a software developer of 12 years, it feels like Forge makes WAY too many breaking changes between major versions. Maybe there's some reason the maintainers are forced to do make drastic changes, so I'll hold judgment. Anyways, due to the constant breaking changes, none of the tutorials I find online for adding a new sword (for instance) work anymore. Class namespaces are juggled around, classes are removed, and new approaches are devised for the same functionality.
My current issue is that I can't seem to get 1.19 to recognize my language or texture files. I am using the (maybe old?) approach of using java packages in `src/main/resources`. Is this no longer how it works?
Thanks