Posted December 13, 201410 yr I cannot apply texture to block in world 1.8. All I get is the pink and black squares. I made the 3 json files. I don't get a crash. I get the texture in my inventory only.
December 13, 201410 yr I am getting this problem too, I have tried moving the files and everything, but nothing works, an answer would be nice for help make sure the files are in the right folders
December 13, 201410 yr Author They are. I think I have to register another thing for the block because I can only see it in my inventory.
December 13, 201410 yr ñaa first try this Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(MercenaryModBlocks.multicara), 0, new ModelResourceLocation("apple" , "inventory")); then you get and a applet then you try this Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(MercenaryModBlocks.multicara), 0, new ModelResourceLocation("bookshelf" , "inventory")); and just change the model in iventory but not in the world and then read this http://www.minecraftforge.net/forum/index.php?topic=25815.0 but the lasts ones
December 14, 201410 yr Author I tried Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(CPMBlocks.adv_furnace), 0, new ModelResourceLocation("stone", "inventory")); but it only renders the texture in inventory. Is there any thing I have to call to render texture the block in world
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.