Posted November 29, 20168 yr All the tutorials seem to be speaking of packages that go assets.<mod_id>.models.item. for item jsons and assets.tutorial.textures.items for item textures. My file tree looks like this and has no "assets" folder whatsoever. What am I missing? And I made the models.items folders my very own self by creating new folders in File Explorer. How come everyone else has assets folders and premade texures.items and I dont (I can't link the model json to the texture due to this) IntelliJ 2016.3 and JDK8
November 29, 20168 yr You have src/main/java and src/main/resources folders. The assets folder is underneath the resources folder, and not under the java folder. This is not weird at all, this is how it is supposed to be. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
November 29, 20168 yr Author You have src/main/java and src/main/resources folders. The assets folder is underneath the resources folder, and not under the java folder. This is not weird at all, this is how it is supposed to be. Thanks a lot for a quick answer on such a nooby question, but here's another one : http://helldeveloper.weebly.com/uploads/6/0/6/6/6066363/444_2.png[/img] The resources folder is absolutely empty (apart from one file). Do I create the "assets" folder etc. manually or did something go wrong?
November 29, 20168 yr You have to create that folder manually. Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.