Posted February 22, 201411 yr I am trying to create a basic block that a custom model, (I am going to add function once i have the basic code done). I can load mine craft with no errors, but in game it has a chest icon in the inventory and it is invisible when i place it. Block File: http://pastebin.com/mqt0Rgv9 Model File: http://pastebin.com/1jKgG6aj TileEntity Renderer: http://pastebin.com/UWG5f0nn TileEntity: http://pastebin.com/hH3XEnRd Picture of Block Ingame:
February 22, 201411 yr Did you register the renderer in your client proxy? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
February 22, 201411 yr Author No, which would be the problem? How exactly would i go about doing this? I don't want to mess up and have to waste more of your time.
February 22, 201411 yr https://github.com/Draco18s/Artifacts/blob/master/draco18s/artifacts/client/ClientProxy.java Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
February 22, 201411 yr Author https://github.com/Draco18s/Artifacts/blob/master/draco18s/artifacts/client/ClientProxy.java Sorry for bothering you again, but where you have "BlockPedestal.instance.blockID" I am not sure how to change that to my block, it seems to have changed since i did this last.
February 23, 201411 yr use: Item.getItemFromBlock(Your.Block) Check out my mod, Realms of Chaos, here. If I helped you, be sure to press the "Thank You" button!
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.