Hi guys!
Whole day im struggling with assets as my lang file and textures doesnt load.
I tried a few tutorials, but just one work-and this needed to be compiled through cmd, because IntelliJ ***** it up.
I have mod where in @Mod annotation i define modid = mymod.
and assets folder containing
mymod
- textures
- item
. some.png
- lang
. en_us.lang
neither one is loaded
and this one https://www.mediafire.com/file/pgstbf34p0xjzn2/tutorialmod-1.12.2.zip/file is working fine when compiled with cmd .\gradlew build and runclient
I just see a difference when in the working one is setTranslation, which is not supported in first one. But in YT video it worked fine.
Please help me, thanks a lot.