The Errors are:
UltimaFist = new com.timm638.skyStone.items.UltimaFist(matUF).setUnlocalizedName("UltimaFist").setTextureName(MODID + ":UltimaFist"); //ERROR : The constructor UltimaFist(matUF) refers to the missing type matUF
The Second in UltimaFist.java:
protected UltimaFist(matUF material) { // ERROR :matUF cannot be resolved to a type
I use Eclipse.
Why should i write like "garbageCan" instead of "GarbageCan"?
Hello,
I want to make a UltimateFist Item for my Friend(UltimateFist should mine all Blocks except Bedrock).
But I have a problem with the toolMaterial.
I followed Wuppy's Tutorial to add a Pickaxe, but eclipse shows me two Errors in 2 Files.
Base.java:
UltimaFist.java:
What is did i false?