I'm trying to render a simple texture on a block. I know Java, I know what files are and I know how to use a computer. However, I am horribly unfamiliar with how textures are processed in minecraft, and it seems every single place, even those from just 7 or 8 months ago, is outdated.
pastebin of all the code i have made. there is nothing outside of this.
https://pastebin.com/aeJhqX5g
I am well aware that I have no models being called. I don't know how to do it. Tutorials and old questions from these forums said to use `ModelLoader.setCustomModelResourceLocation()`, but that does not exist, it seems.
gyazo of my current resources directory setup
https://gyazo.com/57f5184856f9a557e2040856a554ae7b
(Yes, this is built off of the default example mod because I'm still new to the forge process).
How do you load a texture?