Posted June 23, 20187 yr I made a block and there is no texture. not the traditional missing texture black and purple, invisible. I can see though it into the depths of the world. Any ideas about how to fix this? *The block is the block furnace in the objects/machines/furnace . . . methinks GitHub: https://github.com/Merthew/MerthewMod/tree/master The seven became one and the one became two.
June 23, 20187 yr This happens because you extended BlockContainer which overrides Block#getRenderType to return INVISIBLE. Either do not extend BlockContainer and override Block#hasTileEntity and Block#createTileEntity or override Block#getRenderType and return EnumBlockRenderType.MODEL.
June 23, 20187 yr 33 minutes ago, V0idWa1k3r said: Either do not extend BlockContainer... NEVER extend BlockContainer. It is only used for vanilla blocks and does so many things modders don't want. SO MANY THINGS. LIKE THIS ISSUE. 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.
June 23, 20187 yr Author It is still invisible... no longer extends BlockContainer and getRenderType returns MODEL so... no idea The seven became one and the one became two.
June 23, 20187 yr Author nevermind, it was the block model The seven became one and the one became two.
June 23, 20187 yr Your model's parent model is block/block yet you've specified the textures for block/orientable. Edit: well I'm slow Edited June 23, 20187 yr by V0idWa1k3r
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.