Posted March 5, 20169 yr Console [12:32:42] [Client thread/WARN]: Failed to load texture: minecraft:textures/gui/container/creative_inventory/tab_lmcreativetab.png java.io.FileNotFoundException: minecraft:textures/gui/container/creative_inventory/tab_lmcreativetab.png CreativeTab package com.Legendary.mod; import com.Legendary.mod.items.LMItems; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; public class LMCreativeTab extends CreativeTabs{ public LMCreativeTab(String string) { super(string); this.setBackgroundImageName("lmcreativetab.png"); } public Item getTabIconItem() { return LMItems.Limonite; } }
March 5, 20169 yr Is your texture located at src/main/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_lmcreativetab.png? Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
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.