sjoopies Posted December 13, 2014 Posted December 13, 2014 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. Quote
mrploszaj Posted December 13, 2014 Posted December 13, 2014 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 Quote
sjoopies Posted December 13, 2014 Author Posted December 13, 2014 They are. I think I have to register another thing for the block because I can only see it in my inventory. Quote
perromercenary00 Posted December 13, 2014 Posted December 13, 2014 ñ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 Quote
sjoopies Posted December 14, 2014 Author Posted December 14, 2014 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 Quote
Recommended Posts
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.