Hello person smarter than me,
I'm constantly getting errors about loading models, model parents, etc.
But I can't find out why this is.
The issue is especially with a block (which is like a custom Log) called stripped_log.
I guess that I've set up all the json's right and that I made a mistake somewhere in the code, but I have no idea where.
The block gave a correct texture until I changed it to rotate according to the block placed on, just like logs.
Why would you simply copy-paste my proxy implementation? You don't need any of those methods. I only provided you with an example of how to use an interface for your proxy, I didn't tell "hey, here is my code, copy all of it!"
You have never instantinated any of your blocks. Your array that you pass to the register method is an array of nulls. Instantinate your blocks before registering them. It is very obvious. But don't use static initializers. Instantinate them directly in the r