Jump to content

Timm638

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Germany
  • Personal Text
    I am newly spawned!

Timm638's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Ok, but can get atleast a Answer, how i can make now a Material?
  2. But i followed Wuppy's Tutorial* and there it showed no Error. *https://www.youtube.com/watch?v=KI-hp7n3VHE
  3. 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"?
  4. 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?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.