Posted January 6, 201411 yr 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"); http://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.
January 6, 201411 yr Author Alright, I did some additional testing and the mod still works when I use it in normal Minecraft. Thanks. http://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.