Hello c:,
I just started Minecraft modding with an yt tutorial. But now I got a Problem. When I want to set an icon for the creative tab I got an error.
@Override
public Item getTabIconItem() {
return Items.GOLDEN_APPLE;
}
My eclipse underline the type Item red and says "The return type is incompatible with CreativeTabs.getTabIconItem()". What return type I have to use?
Would be nice when somenone can help me c:,
jofri