Greetings! I have wanted to get into Minecraft modding for a long time, and I have just started. This has also presented me with an issue i can't seem to solve.
Forge is throwing FileNotFound exceptions while trying to load models for my first block. I've checked the path, and the files are... seemingly there!
the blockstate, block model and item model (under src/main/resources/assets/mymod/ [ /blockstates/ and /models/block/, /models/item ] /blocktest.json)
P.S I am a proficient C# developer, so java programming is not an issue here.