I was trying to achieve creating blocks with data from a server, but I hit a wall. What I'm trying to accomplish is creating easily manageable decorative items without editing whole java code. I'm parsing a JSON from a server and creating the blocks by using it, at the moment. But, this isn't reasonable by just itself because the assets are not included at the moment. So, I also have to do the same thing for the assets to make it independent of editing the jar, but classes about resources can only access internal resource folder if I'm not mistaken. I don't know it is possible or not, but I might try to override some of them with my own classes&methods. Still, before blindly doing it, I wanted to ask about it. Do you have any suggestions about how I can do this? Or any ideas about problems it might create?