Posted September 3, 201510 yr Hi, I'm (relatively) new to modding. I've got some items working with textures and all, but my block is invisible when placed. It appears in the inventory and the third-person view just fine, but not when placed. So, I'm just looking for help because I'm not getting any errors or console output. Pastebin links: mineral_altar.json Block Model: http://pastebin.com/0rV7TJRU mineral_altar.json Item Model: http://pastebin.com/GL3cYYWN mineral_altar.json Blockstate: http://pastebin.com/Th8uW9hE BlockRenderRegister.java: http://pastebin.com/KaPGhPPT BlockMineralAltar.java: http://pastebin.com/YbZAmDEn If you have any questions, please, just ask.
September 3, 201510 yr @Override public int getRenderType() { return 3; } add this to ur block class. thank me later.
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.