Jump to content

Missing Textures


BMurph2945

Recommended Posts

i made a 1.7.10 mod on eclipse and the textures were working perfectly. when i tried to make it into a jave file it worked so i put the file in minecraft but when i run minecraft none of the textures show up its all pink and black tiles. i dont know what to do i need help.

lRock = new Item().setUnlocalizedName("lRock").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":LavaRock");
	Cshard = new Item().setUnlocalizedName("Cshard").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":CoalShard");
	Cp = new Item().setUnlocalizedName("Cp").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":CoalPiece");
	FDiamond = new Item().setUnlocalizedName("FDiamond").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":FieryDiamond");
	FDiamond2 = new Item().setUnlocalizedName("FDiamond2").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":RawDiamond");
	FEmerald = new Item().setUnlocalizedName("FEmerald").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":FieryEmerald");
	FSword = new FSword(fShard).setUnlocalizedName("FSword").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireSword");
	FPickaxe = new FPickaxe(pShard).setUnlocalizedName("FPickaxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FirePickaxe");
	FFPickaxe = new FPickaxe(PShard).setUnlocalizedName("FFPickaxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":UFieryPickaxe");
	FEPickaxe = new FPickaxe(PEShard).setUnlocalizedName("FEPickaxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FieryEmeraldPickaxe");
	FSpade = new FSpade(pShard).setUnlocalizedName("FSpade").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireShovel");
	FBAxe = new FAxe(abShard).setUnlocalizedName("FBAxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireAxe");
	FAxe = new FAxe(aShard).setUnlocalizedName("FAxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireAxe2");
	FFSword = new FAxe(SShard).setUnlocalizedName("FFSword").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":PureFireSword");
	FFBAxe = new FAxe(aBShard).setUnlocalizedName("FFBAxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":PureFireBattleAxe");
	FESword = new FAxe(SEhard).setUnlocalizedName("FESword").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FieryEmeraldSword");

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.