Hey Guys,
I'm following orangeTutorial (forge 1.7)
http://www.orangetutorial.com/blockitem-texture-and-name/
I have a simple question about the assets folder.
That tutorial is using Eclipse, I am familiar with Eclipse but I hate it (Android issues) and have moved to IntelliJ (Since I use Android Studio).
However, my question is... When I right click on the "resources" I'm looking for "package" but instead I only see "folder"
So I'm making the assets file structure as follows using "folder" not package.
src > main > resources > assets.mymod > lang > en_US.lang
src > main > resources > assets.mymod > textures > blocks > orangeBlock.png
Does this look correct to you guys?
I'm not seeing the localized text or his images.
Thanks so much!