Posted September 9, 20169 yr Hello: I am a beginning Modder. I have been following "Mr Crayfish's" modding tutorials. All is working fine other than getting textures to work. I feel that I have something wrong with my model loading, but can't figure it out. Some help would be great. I have a git repo set up and public. Feel free to point out my shortcomings.... https://github.com/wilsontechnicalconsulting/MineCraft-Tutorials Thanks. Any help greatly appreciated. Eric
September 9, 20169 yr Take a look at my block video tutorial in the youtube link in my signature. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 9, 20169 yr The "blocks" and "items" folders in resources/models shouldn't have an s at the end They should be "block" and "item". Weird thing, I know. Also, change the item "parent": "builtin/generated" to "parent": "item/generated". MrCrayfish does this later in the video, and it looks a lot better.
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.