Jump to content

[1.6.4] Textures load when run with Eclipse but no with startclient.bat


Recommended Posts

Posted

So, I don't know if this is supposed to happen and the documentation didn't seem to mention this.  Is this normal or am I doing something wrong?

 

this.oSword = new ItemOSword(3500, obsidian).setCreativeTab(tabObsidianTools).setUnlocalizedName("oSword").setNoRepair().setTextureName("obsidiantools:oSword");
	this.oAxe = new ItemOAxe(3501, obsidian).setCreativeTab(tabObsidianTools).setUnlocalizedName("oAxe").setNoRepair().setTextureName("obsidiantools:oAxe");
	this.oHoe = new ItemOHoe(3502, obsidian).setCreativeTab(tabObsidianTools).setUnlocalizedName("oHoe").setNoRepair().setTextureName("obsidiantools:oHoe");
	this.oPickaxe = new ItemOPickaxe(3503, obsidian).setCreativeTab(tabObsidianTools).setUnlocalizedName("oPickaxe").setNoRepair().setTextureName("obsidiantools:oPickaxe");
	this.oSpade = new ItemOSpade(3504, obsidian).setCreativeTab(tabObsidianTools).setUnlocalizedName("oSpade").setNoRepair().setTextureName("obsidiantools:oSpade");
	this.enderSword = new ItemEnderSword(3505, false).setCreativeTab(tabObsidianTools).setUnlocalizedName("enderSword").setNoRepair().setTextureName("obsidiantools:enderSword");
	this.enderSwordSpecial = new ItemEnderSword(3506, true).setCreativeTab(tabObsidianTools).setUnlocalizedName("enderSword").setNoRepair().setTextureName("obsidiantools:enderSword");

width=320 height=64http://www.slothygaming.com/img/ota.png[/img]

If your grammar is shit and you blatantly don't know what you're doing, I will not help you.

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.